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 |
#4 in #deal
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
~103K SLoC