- 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
‎10-05-2023 04:16 PM
hello,
how to mark coalesce field??

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-28-2020 12:28 AM
Hi,
As dhananjay said, make that field coalesce. after mapping a fields in transform map, set coalesce value to true for particular field.
Mark it correct and helpful.
Thanks
Bhagyashri Sorte.