The UPDATE_RECORD expression, as used in the sample partial update pipeline, requires that each incoming record have one of the Delimited formats described below.
Remove|P_WineID|P_Year|P_Wine|P_Winery|...| 1|34699|1992|A Red Blend Alexander Valley|Lyeth|...|
Update|P_WineID|P_Wine|P_PriceStr| 1|34701|Albarino Rias Baixas|1000.00|
P_WineID|P_Year|P_Wine|P_Winery|P_PriceStr|...| 99000|1992|First New Wine Added|Lyeth|18.00|...|
If your implementation uses Delimited format records, you can use the above format to specify how the records are handled. If you use another format, you must use a record manipulator with the appropriate expressions to handle your source records.