Is it possible to create a transform map for table with NO coalesce field.

hmalhotra22
Tera Contributor

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?

4 REPLIES 4

Dr Atul G- LNG
Tera Patron
Tera Patron

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]

****************************************************************************************************************

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.

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]

****************************************************************************************************************

Not helpful! But thanks for taking the time out to reply.