csvfactory - convert csv files to json
This package converts csv into json and json into csv.
First - Intall Node.js appropriate for your OS
https://nodejs.org/download/
Second - Install csvfactory
npm i -g csvfactory
Third - Run csv factory
Use csvfactory csvtojson -i /path/to/inputfile.csv -o /path/to/put/outputfile.json
Use csvfactory maketwittercsv -o /path/to/put/outputfile.csv -t 5 -u username -p password -n name_of_app -d description -w website_url -y true -s sign_in_url -l log_out_url
You can use absolute or relative paths.