Adds new rows to the existing table. Does not update or delete existing rows. Use when the source only produces new records. The table must already exist or will be created on first run.
Performs insert or update using the primary key column specified in the upsert key field. New rows are inserted; existing rows (matched by the key) are updated. The destination table should have a primary key or unique index on the upsert key column(s).