Two conditional loading options that give you precise control over how records are written to your target table.
This feature updates the row in the target table if a matching row exists; otherwise, if the matching row does not exist, it inserts a new row.
Below is an example showing the source and target table, and the result you get when you choose the UPSERT loading option, comparing on the column ORDER_ID.
This feature inserts a row into the target table only if a matching row does not already exist.
Below is an example showing the source and target table, and the result you get when you choose the INSERT loading option, comparing on the column ORDER_ID.