Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
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