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!
We’re experiencing technical issues with our vendor that are affecting license activations for Designer Desktop. We don’t yet have an estimated resolution time. We apologize for the inconvenience and will share updates as we have them.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Reg Ex: remove quotes and words within them

alphabex18
8 - Asteroid

I have First and Last name data where it will contain a nickname within quotes. I want to remove that nickname and the quotes. Example: Art "Kramer" Vandalay...I want result to be Art Vandalay. 

 

I want to use the regex tool, but cant seem to get the expression right. 

Thank you

2 REPLIES 2
atcodedog05
22 - Nova
22 - Nova

Hi @alphabex18 

 

You can use Regex or formula like below.

 

Workflow:

atcodedog05_0-1635519627338.png

 

Hope this helps : )

 

csmith11
11 - Bolide

The syntax is:

 

\s".*"

 

The config is:

 

csmith11_1-1635519731291.png

 

Labels
Top Solution Authors