1.1.0 • Published 6 years ago

@tmilar/fix-csv-chars v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

Fix CSV chars

A small node module to replace a specified char found inside double-quoted pieces of text.

Setup

npm install -g @tmilar/fix-csv-chars

Usage

fix-csv-chars INPUT_FILENAME OUTPUT_FILENAME OFFENDING_TEXT REPLACEMENT_TEXT

Example:

fix-csv-chars sample.csv sample_fixed.csv "," "@@@"

License

MIT

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago