We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

How to Read an Excel File Starting from a Specific Row

Masond3
8 - Asteroid

Hi Team,

I have a question that might seem a bit basic, but I need to read an Excel file starting from row 12 onwards. I was under the impression
that the Input Data tool had an option to specify the starting row for data import.

 

However, I can't seem to find this option in my current version (2022.1.1.30961).

Could someone guide me on how to achieve this?

Thank you!

5 REPLIES 5
OTrieger
14 - Magnetar

@Masond3  This option is only for xlsx format not for xls

Which format is your file?

Masond3
8 - Asteroid

@OTrieger  OOh.., good spot i didn't check the file extensions,  these are in XLS.. i guess to get it work i need to change the extension from xls to xlsx ? 

OTrieger
14 - Magnetar

😎

Masond3
8 - Asteroid

This simple POC is becoming a nightmare, is there any way i can do this within alteryx ? 

If not i will go back to the team and ask for a consistent format ( only sending me three different file formats, csv, xls, xlsx ) 

alexnajm
18 - Pollux
18 - Pollux

Consistent format is definitely better so I'd start there, but if you need to work with .xls files then you can Input Data --> Skip 1st N Rows with a Sample tool, and Take Field Names from First Row with a Dynamic Rename to get it into a useable format!

Labels
Top Solution Authors