ndjson-to-csv
v1.6.0
Published
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.
Readme
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-csvAlternatively, don't install it and just prepend the command with npx.
Usage
$ ndjson-to-csv input.ndjson > output.csvWhere input.ndjson is your input data.
