Skip to content

Commit 8485514

Browse files
authored
Create README.md
1 parent 48bb43a commit 8485514

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

Nodejs-Upload-CSV-Files/README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Nodejs/Express CSV Upload Download to MySQL/PostgreSQL – Multer, Fast-CSV, Json2Csv, Sequelize
2+
3+
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:
4+
5+
- Express is used to build Nodejs RestApis
6+
- Multer is used to upload/download CSV files
7+
- Sequelize ORM is used to manipulate data with MySQL/PostgreSQL
8+
- Json2csv is used to save data objects to CSV file
9+
- fast-csv is used to parse CSV file to data objects
10+
11+
Link: https://loizenai.com/nodejs-express-csv-upload-download-to-mysql-postgresql-multer-fast-csv-json2csv-sequelize/#sourcecode
12+
13+
Related posts:
14+
15+
1. Angular Nodejs Fullstack CRUD Application with MySQL/PostgreSQL – Angular 10-9-8 HttpClient + Nodejs Express, Sequelize ORM
16+
https://loizenai.com/angular-nodejs-fullstack-crud-application-with-mysql-postgresql-angular-10-9-8-httpclient-client-nodejs-express-sequelize-orm/
17+
18+
2. Build Nodejs CRUD Application with MySQL/PostgreSQL – Express RestAPIs + Ajax : Post/Get/Put/Delete Request
19+
https://loizenai.com/build-nodejs-crud-application-with-mysql-postgresql-express-restapis-ajax-post-get-put-delete-request/
20+
21+
3. Nodejs RestAPIs Upload Download Multiple Excel Files to MySQL/PostgreSQL – Multer, Sequelize ORM, Exceljs, Read-excel-file
22+
https://loizenai.com/nodejs-restapis-upload-download-multiple-excel-files-to-mysql-postgresql/

0 commit comments

Comments
 (0)