Remove Empty Rows from collection - Unexpected error stack empty
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-05-19 04:07 PM
Hello,
I am working with a large volume of data read from Excel and attempting to remove empty rows from it. I have ran the Remove Empty Rows action in the Collection Manipulation object, however it throws a "Unexpected error Stack empty" exception.
I have tried using a recover block, recover, resume, count loop to handle this, however the issue still persists and continues to throw the above exception.
Does anyone have any ideas on how to resolve this?
Â
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-05-19 06:29 PM
Hi,
Â
Maybe try to remove empty rows using VBA Macro before uploading data from excel to Blue Prism collection.
Can you tell us how many rows can be in your excel file?
Kind regards
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-05-19 01:54 PM
Hi,
The file will be downloaded from a system weekly so would be unable to store a macro in the Excel doc if that's what you mean.
Â
There are 25k rows - I don't think BP reads a huge amount of empty rows more than that; think it's maybe less that there are too many empty rows and BP is struggling to remove them all, and more that there is a large amount of rows for BP to loop through and it falls over.
Â
Thanks,
