Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 291 Bytes

File metadata and controls

13 lines (9 loc) · 291 Bytes

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