csvquote

0.0.1 • Public • Published

csvquote

Parses CSV input and quotes all string fields.

CSV data is read from stdin, parsed, rebuilt into CSV with all string fields quoted (but not blank fields), and output to stdout.

Install it like: npm install -g csvquote

Use it like: csvquote < input.csv > output.csv

Readme

Keywords

Package Sidebar

Install

npm i csvquote

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • davidknoll