Crates.io | csv-export |
lib.rs | csv-export |
version | 0.1.1 |
source | src |
created_at | 2022-06-01 20:26:45.023248 |
updated_at | 2022-06-03 10:23:48.477676 |
description | Export CSV data through a template file. |
homepage | https://gitlab.com/RomainGiraud/csv-export |
repository | https://gitlab.com/RomainGiraud/csv-export |
max_upload_size | |
id | 598426 |
size | 29,753 |
Export each rows of a CSV file to a single (or multiple) files by using a template.
cargo install csv-export
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!