csv-cli

0.1.1 • Public • Published

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.

/csv-cli/

    Package Sidebar

    Install

    npm i csv-cli

    Weekly Downloads

    0

    Version

    0.1.1

    License

    MIT

    Unpacked Size

    6.48 kB

    Total Files

    9

    Last publish

    Collaborators

    • kierans777