csv-to-json
csv-to-json copied to clipboard
Website URL is down!
Can you please relaunch your website at (http://www.cparker15.com/code/utilities/csv-to-json/) as I am depending on your tool to convert events from CSV to JSON format... Thanks
second that.
@sdeering , what about following the README and building it so that you can have your own version on your web site (or local intranet)?
git clone https://github.com/cparker15/csv-to-json.git
cd csv-to-json/
npm install
grunt
Result is in dist subdirectory. Copy all the files there to a place on your own web site.
In case you need more instructions than is given in the README don't hesitate to ask.
Alternative Start using https://github.com/mholt/PapaParse which is maintained.
This is not a statement about the quality of the code of this repository which I did not check. It is just a remark that it is easier to go with a maintained code base. And the PapaParse web site offers a conversion function.