Export each rows of a CSV file to a single (or multiple) files by using a template.
bash
cargo install csv-export
bash
csv-export --help
This tool was intended for my purpose only. I used it to convert my contact list (exported from a mail provider in CSV) to valid and clean VCF file.
I choosed to release it, so anyone can use it. Enjoy!