csvtool 0.0.5

deal with CSV files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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