Alteryx Designer Desktop Discussions

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

Workflow - Combining 2 excels data

gavinloi
8 - Asteroid

Hi all,

 

I am trying to create a workflow to combine 2 sets of data into 1 and removing the spaces and null value in-between.

I would want to copy the data from "Test 2" and paste it into "Test 1" 

Would this be possible ?

 

 

Test 1

gavinloi_0-1630652062632.png

 

Test 2

gavinloi_1-1630652075450.png

 

Final outcome

gavinloi_2-1630652183350.png

 

 

Thank you!

 

5 REPLIES 5
atcodedog05
22 - Nova
22 - Nova

Hi @gavinloi 

 

Here is how you can do it.

Workflow:

atcodedog05_0-1630655117125.png

 

1. Using filter tool to filter null rows

2. Using dynamic rename to fix name and get it to similar format.

3. Using union to union on name. Set output order.

 

Hope this helps : )

messi007
15 - Aurora
15 - Aurora

@gavinloi,

 

You can do it with join tool tool with Auto config by position and output order

 

messi007_1-1630654720520.png

 

Attached the workflow.

 

messi007_0-1630654658595.png

 

Hope this helps !

Regards.

gavinloi
8 - Asteroid

@messi007 @atcodedog05  Thank you both! It worked wonders. Have accepted as solutions as well. Thank you!

amitpanchal19
5 - Atom
  1. against Text 2 use select tool to rename column to match Text 1
  2. using union tool combine both data by name
  3. using filter tool, filter out any column required using formula "!IsNull(x)"
  4. Give output to your required format
atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @gavinloi 

Cheers and have a nice day!

Labels