Crates.io | csvtool |
lib.rs | csvtool |
version | 0.0.5 |
source | src |
created_at | 2024-05-28 21:12:34.72374 |
updated_at | 2024-06-03 08:50:42.698344 |
description | deal with CSV files |
homepage | |
repository | https://github.com/patrickbucher/csvtool |
max_upload_size | |
id | 1254860 |
size | 17,146 |
A tool to deal with CSV files.
Sums up columns of the form hh:mm
.
csvtool sum-duration --infile example.csv --outfile result.csv --column Effort
Runs a CSV file through parsing/writing (to clean up some cosmetic problems):
csvtool rewrite --infile nasty.csv --outfile beautiful.csv