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.

Need to add space in the column

PJ10
5 - Atom

I am trying to put space between a string in a column. However, I fail to understand the regex expression that will work best here.

Current output in a column: GTM planning and executionStartup and venture networksDigital / tech / industry trends
Desired output: GTM planning and execution, Startup and venture networks, Digital / tech / industry trends

1 REPLY 1
gawa
16 - Nebula
16 - Nebula

hi @PJ10 

Though I'm not familiar with your dataset and WF, your question could be solved by modifying the configuration of Summarize tool like this.

Try to put

,\s

in 'Separator'. \s means a whitespace.

image.png

Labels
Top Solution Authors