This package has some sample code for parsing large CSV files.
Clone the repository and run npm i
.
After that, you just need to run npm start
.
Tested on Node v12.4.0 and NPM v6.9.0.
After installing NodeJS you should be able to just run the following in the terminal.
npm i
- NodeJS - NodeJS
- csv-parser - CSV parsing library
- csv-split-stream - CSV file splitting library
- Jordan Hansen - Initial work - Jordan Hansen
This project is licensed under the ISC License