@tmilar/fix-csv-chars
v1.1.0
Published
Fix commas from a .csv file
Readme
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-charsUsage
fix-csv-chars INPUT_FILENAME OUTPUT_FILENAME OFFENDING_TEXT REPLACEMENT_TEXTExample:
fix-csv-chars sample.csv sample_fixed.csv "," "@@@"License
MIT
