Maximum number of records in a collection
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-12-20 01:42 PM
Hi All,
What is the maximum number of records that can be stored in a Blue Prism collection. What is the most efficient way to compare data between two excel files containing a large number of records(approx 100000 per file)?
------------------------------
Timsy Sangal
Consultant
Capgemini
------------------------------
What is the maximum number of records that can be stored in a Blue Prism collection. What is the most efficient way to compare data between two excel files containing a large number of records(approx 100000 per file)?
------------------------------
Timsy Sangal
Consultant
Capgemini
------------------------------
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-12-20 03:29 PM
Reading them into collections and looping through is unlikely to be effective and may result in memory problems. I'd try something like an OLEDB query or even pushing the data into a DB so it can be queried there.
------------------------------
John Carter
Professional Services
Blue Prism
------------------------------
------------------------------
John Carter
Professional Services
Blue Prism
------------------------------
