Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 848 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 848 Bytes

csv2json

This tool provides simple and efficient csv to json converting, written in Rust.

Getting Started

You need to have the Rust and Cargo installed. Please follow this instruction

Installing

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!

Example

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details