Skip to content
This repository was archived by the owner on Dec 15, 2024. It is now read-only.

maxharlow/ndjson-to-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NDJson-to-CSV

Superseded by Entabulate.

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.

About

⚙️ Converts NDJson format data into CSV

Resources

Stars

Watchers

Forks

Packages

No packages published