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

combining/merge columns

utsarunner981
8 - Asteroid

hello-looking to see if there is a solution to this problem. i have a data set that i have parsed and it has created 30 additional columns. the data is scattered within the columns -with no specific pattern and wanting to have them aligned. for example: 

 

this is the sample data: 

Employee IDNameMiscMisc 1Misc 2Misc 3
1234John SmithTable Chair PlatesForks
8753Derrick ShowPlates Forks KnifeSofa
45681Rita AppleChair Plates TableForks

 

this is the output i am wanting to accomplish: 

Employee IDNameMiscMisc 1Misc 2Misc 3
1234John SmithTableChairPlatesForks
8753Derrick Show  PlatesForks
45681Rita AppleTableChairPlatesForks

 

5 REPLIES 5
atcodedog05
22 - Nova
22 - Nova

Hi @utsarunner981 

 

Here is how you can do it.

Workflow:

atcodedog05_0-1630432960586.png

 

Hope this helps : )

 

Tyro_abc
11 - Bolide

Hi @utsarunner981 

Try this..

Tyro_abc_0-1630439506276.png

 

utsarunner981
8 - Asteroid

hello @atcodedog05  and @Tyro_abc  both solutions worked great! I tested both and thank you for your assistance! 

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @utsarunner981 

Cheers and have a nice day!

Tyro_abc
11 - Bolide

Glad it helped you...

Regards

abc

Labels