https://github.com/stla/csv2json
Convert CSV to JSON
https://github.com/stla/csv2json
command-line-tool csv-converter haskell json
Last synced: 2 months ago
JSON representation
Convert CSV to JSON
- Host: GitHub
- URL: https://github.com/stla/csv2json
- Owner: stla
- License: other
- Created: 2017-03-26T17:19:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-26T18:16:44.000Z (over 9 years ago)
- Last Synced: 2025-03-31T11:15:29.945Z (over 1 year ago)
- Topics: command-line-tool, csv-converter, haskell, json
- Language: Haskell
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# csv2json
Convert CSV to JSON
### Usage
```
csv2json file.csv
csv2json file.tsv -s '\t'
```
Set first row as headers:
```
csv2json file.csv -H
```