Comment on Show HN: Npm module that makes easy to convert JSON to CSVComments−TAForObvReasons9yThe most popular NPM module for JSON to CSV conversion is json2csv: https://www.npmjs.com/package/json2csv https://github.com/zemirco/json2csv−cheapsteak9yHere's a graphical comparison of downloads of popular json to csv conversion libraries -http://npmcharts.com/compare/json2csv,jsonexport,csv,fast-cs.../shameless plug−kauegimenesOP9yjson2csv require you to tell every header and don't work well with nested objects and require json2csv-stream for large json files.−drunkcatsdgaf9yFalse, headers are optional. Nested objects are still a problem though :(−kauegimenesOP9yThanks for clarifying
Comments
The most popular NPM module for JSON to CSV conversion is json2csv: https://www.npmjs.com/package/json2csv https://github.com/zemirco/json2csv
Here's a graphical comparison of downloads of popular json to csv conversion libraries -
http://npmcharts.com/compare/json2csv,jsonexport,csv,fast-cs...
/shameless plug
json2csv require you to tell every header and don't work well with nested objects and require json2csv-stream for large json files.
False, headers are optional. Nested objects are still a problem though :(
Thanks for clarifying