Quantcast
Channel: Data Preparation & Blending discussions
Viewing all articles
Browse latest Browse all 4999

Replacing multiple values in one string

$
0
0

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?

 


Viewing all articles
Browse latest Browse all 4999

Trending Articles