<?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 OLEDB Collection in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/OLEDB-Collection/m-p/74018#M26623</link>
    <description>- Execution of an SQL statement in OLEDB to get the data in a Collection.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SELECT * FROM [Sheet1$]&lt;BR /&gt;I must obtain the data from an excel file and I am using the OLEDB object, which brings me all the rows of the sheet.&lt;BR /&gt;But in my case, I need to get the data starting from row A9, since I won't need the rest. Is there a way that in the query I can modify which row I want to get the collection from or not?&lt;BR /&gt;Kind of like a range or something like that.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Fatima Alcaraz&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 07 Feb 2022 17:55:00 GMT</pubDate>
    <dc:creator>FatimaAlcaraz</dc:creator>
    <dc:date>2022-02-07T17:55:00Z</dc:date>
    <item>
      <title>OLEDB Collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/OLEDB-Collection/m-p/74018#M26623</link>
      <description>- Execution of an SQL statement in OLEDB to get the data in a Collection.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SELECT * FROM [Sheet1$]&lt;BR /&gt;I must obtain the data from an excel file and I am using the OLEDB object, which brings me all the rows of the sheet.&lt;BR /&gt;But in my case, I need to get the data starting from row A9, since I won't need the rest. Is there a way that in the query I can modify which row I want to get the collection from or not?&lt;BR /&gt;Kind of like a range or something like that.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Fatima Alcaraz&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Feb 2022 17:55:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/OLEDB-Collection/m-p/74018#M26623</guid>
      <dc:creator>FatimaAlcaraz</dc:creator>
      <dc:date>2022-02-07T17:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: OLEDB Collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/OLEDB-Collection/m-p/74019#M26624</link>
      <description>Hi,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;You can try to make this in you SELECT statement:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;STRONG&gt;SELECT * FROM [Sheet1$A9:XX]&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;Just putting the row in the from works (Also replace XX for your final column letter). But... take care cause if you don't have the header in the row A9 you will get as header the data that you have in this row.&lt;BR /&gt;&lt;BR /&gt;Hope this helps you, and if this solves your problem remember mark the reply as best answer &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Bye &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pablo Sarabia&lt;BR /&gt;Architect&lt;BR /&gt;Altamira Assets Management&lt;BR /&gt;Madrid&lt;BR /&gt;634726270&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Feb 2022 19:16:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/OLEDB-Collection/m-p/74019#M26624</guid>
      <dc:creator>PabloSarabia</dc:creator>
      <dc:date>2022-02-07T19:16:00Z</dc:date>
    </item>
  </channel>
</rss>

