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
Name | id | Amount |
Final Budget | 87FB | 400.02 |
Initial Quote | EB8F2F8D-66C0 | 890.73 |
Working Budget | CF6000 | 50 |
I tried the Regex tool but was not able to split it into columns. Help will much appreciated.
Solved! Go to Solution.
Hi @deepnandi
Alternatively you can also do it with the help of Text to Column & Transform tool.
Please Find the attached Workflow.
Thanks it worked like a charm. Thanks for the help again