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.

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