Alteryx Designer Desktop Discussions

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

Is there a simply workflow to merge a lot of excel files at once?

rmartori
8 - Asteroid

Basically I can have upwards of 20 files and I need to make them one file but each file ends up on its own sheet in the output file.

I thought just copying and pasting input and output over and over but was curious if there was another way.

 

merge flow example.PNG

2 REPLIES 2

Hi @rmartori 

 

If all your files share the same schema (headers, types,..etc), you can use the

1-  "Directory" tool and point it to the folder where your excel files are saved.

2- Add a dynamic input to loop thru the different files and stack them on top of each other.

 

Hope this helps! Cheers!

 

christine_assaad_0-1607458495788.png

 

oracleoftemple
9 - Comet

If the files have different schema, which might be the case even if they look identical (same fields and data types), you can use this macro that merges the files in spite of their different schema.

Labels