I am trying to trim all the value after a specific special character and combined rest of the value with underscore.please find the description as below:
Input : at1:x,at2:y,at3:z........
Output:. x_y_z
I am trying with text to column but unable to achieve desired output.please note that input will be having dynamic length