1.0.0 • Published 8 years ago

convert2csv v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

JSON to CSV Converter

Convert json files to csv from command line

$ npm install -g convert2csv
$ convert2csv --help
  Usage: convert2csv [options]

    Options:

      -h, --help             output usage information
      -V, --version          output the version number
      -i, --input <input>    Incoming json file path
      -o, --output <output>  Path for outgoing CSV file. Defaults to current directory.
$ convert2csv -i filename.json -o outputname.csv
  The file was saved to /path/to/outputname.csv!