An open API service indexing awesome lists of open source software.

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

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).