cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi all,

   Created job using table comparison transform. I compared source with target on record_id field .Rows that doesn't matched on record_id should insert in target table,this is my requirement. But in target all data from source getting inserted into target. can you suggest me how solve this issue.

Table comparison options:

0 Likes
View Entire Topic
Former Member
0 Likes

I think you have not defined the record id as primary key. Define record Id as primarykey in the target

Former Member
0 Likes

     I didn't defined record_id as primary key and in query I just used order by on record_id column.

Former Member
0 Likes

Vineela,

Dont get confused. Just uncheck the delete data from table before loading option in the Target table. Also you can add other compare columns which might get changed during the upsert operations


Regards

Arun Sasi