Quantcast
Channel: Data Preparation & Blending discussions
Viewing all articles
Browse latest Browse all 4999

Data Join Manipulation Issue

$
0
0

Hello everyone,

I am a little lost on how to do the following join in alteryx.

 

Dataset 1:

Col ACol BCol C
id1ABC123
id2DEF456
id3GHI567
id4JKL789
id5MNO322

 

Dataset 2

Column AColumn B
id1U
id1V
id2W
id2X
id2Y
id3Z

 

 

Final dataset:

Col ACol BCol CColumn B
id1ABC123U,V
id2DEF456W,X,Y
id3GHI567Z
id4JKL789 
id5MNO322 

 

I want to be able to join the two files with the final column data being appended into the same column and row separated by columns as shown in the final dataset. 
Any help would be highly appreciated. Thanks!!

 

 

 


Viewing all articles
Browse latest Browse all 4999

Trending Articles