Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 601 Bytes

File metadata and controls

49 lines (29 loc) · 601 Bytes

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