cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Table comparison Issue

Former Member
0 Likes
670

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:

View Entire Topic
Former Member
0 Likes

Make sure you are choosing a right target table in table comparison transform.

Also please remove record_id from compare column box.

Rest all the setting looks correct.


Try & let me know.

Thanks

Swapnil

Former Member
0 Likes

   I used the same target that I am using in comparison table and one more thing   in target table options I enabled delete data from table before loading ,That's why I am facing error?

former_member187605
Active Contributor
0 Likes

Sure, your table is truncated before the data flow is started. All your input records will be new, when comparing to an empty table.

Just uncheck that option. Ignore all other answers to your post, your data flow logic is perfectly valid.