Advent of Code is now back for a limited time only! Complete as many challenges as you can to earn those badges you may have missed in December. Learn more about how to participate here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Combine Files Based on Column Name

Tyler_S1
5 - Atom

Hello,

 

I need to combine two files based on column name. I have a template and I need to import the values from another excel value. I need to take each row from the dataset and import those values into the template. I currently have the same naming conventions for the column headers on both files. Thanks in advance!

3 REPLIES 3
atcodedog05
22 - Nova
22 - Nova
marcusblackhill
12 - Quasar
12 - Quasar

Hey @Tyler_S1 !

 

Actually, in alteryx you have some ways to do that depending the way you need to do. The classic is the join tool, but you can use find/replace tool in some cases.

 

The join tool is in the Join tab

marcusmontenegro_0-1606150290077.png

In join tool you connect the 2 sources and pick the field to use as key of each one in the configuration. 

marcusmontenegro_1-1606150359900.png

 

Hope that help you!

 

messi007
15 - Aurora
15 - Aurora

Dear @Tyler_S1,

 

Below you can check how to use the union tool:

 

messi007_0-1606150370879.png

 

Regards,

 

Labels
Top Solution Authors