Skip to content

Parses CSV input and quotes all string fields

License

Notifications You must be signed in to change notification settings

futurefirst/csvquote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Parses CSV input and quotes all string fields

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published