CSVtoJSON.js
Little utility to convert a CSV to JSON. Written for node.
Install / Use
/learn @cgiffard/CSVtoJSON.jsREADME
Converts CSV files to JSON. JSON is sent to STDOUT. You'll need node.
Usage:
csv-to-json.js myfile.csv > myoutput.json
That's it!
