https://github.com/ttskch/csvf
CLI command to change delimiter, encoding, newline code of CSV file.
https://github.com/ttskch/csvf
Last synced: 12 months ago
JSON representation
CLI command to change delimiter, encoding, newline code of CSV file.
- Host: GitHub
- URL: https://github.com/ttskch/csvf
- Owner: ttskch
- License: mit
- Created: 2019-11-22T01:45:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-22T06:59:03.000Z (over 6 years ago)
- Last Synced: 2025-02-08T12:26:00.358Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# csvf
CLI command to change delimiter, encode, newline code of CSV file.
## Installation
```
$ git clone git@github.com:ttskch/csvf.git
$ cd csvf
$ composer install --no-dev
$ ln -s $(pwd)/bin/csvf /usr/local/bin/csvf
```
## Usage
```
$ csvf with --delimiter=TAB --encoding=UTF-8 --newline=LF /path/to/input.csv
Written into /path/to/input_out.csv
```