csv-to-json icon indicating copy to clipboard operation
csv-to-json copied to clipboard

CSV to JSON

Results 11 csv-to-json issues
Sort by recently updated
recently updated
newest added

https://superuser.com/questions/1412477/how-can-i-view-my-instagram-backup-data-in-a-friendly-way

There is a fatal error when I try to run `grunt` command ``` Running "bower:install" (bower) task Fatal error: options argument must be an object ```

Increased grunt-bower-task version number (dependency) in package.json to prevent bower install error as per https://github.com/yatskevich/grunt-bower-task/issues/157

I was trying to convert simple CSV, why this didn't working? ![image](https://cloud.githubusercontent.com/assets/12959761/23509195/441fc440-ff55-11e6-89a4-c5c5ec8eb415.png)

fyi, clicking the links to your website leads to a series of domain forwarding. in one case, my Symantec browser plugin flagged a ["Web Attack: Fake Flash Player Download 2"](https://www.symantec.com/security_response/attacksignatures/detail.jsp?asid=26230)...

Greetigns, I ran through the instructions but have been unable to successfully run the "grunt" command. "grunt.registerTask('default' [... 'bower' " is failing with a fatal error of: "Fatal error: status...

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

Thank you for this nice project. I notice integers in csv are turned to strings once converted. Is there some way to change this behavior ? Thank you

Excel uses ; as CSV separator in some configurations. Changing the separator in Excel is quite opaque. This parser seems to accept only , as separator. It would be nice...