Skip to content

Comment on Show HN: Npm module that makes easy to convert JSON to CSV

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

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.