COOPY » Guide
version 0.6.5
|
In this example, we apply a patch as follows:
sspatch named_numbers.csv patch.tdiff
The output, input, and patch are:
NAME | DIGIT |
one | 1 |
two | 2 |
three | 3 |
four | 4 |
five | 5 |
six | 6 |
NAME | DIGIT |
one | 1 |
two | 2 |
three | 3 |
four | 4 |
five | 5 |
# tdiff version 0.3 # --- /home/paulfitz/cvs/coopy/tests/named_numbers.csv # +++ /home/paulfitz/cvs/coopy/tests/named_numbers_add_row.csv * |NAME=five| + |NAME:->six|DIGIT:->6|