This tool provides simple and efficient csv to json converting, written in Rust.
You need to have the Rust and Cargo installed. Please follow this instruction
If you want to run the csv2json
, please run in the project directory:
cargo build --release
After this command, you should have a compiled binary already in directory ./target/release/
Now please run:
target/release/csv2json -i [input] -o [output]
and that's it!
- Kacper Perzankowski - perzanko
This project is licensed under the MIT License - see the LICENSE.md file for details