Update all records when transform map matched the multiple records, coalesce is on one field only

D_R
Giga Guru

Update all records when transform map matched the multiple records, coalesce is on one field only.

Can we update all matching records?

9 REPLIES 9

shubhamdubey
Mega Sage

Anamika Gupta
Tera Contributor

If there is coalesce on one field and transform map matched the multiple records it means you have duplicate records in refernece of to coalesce field.

 

If more than one record in the target table matches the specified coalesce options, only the first matching record in the target table is updated. you cannot update all records.

If you want to update all records remove coalesce

 

does it update the first matching record or since there are multiple matching records so skip all the records?

Yes, It will update first matching record only and ignore all other records