Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

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

How split string with numbers and text into 3 columns

deepnandi
5 - Atom

Hi All,

 

I am new to Alteryx and I need help in segregating string into 3 different columns. 

 

[{Name= Final Budget, Id=87FB, Amount=400.02}, {Name=Initial Quote, Id=EB8F2F8D-66C0, Amount=890.73}, {Name= Working Budget, Id=CF6000,Amount=50.00

 

I need to segregate the above into 3 columns  Name, id, Amount

 

NameidAmount
Final Budget87FB400.02
Initial QuoteEB8F2F8D-66C0890.73
Working BudgetCF600050

 

I tried the Regex tool but was not able to split it into columns. Help will much appreciated.

5 REPLIES 5
seinchyiwoo
Alteryx Alumni (Retired)

Hi,

 

You would need to split them to rows first, then only split them into 3 columns.

seinchyiwoo_0-1599534418513.png

 

Attached please find the workflow.

 

Cheers,

Seinchyi

grazitti_sapna
17 - Castor

Hi @deepnandi,

 

Here is my take on this problem.

 

grazitti_sapna_0-1599540684691.png

 

I hope it resolves your issue.

Sapna Gupta
grazitti_sapna
17 - Castor

Hi @deepnandi , an alternate solution to your problem.

grazitti_sapna_0-1599541593628.png

 

Thanks.

 

Sapna Gupta
Danish409
7 - Meteor

Hi @deepnandi 

 

Alternatively you can also do it with the help of Text to Column & Transform tool.

Screen-08-09-2020_151230 (2).png

 

Please Find the attached Workflow.

 

deepnandi
5 - Atom

Thanks it worked like a charm. Thanks for the help again

Labels