https://github.com/brunolm/dcsv
Data CSV. Do things with CSV files.
https://github.com/brunolm/dcsv
Last synced: 3 months ago
JSON representation
Data CSV. Do things with CSV files.
- Host: GitHub
- URL: https://github.com/brunolm/dcsv
- Owner: brunolm
- Created: 2016-05-19T23:36:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-20T00:03:13.000Z (about 9 years ago)
- Last Synced: 2025-03-22T16:46:45.437Z (3 months ago)
- Language: TypeScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data CSV
Do things with csv files.
## Look
Usage: `dcsv look [options] `
Options:
```
-h, --help output usage information
-d, --delimiter CSV delimiter (default: ,)
-l, --line-numbers Show a column with line numbers
```Output:
```
- | name | data | id
1 | bruno | 1337 | 1
2 | mi"che,ls | 9999 | 2
3 | longestHasExactly19 | 123 | 0
```