Update all records when transform map matched the multiple records, coalesce is on one field only
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2024 09:54 PM
Update all records when transform map matched the multiple records, coalesce is on one field only.
Can we update all matching records?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2024 11:21 PM
Coalesce maintain the uniqueness of the records.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-31-2024 11:44 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-01-2024 05:29 AM
does it update the first matching record or since there are multiple matching records so skip all the records?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2024 02:19 AM
Yes, It will update first matching record only and ignore all other records