transform-csv-json

1.0.0 • Public • Published

transform-csv-json

Tiny CLI module that transforms CSV files to JSON arrays. NOTE: Requires node v5+

Usage

transform-csv-json --input "./input.csv" --output "./output.json"

Arguments

--input -i : Input file. Example: -i "members.csv"
--output -o : Output file. Example: -o "members.json"
--delimiter -d : Force a delimiter. Example: -d ";"

/transform-csv-json/

    Package Sidebar

    Install

    npm i transform-csv-json

    Weekly Downloads

    4

    Version

    1.0.0

    License

    ISC

    Last publish

    Collaborators

    • fabdrol