Created this simple csv parser in Rust to learn about the programming language :)
Not that I think you'll be using it, but, if you want to give a try...
(Assuming you have Rust properly set on your OS)
- Add the file you want to process in the folder
data/input
;- NOTE: Important to let only one file there.
- Customize the
// Headers Position
part and where it's being used on the code; - Change the data of
headers_to_write
variable as you like; - Run
cargo run
- That's it ^^