Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.