Alteryx Designer Desktop Discussions

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

Merging two files to create a table

Jon001
5 - Atom

Hi,

I hope this is the right place to ask..

I have a requirement to create a table based on two input tables.

 

table 1 has a single column - account

table 2 has a single column - country

 

e.g.

Table 1

123
234
345

Table 2

US
AU
CN

 

What I after is this

new table 3

US123
US234
US345
AU123
AU234
AU345
CN

123

CN

234

CN

345

 

If I was using excel this is a simple thing, but I cannot work out how to do this in Alteryx

 

I am assuming it is simple but I must be missing something. 
thanks

 

3 REPLIES 3
atcodedog05
22 - Nova
22 - Nova

Hi @Jon001 

 

This can be achieved using append tool.

 

Workflow:

atcodedog05_0-1643048164504.png

 

Hope this helps : )

 

Jon001
5 - Atom

That’s perfect. I knew there must be a simple way. I was going down rabbit holes. 
thanks very much 

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @Jon001 

Cheers and have a nice day!

Labels