Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Splitting Row into multiple columns, Delimiter after a certain amount of spaces?

wonka1234
10 - Fireball

Hi,

 

I have this in a row

 

Header
123456 DUE FRM BROKER MY BANK ACCOUBT TODAY .00 .00 .00 3899008.26

 

But i want it split to

 

 

HeaderHeader 2Header 3Header 4Header 5Header 6
123456 DUE FRM BROKER MY BANK ACCOUBT TODAY.00.00.003899008.26

 

Is there anyway to do this for an entire dataset?

3 REPLIES 3
griffinwelsh
12 - Quasar

@wonka1234 Have a look at this and see if it works from you. If your data is in the same format for all rows it will. If not please post a larger sample set.

flying008
15 - Aurora

Hi, @wonka1234 

 

FYI.

 

录制_2024_08_02_09_25_47_228.gif

Yoshiro_Fujimori
15 - Aurora
15 - Aurora

@wonka1234 ,

 

I would parse the string with RegEx Tool as below.

I hope this helps.

 

RegEx Tool Configuration

RegExConfig.png

 

Output

RegExOutput.png

Labels
Top Solution Authors