- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2022 05:10 AM
I need a basic understanding of coalesce , create coalesce true on field/Column and create coalesce on empty fields. Can any one give an example
Solved! Go to Solution.
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2022 11:22 AM
Hello Surya
You can only mark one answer as correct
So request you to mark my answer as correct as i was able to answer both your queries
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2022 05:18 AM
Hello,
If you mark coalesce = true, and coalesce empty fields = false then records will be skipped, and new records will not be created.
If you mark coalesce = true, and coalesce empty fields = true then Records will be inserted.
Please mark answer correct/helpful based on Impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2022 08:25 AM
Hello,
If my answer helped you can you also mark it as correct.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2022 09:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2022 10:11 AM
Hello Surya,
if the checkbox is false
For example, the User transform map coalesces on the email field. With the Coalesce empty fields option selected as false, a source record containing an empty email address will just ignore and not update any record even if there are records with email id as empty
if the checkbox is true
For example, the User transform map coalesces on the email field. With the Coalesce empty fields option selected as true, a source record containing an empty email address coalesces to a target record containing an empty email address and will update it.
Hope it helps!!
Please mark answer correct/helpful based on Impact.