csv-export

Crates.iocsv-export
lib.rscsv-export
version0.1.1
sourcesrc
created_at2022-06-01 20:26:45.023248
updated_at2022-06-03 10:23:48.477676
descriptionExport CSV data through a template file.
homepagehttps://gitlab.com/RomainGiraud/csv-export
repositoryhttps://gitlab.com/RomainGiraud/csv-export
max_upload_size
id598426
size29,753
RomainGiraud (RomainGiraud)

documentation

https://gitlab.com/RomainGiraud/csv-export

README

csv-export

About

Export each rows of a CSV file to a single (or multiple) files by using a template.

Installation

cargo install csv-export

Usage

csv-export --help

Limitations

  • This tool is not intended to alter CSV data. For this, you can use qsv.
  • Templating is done with minijinja crate.

Motivation

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!

Commit count: 16

cargo fmt