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