Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

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
Top Solution Authors