Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Data Consolidation

praveenpotturi
5 - Atom

Hi,

 

I have customer data in multiple excel sheets and i need to consolidate them in one excel sheet. Customer details in each excel sheet are different but headers are common in all sheets. How can I do this?

 

Ex: Workbook1

Cust IDCust NameLoc
234XYZUS

 

Ex: Workbook2

Cust IDCust NameLoc
435UIHIN

 

Ex: Workbook3

Cust IDCust NameLoc
456OIUUH

 

Expected Result/workbook:

Cust IDCust NameLoc
234XYZUS
435UIHIN
456OIUUH

 

2 REPLIES 2
MarqueeCrew
20 - Arcturus
20 - Arcturus
If the sheet names are common and the file names are similar or if these are the only files in the directory , you are in luck! You can configure an input tool from one of the files and then modify the name with a wildcard (*) and all of the files will be read. Easiest solution possible.

If that isn't the case, you can configure input tools from each and bring the data together into a union tool. That's a pretty easy consolation solution too.

Cheers,

Mark
Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
praveenpotturi
5 - Atom

Thank you. I was able to do it by Union Tool.

Labels
Top Solution Authors