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

Combining multiple column data to one column

Gsiva3
8 - Asteroid

Hi Team,

In a input file I have column named A,B,C,D,E. My purpose is to combine all these columns into a single column in a standard manner, like content of column A at top followed by content B,C,D,E in a single column.

is there any possibility to do this so?

I have attached the input & desired output

6 REPLIES 6
atcodedog05
22 - Nova
22 - Nova

Hi @Gsiva3 

 

Here is how you can do it.

Workflow:

atcodedog05_0-1645430843059.png

 

Hope this helps : )

 

Gsiva3
8 - Asteroid

Hi @atcodedog05 

It works fine👍

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @Gsiva3 

Cheers and have a nice day!

Gsiva3
8 - Asteroid

Hi @atcodedog05 

 

Sorry for asking it again,

 

If I have column number A as 1st column, D as 2nd column & B as 3rd Column,

 

Now I want A column value at top and then column D which is followed by column B.

 

Is it possible to do it in this manner. sorting not based on column name based on column position.

atcodedog05
22 - Nova
22 - Nova

Hi @Gsiva3 

 

Here is how you can do it.

Workflow:

atcodedog05_0-1645434126359.png

 

Hope this helps : )

 

Gsiva3
8 - Asteroid

Thanks @atcodedog05 

Labels
Top Solution Authors