Skip to content

kierans/csv-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csv-cli

A CLI wrapper around the node csv package

Usage

$ npm install -g csv-cli

$ csv --help

$ csv convert --help
$ csv convert -t json [file.csv] [file.json]
$ csv convert -t csv [file.json] [file.csv]

Conversions

Currently only supports converting from CSV <--> JSON

When converting to JSON, the CSV header values are used as the keys of the object.

When converting to CSV, the keys are used as the header values.

About

A CLI wrapper around the node csv package

Resources

License

Stars

Watchers

Forks

Packages

No packages published