csv-to-json
csv-to-json copied to clipboard
Converting simple CSV isn't working on windows
I was trying to convert simple CSV, why this didn't working?
Confirm that grunt
ran without any errors, and check your console that there's no missing files. For me grunt's bower
task failed and I was missing a few JS files and caused this exact error. I ended up removing the bower task from Gruntfile.js
and running bower install
and then grunt
, and that worked.