Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Community is experiencing an influx of spam. As we work toward a solution, please use the 'Notify Moderator' option on the ellipsis menu to flag inappropriate posts.

Alteryx Designer Desktop Discussions

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

Input tool shows last rows as null, even though they are null and shouldn't be mentioned

Hi there,

 

I recently used the input tool to upload an excel file on Alteryx Designer. The file had data till row number 991. Surprisingly, the Input tool showed 64K rows, and the rows after 991th row where actually null.

 

Now, I want to know two thing:

1. Why would alteryx show ~63k null rows at the end of my sheet when I know that those are null and shouldn't be mentioned by input tool?

2. Even though I know it won't be the case but could there be anything wrong with my excel file for alteryx to show rows till 64k and not 991?

 

Thanks in advance!

2 REPLIES 2
JarekSkudrzyk
11 - Bolide

@tushar_Kumar_bain hi, I think there must have been some kind of data in row 63k, but without the file and data I can't tell for certain.
You can bypass this problem by adding filter tool that will get rid of any rows with nulls in column F2.

JarekSkudrzyk_0-1649845905004.png

 

binuacs
21 - Polaris

@tushar_Kumar_bain as @JarekSkudrzyk mentioned there might be spaces or null values after the row 991. You can check your excel file and remove the extra lines after the 991 record and try again or use the Data cleansing tool to remove the null rows and null columns 

 

binuacs_0-1649846333766.png

 

 

Labels