DigitalCareerInstitute / parsecsvtojson

Parse a json file, filter it and write it to a csv file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to parse JSON to CSV with node.

Simple example which uses the filesystem, filters data and writes them somewhere else. Illustrates how to run files with node from the terminal.

Run node index.js > result.csv to regenerate the result.csv

Additional datasets can be found here

Of course the script has to be adapted to parse different

About

Parse a json file, filter it and write it to a csv file.


Languages

Language:JavaScript 100.0%