CSV2JSON for Node.js is a simple program that converts a CSV file into a JSON file
Built as a test for Anomaly Six
Please run npm i -g
to install the CLI tool
After installation, you should be able to run csv2json
as a command in your command line.
The tool takes two arguments --file
and --output
, as follows:
csv2json run -f input/ten_million.csv --output output/ten_million.json
* Start: 2023-02-03 13:30 * End: 2023-02-03 14:43