#csv #deal #rewrite #duration

bin+lib csvtool

deal with CSV files

5 releases

0.0.5 Jun 3, 2024
0.0.4 Jun 3, 2024
0.0.3 Jun 2, 2024
0.0.2 May 29, 2024
0.0.1 May 28, 2024

#3 in #deal

Download history 548/week @ 2024-05-28 125/week @ 2024-06-04

673 downloads per month

MIT license

8KB
199 lines

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

Dependencies

~4.5–6.5MB
~106K SLoC