Converts nested json into csv for futher analysis in Excel or other tools.
Clone the project
git clone git@github.com:DDeme/NestedJSONToCSV.gitPlace JSON file into ./inbound/reposnse.json
Install dependencies
yarn installRun script
yarn startSee result in ./outbound/output.csv
To run tests, run the following command
yarn test- demo website
- npm package
- cli usage
- rewrite to typescript without dependencies
