Stage Options

From Starfish ETL
Revision as of 19:48, 5 November 2014 by Admin (talk | contribs) (Created page with "{| class="wikitable" ! Option Name ! Description |- | Stage Type - Update | Will perform an update-only operation on matched records for each Origin row. Unmatched records wil...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Option Name Description
Stage Type - Update Will perform an update-only operation on matched records for each Origin row. Unmatched records will be skipped.
Stage Type – Insert Will perform an insert-only operation for each Origin row. Use this operation when performing a “dump” of the data.
Stage Type – Delete Will perform a delete operation on the Destination database for each Origin row, based on the match.
Stage Type – Update/Insert Will first perform a lookup, based on matches. If a match is found, and update operation will be performed. If no match is found, an insert operation will be performed.
Skip Blank Writes If checked, the insert/operation will ignore NULL/blank fields while building the SQL statement – resulting in NULL values on the destination.
Only Update on Difference For update operations, this setting will first check the matched record for values that are different and will only actually update the record if a mismatch of data values occurs and it’s actually needed.