csvtool

Crates.iocsvtool
lib.rscsvtool
version0.0.5
sourcesrc
created_at2024-05-28 21:12:34.72374
updated_at2024-06-03 08:50:42.698344
descriptiondeal with CSV files
homepage
repositoryhttps://github.com/patrickbucher/csvtool
max_upload_size
id1254860
size17,146
Patrick Bucher (patrickbucher)

documentation

README

CSV Tool

A tool to deal with CSV files.

Sum Up Duration Column

Sums up columns of the form hh:mm.

csvtool sum-duration --infile example.csv --outfile result.csv --column Effort

Rewrite a CSV file

Runs a CSV file through parsing/writing (to clean up some cosmetic problems):

csvtool rewrite --infile nasty.csv --outfile beautiful.csv
Commit count: 19

cargo fmt