/Cerveza

CSV to JSON command line utility.

Primary LanguageRust

Cerveza

alt-image

Command line tool for converting CSV files into JSON

Website | Build Status

Usage

    cerveza file.csv [Option]

    options
        -d : delimiter one of (tab, space, comma)
    
    outputs ./file.json

Release

Download

Build from source

Clone the repo.

git clone https://github.com/Banyango/cerveza.git

Then run cargo build.

cargo build