Import set duplicate data

srivatsa
Giga Contributor

Hi,

I have an import set which is getting data from an XML to update data of records.

The XML will contain duplicate records sometimes, if there are 2 instances of a record, I want the second one to be accepted and the first one to be rejected.

Explanation: I have a table with 2 fields apm number and apm level field for which I am importing data from an XML source.

If you have two records in the import with same APM number, 
second one will have to override the first record value.
 
Please suggest what could be done, thanks!
1 ACCEPTED SOLUTION

Dhananjay Pawar
Kilo Sage

Hi,

Can you set coalesce to true for APM field, Then it will update the data with second record.

Thanks,

Dhananjay.

View solution in original post

6 REPLIES 6

Dhananjay Pawar
Kilo Sage

Hi,

Can you set coalesce to true for APM field, Then it will update the data with second record.

Thanks,

Dhananjay.

Hi srivatsa,

Did you tried my suggested option?

Thanks.

Works! hence marked answer as correct.

Hi,

Glad it helped you.

Have a great day.

Thanks,

Dhananjay.