Skip to content

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

Notifications You must be signed in to change notification settings

perzanko/csv2json

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages