<?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: Working with large xlsx files without Chunk in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Working-with-large-xlsx-files-without-Chunk/m-p/98037#M45889</link>
    <description>&lt;P&gt;As Other member mentioned OLEDB is also an option in general.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 13 Jun 2023 02:56:35 GMT</pubDate>
    <dc:creator>harish.mogulluri</dc:creator>
    <dc:date>2023-06-13T02:56:35Z</dc:date>
    <item>
      <title>Working with large xlsx files without Chunk</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Working-with-large-xlsx-files-without-Chunk/m-p/98034#M45886</link>
      <description>&lt;DIV&gt;&lt;SPAN&gt;He everyone,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;Regarding to those &amp;nbsp;posts:&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&lt;A href="https://community.blueprism.com/communities/community-home/digestviewer/viewthread?GroupId=385&amp;amp;MessageKey=16adfb54-82e0-4699-bf49-d1142daeec53&amp;amp;CommunityKey=1e516cfe-4d1f-4de9-a9eb-58d15bf38c81&amp;amp;reply-inline=16adfb54-82e0-4699-bf49-d1142daeec53" target="test_blank"&gt;https://community.blueprism.com/communities/community-home/digestviewer/viewthread?GroupId=385&amp;amp;MessageKey=16adfb54-82e0-4699-bf49-d1142daeec53&amp;amp;CommunityKey=1e516cfe-4d1f-4de9-a9eb-58d15bf38c81&amp;amp;reply-inline=16adfb54-82e0-4699-bf49-d1142daeec53&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&lt;A href="https://community.blueprism.com/communities/community-home/digestviewer/viewthread?GroupId=145&amp;amp;MID=1900&amp;amp;CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01&amp;amp;tab=digestviewer" target="test_blank"&gt;https://community.blueprism.com/communities/community-home/digestviewer/viewthread?GroupId=145&amp;amp;MID=1900&amp;amp;CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01&amp;amp;tab=digestviewer&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;I have a question. How to work with such large xlsx/csv file in a situation where I need to find one record according to the X criteria, then find another record according to the Y criteria, etc. I have the criteria saved in another xlsx/csv file, which has about 600-1000 rows.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;I don't think splitting a file will be a good solution in this case because the row result can be in one or all of the split files.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Could you help?&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 12 Jun 2023 15:40:59 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Working-with-large-xlsx-files-without-Chunk/m-p/98034#M45886</guid>
      <dc:creator>Ernest1</dc:creator>
      <dc:date>2023-06-12T15:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Working with large xlsx files without Chunk</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Working-with-large-xlsx-files-without-Chunk/m-p/98035#M45887</link>
      <description>&lt;P&gt;Hi Marcin Grzelak,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1) create custom DLL's to manipulate large amount of data in run time. In this case you need to write and manipulate data&amp;nbsp; before&amp;nbsp; getting the data in to BP&lt;/P&gt;
&lt;P&gt;2) Create macros to filter the data and other manipulation i&lt;/P&gt;
&lt;P&gt;3) Apply data manipulation in the excel itself. like Filters, Formulas and other available excel capabilities&amp;nbsp; for this you can use existing excel VBO and build the code on top of it.&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;if the file is in 1000's I will read the data from the excel and perfrom data manipulation&amp;nbsp; in the code stage&amp;nbsp; in bp itself.&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;Note: Also latest BLue Prism version 7.2 can handle much more than the previous versions&amp;nbsp; because it is 64 bits&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2023 16:19:12 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Working-with-large-xlsx-files-without-Chunk/m-p/98035#M45887</guid>
      <dc:creator>harish.mogulluri</dc:creator>
      <dc:date>2023-06-12T16:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Working with large xlsx files without Chunk</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Working-with-large-xlsx-files-without-Chunk/m-p/98036#M45888</link>
      <description>&lt;P&gt;Hello Marcin,&lt;/P&gt;
&lt;P&gt;You can achieve this by executing a select query statement via OLEDB. I have attached the OLEDB guide for your reference.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2023 23:42:47 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Working-with-large-xlsx-files-without-Chunk/m-p/98036#M45888</guid>
      <dc:creator>Athiban_Mahamathi</dc:creator>
      <dc:date>2023-06-12T23:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Working with large xlsx files without Chunk</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Working-with-large-xlsx-files-without-Chunk/m-p/98037#M45889</link>
      <description>&lt;P&gt;As Other member mentioned OLEDB is also an option in general.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 02:56:35 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Working-with-large-xlsx-files-without-Chunk/m-p/98037#M45889</guid>
      <dc:creator>harish.mogulluri</dc:creator>
      <dc:date>2023-06-13T02:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Working with large xlsx files without Chunk</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Working-with-large-xlsx-files-without-Chunk/m-p/98038#M45890</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Many thanks for answer for both.&lt;/P&gt;
&lt;P&gt;I will check OLEDB, but I need to catch Admin for installation Microsoft Access Database Engine.&lt;/P&gt;
&lt;P&gt;All the best.M&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 08:11:38 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Working-with-large-xlsx-files-without-Chunk/m-p/98038#M45890</guid>
      <dc:creator>Ernest1</dc:creator>
      <dc:date>2023-06-13T08:11:38Z</dc:date>
    </item>
  </channel>
</rss>

