Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T05:09:43.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T19:26:54.849Z (9 months 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.