Tutorial: Nodejs/Express CSV Upload Download to MySQL/PostgreSQL – Multer, Fast-CSV, Json2Csv, Sequelize
In the tutorial, I will introduce how to build a Nodejs/Express RestAPIs application to upload/import and download/extract data from multiple CSV files to MySQL or PostgreSQL database by:
Express
is used to build Nodejs RestApisMulter
is used to upload/download CSV filesSequelize
ORM is used to manipulate data with MySQL/PostgreSQLJson2csv
is used to save data objects to CSV filefast-csv
is used to parse CSV file to data objects
Related posts: