Alteryx Designer Desktop Discussions

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

Replacing special character(\) from a String Data

Neet
5 - Atom

I want to remove "\" from string data, can anyone explain how this(\) character can be removed from the string data column

2 REPLIES 2
fmvizcaino
17 - Castor
17 - Castor
Hi,

You can use replace([your column],'\','')

Best,
Fernando V.
AlteryxUserFL
11 - Bolide

Here is an example of the above formula in Alteryx. 

Labels