Free Trial

Alteryx Designer Desktop Discussions

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

Copy Paste or Append as per column name

salmansadatkarim
5 - Atom

Hi, I am new in Alteryx and just wanted to know if the following is doable in Alteryx.

 

I have an Excel sheet with the following columns and values 

Table-1

Srl NoCustomer NameCustomer NoBusiness SegmentActivity
1ABC Company001-123456Multi NationalActive
2DEF Company001-789123SMEInactive
3GHI Company001-456789CorporateActive

 

I want to add the following in the first table

Table-2

Srl NoCustomer NameCustomer NoRM NameBusiness SegmentActivity
1JKL Company002-123456RubyInternationalActive
2MNO Company002-789123JohnLarge BusinessActive
3PQR Company003-456789AmySole PropActive

 

So the output becomes like the following. Please note, I need to be able to pick only the relevant columns from Table-2.

Table-3

Srl NoCustomer NameCustomer NoBusiness SegmentActivity
1ABC Company001-123456Multi NationalActive
2DEF Company001-789123SMEInactive
3GHI Company001-456789CorporateActive
4JKL Company002-123456InternationalActive
5MNO Company002-789123Large BusinessActive
6PQR Company003-456789Sole PropActive

 

Thanks in advance.

-Salman

2 REPLIES 2
MelGibson
10 - Fireball

I hope this is what you are looking for. copy paste append.png

salmansadatkarim
5 - Atom

Thank You so much for taking time and providing this solution! This worked perfectly. Thank You!

Labels
Top Solution Authors