Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Dynamic Rename Tool - Replacing all Special Characters with one formula

paultno
8 - Asteroid

Hello,

 

Is there a quick way to replace special characters with underscores or other letters?  For example, we want "$" to be "USD" and any spaces to be "_".  I am currently using REPLACE for each type of special character, each in its own Dynamic Rename Tool back to back to back!

 

Thanks!

Paul

1 REPLY 1
jasperlch
12 - Quasar

Hi, you could use a Regex_Replace function in the Formula inside the Dynamic Rename tool, where \W inside the square bracket means any non-Word Character. If there are any other characters you would like to be replace by "_", you can put them inside the square bracket. For example [\Wb] will replace any non-word character and  the character 'b' by '_':

 

Capture1.PNG

Polls
We’re dying to get your help in determining what the new profile picture frame should be this Halloween. Cast your vote and help us haunt the Community with the best spooky character.
Don’t ghost us—pick your favorite now!
Labels