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

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.

Awesome Lists containing this project

README

          

# Cerveza

![alt-image](./assets/logo.png)

Command line tool for converting CSV files into JSON

[Website](http://www.banyango.com/Cerveza/) | [![Build Status](https://travis-ci.org/Banyango/Cerveza.svg?branch=master)](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 ```