ndjson-to-csv

1.6.0 • Public • Published

NDJson-to-CSV

Convert NDJson format data into CSV. Data is streamed, so files much bigger than the available memory can still be converted. Takes into account nested Json objects.

Installing

$ npm install -g ndjson-to-csv

Alternatively, don't install it and just prepend the command with npx.

Usage

$ ndjson-to-csv input.ndjson > output.csv

Where input.ndjson is your input data.

/ndjson-to-csv/

    Package Sidebar

    Install

    npm i ndjson-to-csv

    Weekly Downloads

    8

    Version

    1.6.0

    License

    Apache-2.0

    Unpacked Size

    11.9 kB

    Total Files

    7

    Last publish

    Collaborators

    • maxharlow