Skip to content

Converts nested json into csv for futher analysis in Excel or other tools.

License

Notifications You must be signed in to change notification settings

DDeme/NestedJSONToCSV

Repository files navigation

NestedJSONToCSV

Converts nested json into csv for futher analysis in Excel or other tools.

Demo

Demo Example

Run Locally

Clone the project

  git clone git@github.com:DDeme/NestedJSONToCSV.git

Place JSON file into ./inbound/reposnse.json

Install dependencies

  yarn install

Run script

  yarn start

See result in ./outbound/output.csv

Running Tests

To run tests, run the following command

  yarn test

Roadmap

  • demo website
  • npm package
  • cli usage
  • rewrite to typescript without dependencies

About

Converts nested json into csv for futher analysis in Excel or other tools.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published