1.6.0 • Published 5 months ago

ndjson-to-csv v1.6.0

Weekly downloads
13
License
Apache-2.0
Repository
github
Last release
5 months ago

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.

1.6.0

5 months ago

1.5.0

1 year ago

1.4.0

3 years ago

1.3.0

4 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago