Comment on Show HN: Npm module that makes easy to convert JSON to CSVComments−freezer3339yNice! If you want to do something similar with Excel xlsx this works: https://www.npmjs.com/package/jsonexcel Not sure how it handles huge arrays though...−kauegimenesOP9yThanks for sharing, you can also use jsonexport with rowDelimiter: '\t' for a xls compatible output.
Comments
Nice! If you want to do something similar with Excel xlsx this works: https://www.npmjs.com/package/jsonexcel Not sure how it handles huge arrays though...
Thanks for sharing, you can also use jsonexport with rowDelimiter: '\t' for a xls compatible output.