We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Data Parse

EvansM
9 - Comet

Community,

 

Please refer attached file. I need help to parse the data like the example shown in the file attached.

 

 

Thanks

 

3 REPLIES 3
AlteryxUserFL
11 - Bolide

I think a find and replace tool will accomplish what you need. Let me know if this works.  

LukeG
Alteryx Alumni (Retired)

Hey @EvansM 

 

Here is a solution using the formula tool.

 

Parsing.PNG

 

Using the replace function we first replace the "." with a space (" "), then we replace any consecutive spaces ("  ") with a single space (" ") in step 2.

 

Workflow is attached. Let me know if you have any questions!

 

Luke

EvansM
9 - Comet

Thanks It works fine

Labels
Top Solution Authors