https://github.com/pmbanugo/read-write-csv-nodejs
code to read and write CSV data
https://github.com/pmbanugo/read-write-csv-nodejs
csv javascript nodejs
Last synced: 13 days ago
JSON representation
code to read and write CSV data
- Host: GitHub
- URL: https://github.com/pmbanugo/read-write-csv-nodejs
- Owner: pmbanugo
- License: apache-2.0
- Created: 2019-11-11T11:45:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T05:09:43.000Z (about 2 years ago)
- Last Synced: 2025-03-27T21:52:12.596Z (about 1 month ago)
- Topics: csv, javascript, nodejs
- Language: JavaScript
- Size: 29.3 KB
- Stars: 5
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# read-write-csv-nodejs
code to read and write CSV data.
This contains example code on how to read and write CSV data to a file in Node. The csv input file is stored as `input.csv` and the code knows what format of data to expect. The code will output processed data to another file that'll be named `output.csv`.
You can read the accompanying [blog post](#) for more information.