0.2.0 • Published 1 year ago

csvstrom v0.2.0

Weekly downloads
-
License
WTFPL
Repository
github
Last release
1 year ago

CSVStrom

Streaming CSV to JSON converter. Works well for large files.

CLI is included.

Install

# For use programmatically
npm i csvstrom

# Use from command line
npm i -g csvstrom

Usage

Programmatically:

const csvstrom = require('csvstrom')

// Returns the number of lines processed
const { count } = await csvstrom('codes.csv', 'codes.json')

Command line usage:

csvstrom inputfile.csv [outputfile.json]

WTFPL Licensed. Enjoy!

0.2.0

1 year ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago