Is it possible to create a transform map for table with NO coalesce field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2024 02:38 AM
I want to create a transform map on the sys_dictionary table where i want to map three fields, however none of those fields are unique so I cannot select any one of them as coalesce. I checked for other fields on the sys_dictionary table that might be having unique values which I can then use in my transform map, but even this is not the case. Any possible solutions for this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-03-2024 04:01 AM
Hi @hmalhotra22
I want to create a transform map on the sys_dictionary table where i want to map three fields, however none of those fields are unique so I cannot select any one of them as coalesce.
I checked for other fields on the sys_dictionary table that might be having unique values which I can then use in my transform map, but even this is not the case. Any possible solutions for this?
Atul: Yes, you can make the filed coalsec.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-07-2024 10:56 PM
Hi Atul, Surely we can make any field as coalsce but thats not the right thing to do as there might be duplicate values, that is why we always pick unique fields as coalesce such as userid, email, etc, In this case we will never pick a name as coalsce. Therefore not having a unique field might cause some difficulties for which I need a solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-08-2024 04:47 AM
Hi @hmalhotra22
Got your point, mate.
Is it possible to create a transform map for table with NO coalesce field.
Atul: Yes , it is possible.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-08-2024 11:37 PM
Not helpful! But thanks for taking the time out to reply.