Hi Team,
I need help. I have a column with / and ,
I would like to remove / and replace , with .
Please find below
thanks
Sri
input | output |
/15,26718 | 15.26718 |
/15,26718 | 15.26718 |
/15,26718 | 15.26718 |
/15,26718 | 15.26718 |
/15,26718 | 15.26718 |
/15,26718 | 15.26718 |
/15,26718 | 15.26718 |
Solved! Go to Solution.
hi @sriniprad08
You can you the Trim and ReplaceChar function, something like the screenshot below.
https://help.alteryx.com/current/designer/string-functions
Cheers,
Dawn.