Alteryx Designer Desktop Discussions

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

Replace comma in a field with Space

jmedidi
8 - Asteroid

I am trying to replace comma in the field column with space to avoid issue with splitting into rows later in the workflow based on delimiter ","

 

Appreciate the support.

2 REPLIES 2
atcodedog05
22 - Nova
22 - Nova

Hi @jmedidi 

 

You can use formula

 

Replace([field],","," ")

 

If you are looking for more can you provide more info.

jmedidi
8 - Asteroid

Thanks!!

Labels