#csv #formatting #export #file #template #data #multiple

app csv-export

Export CSV data through a template file

2 releases

0.1.1 Jun 3, 2022
0.1.0 Jun 1, 2022

#95 in #export

28 downloads per month

MIT license

10KB
106 lines

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!

Dependencies

~5.5MB
~96K SLoC