<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RE: Looking up data in a 9000 row excel spreadsheet was too slow. in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Looking-up-data-in-a-9000-row-excel-spreadsheet-was-too-slow/m-p/57350#M11368</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Here are two suggestions.&lt;BR /&gt;&lt;BR /&gt;1) Make sure the spreadsheet is in a local disk, not in a network drive.&lt;BR /&gt;&lt;BR /&gt;2) Try to split the lookup of the Excel spreadsheet until you have a good performance.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Leonardo Caldas&lt;BR /&gt;Support Software Engineer&lt;BR /&gt;Customer support&lt;BR /&gt;America/Chicago&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 28 Jul 2021 17:19:00 GMT</pubDate>
    <dc:creator>LeonardoCaldas</dc:creator>
    <dc:date>2021-07-28T17:19:00Z</dc:date>
    <item>
      <title>Looking up data in a 9000 row excel spreadsheet was too slow.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Looking-up-data-in-a-9000-row-excel-spreadsheet-was-too-slow/m-p/57349#M11367</link>
      <description>I had a query from Kevin at Aviva - 
His process needed to do a lookup in an Excel spreadsheet which had 9000 rows.  This lookup, required for each item being worked, was taking 10-15 minutes per case.

I recommended to Kevin that he should use a Blue Prism work queue for his look up.  Create an new process just to load the Excel lookup data into a work queue.  This will need to be ran if the look up data ever changes.
Then within his process he can use the Internal - Work Queues, Is Item In Queue action to look up the specific key he wanted for the look up data, and they get that data using the Item ID.  
This solution will increase the speed of his lookup considerably - and is a better solution for multiple robots (rather than them all using Excel).</description>
      <pubDate>Wed, 10 Sep 2014 17:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Looking-up-data-in-a-9000-row-excel-spreadsheet-was-too-slow/m-p/57349#M11367</guid>
      <dc:creator>Denis__Dennehy</dc:creator>
      <dc:date>2014-09-10T17:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: Looking up data in a 9000 row excel spreadsheet was too slow.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Looking-up-data-in-a-9000-row-excel-spreadsheet-was-too-slow/m-p/57350#M11368</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Here are two suggestions.&lt;BR /&gt;&lt;BR /&gt;1) Make sure the spreadsheet is in a local disk, not in a network drive.&lt;BR /&gt;&lt;BR /&gt;2) Try to split the lookup of the Excel spreadsheet until you have a good performance.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Leonardo Caldas&lt;BR /&gt;Support Software Engineer&lt;BR /&gt;Customer support&lt;BR /&gt;America/Chicago&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jul 2021 17:19:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Looking-up-data-in-a-9000-row-excel-spreadsheet-was-too-slow/m-p/57350#M11368</guid>
      <dc:creator>LeonardoCaldas</dc:creator>
      <dc:date>2021-07-28T17:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: Looking up data in a 9000 row excel spreadsheet was too slow.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Looking-up-data-in-a-9000-row-excel-spreadsheet-was-too-slow/m-p/57351#M11369</link>
      <description>Try turning off "Automatic calculation" on the excel during the time manipulation and enable it at the end.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Murali Krishna&lt;BR /&gt;RPA Consultant&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Aug 2021 11:56:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Looking-up-data-in-a-9000-row-excel-spreadsheet-was-too-slow/m-p/57351#M11369</guid>
      <dc:creator>krishna.kodimurali9</dc:creator>
      <dc:date>2021-08-02T11:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: Looking up data in a 9000 row excel spreadsheet was too slow.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Looking-up-data-in-a-9000-row-excel-spreadsheet-was-too-slow/m-p/57352#M11370</link>
      <description>...Wow! Two new answers on an open question from 2014 (...it was actually more like a suggestion). In that case I won't be shy and throw in my suggestion as well!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Whenever running selects on XL sheets with many rows, I'd use the BP actions for OLEDB. Where filtering and other collection selection actions take minutes to perform or run into OutOfMemory errors that require you to split up the XL in smaller chunks, OLEDB will do the same within seconds.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt;&lt;BR /&gt;Personally, I do not class a 9k row XL as &lt;EM&gt;large&lt;/EM&gt; and a tool as BP should be able to handle this without any errors, memory issues or delays - ever. Unfortunately, experience has uncovered many issues when handling XLs with 15k+ rows and more. But these XLs aren't large in my view either! &lt;BR /&gt;We're currently at 6.5 and I certainly hope things have improved in the newer BP versions that we hopefully get to work with soon.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Happy coding!&lt;BR /&gt;Paul&lt;BR /&gt;Sweden&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Aug 2021 07:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Looking-up-data-in-a-9000-row-excel-spreadsheet-was-too-slow/m-p/57352#M11370</guid>
      <dc:creator>PvD_SE</dc:creator>
      <dc:date>2021-08-16T07:01:00Z</dc:date>
    </item>
  </channel>
</rss>

