1csvdiff(1) Lars Yencken csvdiff(1)
2
3
4
6 csvdiff - Generate a diff between two tabular datasets expressed in CSV
7 files.
8
10 csvdiff --style=[summary pretty] a.csv b.csv
11
13 csvdiff allows you to compare the semantic contents of two CSV files,
14 ignoring things like row and column ordering in order to get to what's
15 actually changed. This is useful if you're comparing the output of an
16 automatic system from one day to the next, so that you can look at just
17 what's changed.
18
20 --style=summary summary of differences
21
22
23 --style=pretty look at the full diff pretty printed
24
25
26 AUTHOR
27 William Moreno Reyes - This manpage was written for the
28 Fedora Project but can be used in others projects under a
29 CC-By license.
30
31
32
33
340.1 5 Dec 2014 csvdiff(1)