COOPY » Guide  version 0.6.5
fix a cell example for ssdiff
Examples for ssdiff

command

In this example, we compare two tables as follows:

 ssdiff named_numbers_three_23.csv named_numbers.csv
 ssdiff --format hilite --output diff.xls named_numbers_three_23.csv named_numbers.csv

The two tables are:

The result of comparing the tables are:

named_numbers_three_23.csv

NAMEDIGIT
one1
two2
three23
four4
five5

named_numbers.csv

NAMEDIGIT
one1
two2
three3
four4
five5

tdiff output

# tdiff version 0.3
# --- /home/paulfitz/cvs/coopy/tests/named_numbers_three_23.csv
# +++ /home/paulfitz/cvs/coopy/tests/named_numbers.csv
= |NAME=three|DIGIT=23->3|

highlighter output

@ NAME DIGIT
one 1
two 2
-> three 23->3
four 4
five 5
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines