Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmilar/fix-csv-chars
A simple CLI node module that finds and replaces parameter-specified characters inside double-quoted text from a file.
https://github.com/tmilar/fix-csv-chars
csv node-module nodejs npm-package
Last synced: 20 days ago
JSON representation
A simple CLI node module that finds and replaces parameter-specified characters inside double-quoted text from a file.
- Host: GitHub
- URL: https://github.com/tmilar/fix-csv-chars
- Owner: tmilar
- License: mit
- Created: 2018-10-07T21:29:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-08T01:19:52.000Z (over 6 years ago)
- Last Synced: 2024-03-23T09:32:55.890Z (10 months ago)
- Topics: csv, node-module, nodejs, npm-package
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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-chars
```__Usage__
```
fix-csv-chars INPUT_FILENAME OUTPUT_FILENAME OFFENDING_TEXT REPLACEMENT_TEXT
```> Example:
```
fix-csv-chars sample.csv sample_fixed.csv "," "@@@"
```## License
MIT