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.

What would be the best way to merge 5 excel files?

rmartori
8 - Asteroid

Example below So basically there will be 5 files similar to the below example but with a lot more rows. So The columns will be all the same at least for every single file, So I would need to first remove the first three rows from each file(though i can do that manually if needed.

Then Select so only certain columns are used. Basically just identifying information such as name, email, event title, line of service. 

 

Then basically merge all 5 files, so they are all one file. Basically just shoving the information from each file under the next, there is no real need for matching or unions or anything. Just Everything from the chosen columns gets added. So using the below as an example, if each file only had 3 entries then first file would be rows 2-4, second file rows 5-7, third file 7-9 and so on.

 

I am probably overthinking the difficulty but I tried doing something similar once and alteryx kept skipping files because one file had 20 rows another had 15 and it caused a bunch of weird issues.

This will ultimately be used in a Tableau so the person I am working with can see how long people from various departments and business ranks watched various training videos.

The only other step I need to figure out is how do I get all the data from a 6th excel file that is just emails and ranks(these reports below do not have the rank part so I needed to collect that separately)

Example

Audience Details Report                              
Report Run on: 11/09/2020 02:44:16 PM EST                              
                                  
Event IdEvent TitleCost CenterRegistered OnFirst NameLast NameTitleEmailCompanyAddress 1Address 2CountryCityStatePostal CodePhone NumberMobile NumberFax NumberEmployeeIDLineofServiceworkeridIP AddressLive SessionsOn-Demand SessionsSimLive SessionsTotal SessionsLive DurationOn-Demand DurationSimLive DurationTotal DurationSurvey exit 1Survey exit 2Survey exit 3Survey exit 4
8675309EventUSA#########BobNewhart Test@test.com   USSpartanburgUS-SC    90210Division X888888 000000:00:0000:00:0000:00:0000:00:00    
8675309EventUSA#########GrouchoMarx Test@test.com   USBostonUS-MA    90210Division X888888 030300:00:0000:12:4000:00:0000:12:40    
8675309EventUSA#########HarpoMarx Test@test.com   USMelvilleUS-NY    90210Division X888888 010100:00:0000:24:0000:00:0000:24:00    
1 REPLY 1
Qiu
21 - Polaris
21 - Polaris

@rmartori 
I always keep these 3 workflows and alway find them useful for these cases.

 

Labels
Top Solution Authors