|
COOPY » Guide
version 0.6.5
|
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:
| NAME | DIGIT |
| one | 1 |
| two | 2 |
| three | 23 |
| four | 4 |
| five | 5 |
| NAME | DIGIT |
| one | 1 |
| two | 2 |
| three | 3 |
| four | 4 |
| five | 5 |
# 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|
| @ | NAME | DIGIT |
| one | 1 | |
| two | 2 | |
| -> | three | 23->3 |
| four | 4 | |
| five | 5 |
1.7.4