https://github.com/valerio/c2j
a cli tool for converting csv to json
https://github.com/valerio/c2j
converter csv csv-converter golang json
Last synced: 2 months ago
JSON representation
a cli tool for converting csv to json
- Host: GitHub
- URL: https://github.com/valerio/c2j
- Owner: valerio
- License: mit
- Created: 2017-10-26T19:36:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-04T12:56:18.000Z (about 7 years ago)
- Last Synced: 2025-10-13T14:33:41.793Z (6 months ago)
- Topics: converter, csv, csv-converter, golang, json
- Language: Go
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
# c2j
A simple tool for converting csv to json.
## Usage
```
$ ./c2j input.csv [options] > output.json
```
For a list of options simply run:
```
$ ./c2j -h
```
## License
See the [license](./LICENSE.md) file for license rights and limitations (MIT).