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
15 - Aurora
15 - Aurora

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