Cerveza

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