Hello. Being new to Alteryx I'm having some trouble figuring out how to replace multiple values in one string.
The column that I'm trying to clean up will have values like this:
Value 1,Value&2,Value!3,Value-4
And I would like to replace the following values:
space = %20
& = %26
- = %2D
! = %21
Does anyone know what's the best way to accomplish this?