Merge Rows (diff)
Compare merging records ..
Workshop - Merge Rows (diff)
The Merge row (diff) compares the values between the merging rows and sets a ‘flag’.
In this workshop, you compare incoming records with reference 'golden' records to determine whether the record is Identical requires updating, inserting, or deleting:
Merge rows (diff) stream
Merge rows (diff) database




Operation fieldname
This is a required field. This field is used by the step to obtain an operation flag for the current row.
flagfield
Insert when value equal
Specify the value of the Operation fieldname which signifies that anInsert should be carried out.
new
Update when value equal
Specify the value of the Operation fieldname which signifies that an Update should be carried out.
changed
Delete when value equal
Specify the value of the Operation fieldname which signifies that a Delete should be carried out.
deleted
Perform lookup
Performs a lookup when deleting or updating. If the lookup field is not found, then an exception is thrown. This option can be used as an extra check if you wish to check updates/deletes prior to their execution.
View the data in the Table.

Run the Transformation with the hop between the Merge Rows (diff) and Synchronize after merge .. disabled.

Run the Transformation with the hop enabled.
Examine and compare the records.

Last updated
Was this helpful?
