Advent of Code is now back for a limited time only! Complete as many challenges as you can to earn those badges you may have missed in December. Learn more about how to participate here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Alteryx isn't reading in my excel file properly

AkisM
10 - Fireball

Trying to import an excel file with around 700 rows, 10 columns. Instead, alteryx reads in 350 different fields, and only 5 rows. Any ideas?

2 REPLIES 2
DavidP
17 - Castor
17 - Castor

Your excel file might have null values in a lot of cells. Try specifying a cell range in the input data tool in the file path and name box

 

c:\folder name\filename.xlsx|||Sheet1$A1:J

 

This will load data from the first 10 columns only.

 

Can't really comment on the 5 rows without seeing your input file.

SubratDas5
11 - Bolide

Hi @AkisM ,,

 

Could you please share a snaposhot of your file ,so that we can help you better. 

 

You could also see if you are having the right sheet selected and the options wherein you can implement @DavidP 's solution as well as make sure to tick the box which says first row has headers to make sure you capture all the headers correctly. 

 

Hope this helps. 

Labels
Top Solution Authors