0.1.1 • Published 2 years ago

csv-cli v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.

0.1.1

2 years ago

0.1.0

2 years ago