https://github.com/banyango/cerveza
CSV to JSON command line utility.
https://github.com/banyango/cerveza
Last synced: over 1 year ago
JSON representation
CSV to JSON command line utility.
- Host: GitHub
- URL: https://github.com/banyango/cerveza
- Owner: Banyango
- Created: 2019-02-13T20:44:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-13T20:57:33.000Z (over 7 years ago)
- Last Synced: 2025-02-12T09:52:45.927Z (over 1 year ago)
- Language: Rust
- Size: 36.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Cerveza

Command line tool for converting CSV files into JSON
[Website](http://www.banyango.com/Cerveza/) | [](https://travis-ci.org/Banyango/Cerveza)
## Usage
```
cerveza file.csv [Option]
options
-d : delimiter one of (tab, space, comma)
outputs ./file.json
```
## Release
[Download](https://github.com/Banyango/Cerveza/releases/tag/1.0)
## Build from source
Clone the repo.
```git clone https://github.com/Banyango/cerveza.git```
Then run cargo build.
``` cargo build ```