Skip to content

atakangktepe/json-to-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

⚓ Convert JSON files to CSV.

Resources

License

Stars

Watchers

Forks

Packages

No packages published