@tmilar/fix-csv-chars

1.1.0 • Public • Published

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

/@tmilar/fix-csv-chars/

    Package Sidebar

    Install

    npm i @tmilar/fix-csv-chars

    Weekly Downloads

    0

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    4.99 kB

    Total Files

    4

    Last publish

    Collaborators

    • tmilar