<?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 I'm sure there will be a way… in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Collection-Maximum-Rows/m-p/81833#M33364</link>
    <description>I'm sure there will be a way to do it somehow. Try &lt;A href="https://www.connectionstrings.com/textfile/" target="test_blank"&gt;https://www.connectionstrings.com/textfile/&lt;/A&gt;</description>
    <pubDate>Thu, 07 Jun 2018 16:01:00 GMT</pubDate>
    <dc:creator>John__Carter</dc:creator>
    <dc:date>2018-06-07T16:01:00Z</dc:date>
    <item>
      <title>Collection Maximum Rows</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Collection-Maximum-Rows/m-p/81826#M33357</link>
      <description>I'm trying to move data from one spread sheet from another. The first spread sheet has roughly 1400 columns. I can pull these into a collection via a OLEDB connections and a SQL query, however, when I then try to write this collection back out, it only goes up to column 255. is this a hard limit? does anyone have any suggestions to get around this? I know I could pull the column in chunks, but this would mean using a series of very large SQL Queries, rather than just SELECT *

Cheers guys.</description>
      <pubDate>Thu, 10 May 2018 19:59:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Collection-Maximum-Rows/m-p/81826#M33357</guid>
      <dc:creator>JordanGreen</dc:creator>
      <dc:date>2018-05-10T19:59:00Z</dc:date>
    </item>
    <item>
      <title>I think that might be an…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Collection-Maximum-Rows/m-p/81827#M33358</link>
      <description>I think that might be an Excel limitation? In theory&amp;nbsp;BP has no max rows/columns for collections, but realistically a mega collection will eat memory and grind the PC to a halt.</description>
      <pubDate>Fri, 11 May 2018 15:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Collection-Maximum-Rows/m-p/81827#M33358</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2018-05-11T15:14:00Z</dc:date>
    </item>
    <item>
      <title>Correction - Google suggests…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Collection-Maximum-Rows/m-p/81828#M33359</link>
      <description>Correction -&amp;nbsp;Google suggests&amp;nbsp;it's an OLEDB limitation.</description>
      <pubDate>Fri, 11 May 2018 15:16:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Collection-Maximum-Rows/m-p/81828#M33359</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2018-05-11T15:16:00Z</dc:date>
    </item>
    <item>
      <title>Hi John,…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Collection-Maximum-Rows/m-p/81829#M33360</link>
      <description>Hi John,
&amp;nbsp;
yes I have seen the same. there seems to be some workarounds, such as connecting to a .csv rather than a .xlsx. However, I submitted a ticket to the help desk as well and they have advised that there is a limit currently to the number of columns in a collection, around 255. Looking to fix it in a later release, but nothing coming imminently.</description>
      <pubDate>Mon, 14 May 2018 14:30:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Collection-Maximum-Rows/m-p/81829#M33360</guid>
      <dc:creator>JordanGreen</dc:creator>
      <dc:date>2018-05-14T14:30:00Z</dc:date>
    </item>
    <item>
      <title>Hey John Carter,
 
We are…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Collection-Maximum-Rows/m-p/81830#M33361</link>
      <description>Hey John Carter,
&amp;nbsp;
We are working with a 50.000 row collection of 40 columns. All of them contain plain text or number. We are getting the error: ""Internal: System.OutOfMemoryExcepction"". Is this because the high number of rows?
&amp;nbsp;
Additionally, this rows are obtained from a CSV file. Once we got the collection filled in BP, we try to filter it by applying the BVO internal of collection manipulation&amp;nbsp;(action filter).
&amp;nbsp;
Thanks,</description>
      <pubDate>Wed, 06 Jun 2018 15:21:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Collection-Maximum-Rows/m-p/81830#M33361</guid>
      <dc:creator>MariaSerrano</dc:creator>
      <dc:date>2018-06-06T15:21:00Z</dc:date>
    </item>
    <item>
      <title>Yes probably. The workaround…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Collection-Maximum-Rows/m-p/81831#M33362</link>
      <description>Yes probably. The workaround is to try to consume less data in one go, eg do you need to read all 40 columns or can you read the 50K row&amp;nbsp;in chunks. The big advantage of OLEDB is that with a query you can target the data you want instead of taking the whole lot.</description>
      <pubDate>Wed, 06 Jun 2018 17:02:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Collection-Maximum-Rows/m-p/81831#M33362</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2018-06-06T17:02:00Z</dc:date>
    </item>
    <item>
      <title>Hello,
We have a TXT filled…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Collection-Maximum-Rows/m-p/81832#M33363</link>
      <description>Hello,
We have a TXT filled of data delimited by pipes (|). This data considered a CSV can't be worked in BP because it gets an error of system out of memory. We tried to use OLEDB but it doen't work with this type of file. We tried and researched for importing this csv to the access, what is the best way to do it?
Arnau</description>
      <pubDate>Thu, 07 Jun 2018 12:29:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Collection-Maximum-Rows/m-p/81832#M33363</guid>
      <dc:creator>ArnauPerramon_B</dc:creator>
      <dc:date>2018-06-07T12:29:00Z</dc:date>
    </item>
    <item>
      <title>I'm sure there will be a way…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Collection-Maximum-Rows/m-p/81833#M33364</link>
      <description>I'm sure there will be a way to do it somehow. Try &lt;A href="https://www.connectionstrings.com/textfile/" target="test_blank"&gt;https://www.connectionstrings.com/textfile/&lt;/A&gt;</description>
      <pubDate>Thu, 07 Jun 2018 16:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Collection-Maximum-Rows/m-p/81833#M33364</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2018-06-07T16:01:00Z</dc:date>
    </item>
    <item>
      <title>Arnau, perhaps writing VBA…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Collection-Maximum-Rows/m-p/81834#M33365</link>
      <description>Arnau, perhaps writing VBA code in an Access macro (see first link below), then call that macro in Blue Prism via command line (see second link)
&lt;A href="http://www.accessmvp.com/kdsnell/EXCEL_Import.htm" target="test_blank"&gt;http://www.accessmvp.com/kdsnell/EXCEL_Import.htm&lt;/A&gt;
&lt;A href="http://www.fmsinc.com/microsoftaccess/macro/index.htm" target="test_blank"&gt;http://www.fmsinc.com/microsoftaccess/macro/index.htm&lt;/A&gt;
&amp;nbsp;
This avoids the use of Blue Prism collections which are inefficient for large data files.
&amp;nbsp;</description>
      <pubDate>Fri, 15 Jun 2018 13:24:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Collection-Maximum-Rows/m-p/81834#M33365</guid>
      <dc:creator>NicholasBell1</dc:creator>
      <dc:date>2018-06-15T13:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: Hello,
We have a TXT filled…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Collection-Maximum-Rows/m-p/81835#M33366</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/40467"&gt;@ArnauPerramon_B&lt;/a&gt; , I know this is an old thread.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;However, I have a few suggestions:&lt;BR /&gt;1. Can you open the CSV file using Blue Prism's Excel (or Excel Extended) VBO?&lt;BR /&gt;2. If step 1 above is successful, you could use the various actions in Excel VBO for the work you want to perform.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kingsley David&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Jun 2023 07:56:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Collection-Maximum-Rows/m-p/81835#M33366</guid>
      <dc:creator>theBelovedKing</dc:creator>
      <dc:date>2023-06-08T07:56:00Z</dc:date>
    </item>
  </channel>
</rss>

