Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

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

Dynamically Import Multiple Excel sheets starting at a particular row

Hamster
7 - Meteor

I've been trying to figure out how to dynamically Import Multiple Excel sheets starting at a particular row. I have a batch macro with a Dynamic Input tool that pulls in each sheet. But I need it to start from row 10 each time.

All the schema's are the same.

2 REPLIES 2
AngelosPachis
16 - Nebula

Hi @Hamster,

 

Not sure how your batch macro is configured exactly, but I would say you could use a sample tool inside your batch macro that will skip the first 10 rows of each sheet, as shown below.

 

Screenshot 2020-10-28 150332.jpg

 

Please find the workflow attached. Does that answers your question in a way?

 

Regards,

 

Angelos

Hamster
7 - Meteor

Hi Angelos, 

Thanks for that.

Labels