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

Regex help needed

Data_Alter
8 - Asteroid

Using Regex how can I convert the text below :

 

XYZ Field=True,ABC Field=True,QWE Field=False

 

To

 

XYZ Field , ABC Field

 

 

3 REPLIES 3
clmc9601
13 - Pulsar
13 - Pulsar

Hi @Data_Alter,

 

Would this work for you?

 

Screen Shot 2021-03-10 at 11.19.06 PM.png I hope it helps!

Qiu
21 - Polaris
21 - Polaris

@Data_Alter 
Maybe there is something prettier.

CaptureR2.PNG

Data_Alter
8 - Asteroid

Thanks both for the response.

 

@Qiu your solution doesn't work for the cases where False is before True. However that was not part of my question so thank you so much for the help.

Labels
Top Solution Authors