A Node.Js library to parse a CSV file and download the contents of that CSV file
Clone the Project at local and run
# Clone the project using Git
git clone https://github.com/jimcute/csv-parser.git
# Change directory
cd csv-parser
# Run npm install
npm i
# Run the app
node bin\www
Open http://localhost:3015 in browser.
# The app is running on port 3015
# Open below url in browser
http://localhost:3015
One the application is running, upload the CSV file and wait for it to parse. Click on Download link to download te parsed file.