Wandering if there is a different way to achieve this avoiding custom SQL.
Appreciate any help on the same.
Best answer by JTreadwell
Hi Supriyo, Thank you for posting this question. I have added the photo you sent to me into your original post.
To handle this in Discovery Hub you don't you need to apply a transformation to the join column to make all characters uppercase or lowercase. Using this method you don't need to adjust the collation.
Right click on T1.A > Clone Field
Name A_UpperCase > Transform Values
Right click on T1.A_UpperCase > Field Transformation
In the bottom of the Transformation pane on the right, change the operator to "To upper" > Click Add
Perform steps 1-4 on T2.B
Now create your table relation on T1.A_UpperCase = T2.B_UpperCase.
Hi Supriyo, Thank you for posting this question. I have added the photo you sent to me into your original post.
To handle this in Discovery Hub you don't you need to apply a transformation to the join column to make all characters uppercase or lowercase. Using this method you don't need to adjust the collation.
Right click on T1.A > Clone Field
Name A_UpperCase > Transform Values
Right click on T1.A_UpperCase > Field Transformation
In the bottom of the Transformation pane on the right, change the operator to "To upper" > Click Add
Perform steps 1-4 on T2.B
Now create your table relation on T1.A_UpperCase = T2.B_UpperCase.