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

command

In this example, we apply a patch as follows:

sspatch named_numbers_three_23.csv patch.tdiff

The output, input, and patch are:

output

NAMEDIGIT
one1
two2
three3
four4
five5

named_numbers_three_23.csv

NAMEDIGIT
one1
two2
three23
four4
five5

patch.tdiff

# 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|
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines