Update
Update operation iterates over the records of the source table and updates the corresponding record in the target table applying the mapping. The correspondence between a source record and the target record is defined as follows: the target record is identified by Target Table Key Column which value is defined by the mapping.
Parameters:
- map columns automatically on execution: if checked, the source columns will be automatically mapped to the target columns by exact name comparison.
Last updated on