Alert: There is a planned Community maintenance outage October 16th from approximately 10 - 11 PM PST. During this time the Alteryx Community will be inaccessible. Thank you for your understanding!

Alteryx Designer Desktop Discussions

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

Merge two columns

rajatjain1
8 - Asteroid

I have two tables :- First one is

 

     T1       T2         T3         

1   0         0           1

2   1         0           0

3    0       0            0

 

Second one is:

 

     ABC     DEF    GHI

1    0          0         1

2    1         0          0 

3    0         0          0

 

 

I want the final output to look like

      T1          T2          T3

     ABC         DEF      GHI

1     0             0            1

2    1              0           0

3    0             0             0

 

 

T1 & ABC have to be separate cells and not concatenated.

 

Can something be done for this?

2 REPLIES 2
atcodedog05
22 - Nova
22 - Nova

Hi @rajatjain1 

 

Here is a workflow for the task.

 

Output:

atcodedog05_0-1602606882474.png

Workflow:

atcodedog05_1-1602606901468.png

 

Hope this helps 🙂

 

If this post helps you please mark it as solution. And give a like if you dont mind 😀👍

atcodedog05
22 - Nova
22 - Nova

Happy to help 🙂 @rajatjain1 

 

Cheers and Happy Analyzing 😀

Labels