Question
Hoverstate
US
Last activity: 14 Jul 2021 17:02 EDT
Unable to export large excel file to datatable beyond row 960670
RPA using excel connector. Part of the automation exports an original file to datatable to transfer into destination file. Some files are very large, one in question over 960000 rows. When I try to find the last row it will only find up to 960670th row. If I try to find last row with a range above that it returns only 0. If I try to export any table above that range it returns nothing.
Is this an upper limit to what pega robotics can handle? Do I need to write a C# script for this many rows?
edit - Today I tried loading the spreadsheet and looking for the end row of only column 1 between 900000 and 1000000 rows. It found row 958372 as the final row in the spreadsheet. I did an export to datatable for row1 between rows 958362 and 958382. It exported the actual last rows of the spreadsheet. It appears its losing rows somewhere.
The spreadsheet file is a tab delimited txt file, could that have something to do with it?