Blob Blame History Raw
.TH "csvdiff" "1" "5 Dec 2014" "0.1" "Lars Yencken" ""
.SH "NAME"
csvdiff \- Generate a diff between two tabular datasets expressed in CSV files.
.SH "SYNOPSIS"
csvdiff \-\-style=[summary pretty] a.csv b.csv
.SH "DESCRIPTION"
csvdiff allows you to compare the semantic contents of two CSV files, ignoring things like row and column ordering in order to get to what's actually changed. This is useful if you're comparing the output of an automatic system from one day to the next, so that you can look at just what's changed.
.SH "OPTIONS"
.TP
\fB\-\-style=summary  \fP summary of differences
.TP
.TP
\fB\-\-style=pretty \fP  look at the full diff pretty printed
.TP 
.SH "AUTHOR"
William Moreno Reyes - This manpage was written for the Fedora Project but can be used in others projects under a CC-By license.