- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2020 12:00 AM
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.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2020 12:02 AM
Hi,
Can you set coalesce to true for APM field, Then it will update the data with second record.
Thanks,
Dhananjay.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2020 12:02 AM
Hi,
Can you set coalesce to true for APM field, Then it will update the data with second record.
Thanks,
Dhananjay.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2020 12:49 AM
Hi srivatsa,
Did you tried my suggested option?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2020 12:52 AM
Works! hence marked answer as correct.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2020 12:56 AM
Hi,
Glad it helped you.
Have a great day.
Thanks,
Dhananjay.