CIPHERTron / csv-to-json-rust

Util to convert CSV to JSON written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

csv-to-json-rust

Util to convert CSV to JSON written in Rust

How to use?

  • add your csv file in the same directory and rename it to input.csv
  • Change CsvRecord struct according to your csv format
  • Run the following command in terminal
cargo run

About

Util to convert CSV to JSON written in Rust

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%