https://github.com/legend80s/csv-cli
A CSV toolkit written in Rust such as csv to json / yaml. etc..
https://github.com/legend80s/csv-cli
Last synced: 3 months ago
JSON representation
A CSV toolkit written in Rust such as csv to json / yaml. etc..
- Host: GitHub
- URL: https://github.com/legend80s/csv-cli
- Owner: legend80s
- License: mit
- Created: 2024-04-03T06:58:42.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-08T06:41:07.000Z (about 1 year ago)
- Last Synced: 2025-01-17T11:26:09.898Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CSV CLi
Show CSV or Convert csv file to json in Rust.
## Usage
```sh
csv-cli -i ./player.csv -o player.json
```