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

Error: Output Data (1286): Number of records exceeds the Excel maximum (1048575)

Gary_Gangi
5 - Atom

I have been running into this error and am unclear as to why.

I am appending to an existing excel spreadsheet that has approx. 32K rows.

I am trying to append an additional 2,250 rows.

 

Initially, the excel file was set up as a table.  I restructured it so it was just a range and deleted all rows below the last row of actual data.

 

Gary_Gangi_2-1620311236193.png

 

 

Gary_Gangi_0-1620311178705.png

 

Gary_Gangi_1-1620311212675.png

Any assistance would be greatly appreciated.

4 REPLIES 4
messi007
15 - Aurora
15 - Aurora

@Gary_Gangi,

 

This is happening because of excel limit exceeded of .xlsx format.

 

You can union both files using the union tool and change the format to .csv as an output format.

Hope this helps!

 

Regards,

Gary_Gangi
5 - Atom

@messi007 

 

Thank you for your quick response however, the excel file only contains 32,000 rows and the Alteryx solution would only be adding an additional 2,250.

messi007
15 - Aurora
15 - Aurora

@Gary_Gangi,

 

Have you checked if there is an empty records after the the 32,000 line?

try to past the 32k rows to a new sheet and append to that one.

 

Hope this helps!

Regards.

Gary_Gangi
5 - Atom

@messi007 

 

Thank you that worked.

Labels
Top Solution Authors