Hello All,
I want to create an ODI mapping for upsert (insert and update).
What are options to consider for updating a records based on column Code and GID. I mean if combination of values in column Code and GID exists in target then update values in remaining columns of the records. Also mapping should insert any new record in to the target.
I guess I need to select Code and GID as update_key, how ever in dropdown list getting only one option:ODS_POL_POLICIES_PK which is primary key (ID column in this case).
Thanks,