<?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: BlueBrism - Web Scrapping page by page in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/BlueBrism-Web-Scrapping-page-by-page/m-p/46841#M2733</link>
    <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1694"&gt;@GopalBhaire&lt;/a&gt; bro, thanks a lot for your time and reply. Yes, it worked based on your suggestions. But, i am facing different issue now.&lt;BR /&gt;&lt;BR /&gt;I am able to navigate page by page and extract the table content into collection, but every time i put my table data into collection, it just takes for that particular page data, it is not appending to collection. Pls guide me did i missing anything here?&lt;BR /&gt;&lt;BR /&gt;attached the image.​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Fayaz Ali&lt;BR /&gt;RPA Developer&lt;BR /&gt;Accenture&lt;BR /&gt;UTC&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Sat, 07 Sep 2019 13:13:00 GMT</pubDate>
    <dc:creator>FayazAli</dc:creator>
    <dc:date>2019-09-07T13:13:00Z</dc:date>
    <item>
      <title>BlueBrism - Web Scrapping page by page</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BlueBrism-Web-Scrapping-page-by-page/m-p/46839#M2731</link>
      <description>Scenario : Do web scrapping page by page[ Assume my application may have pagination with table data ]&lt;BR /&gt;&lt;BR /&gt;Challenges :&lt;BR /&gt;&lt;BR /&gt; 1. I am able to add table data into collection using Read stage ---&amp;gt; inside, GetTable option into Collection Data Item.&lt;BR /&gt; 2. Now, i want to do the same for all pages navigating page by page.&lt;BR /&gt; 3. I have no idea which option i suppose to use as i am begginer.&lt;BR /&gt; 4. I tried whether i can use while loop assuming untill i have Next button is visible=TRUE.&lt;BR /&gt;&lt;BR /&gt;But, none of the options are working fine. Kindly any experts help me. Thanks in advance.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Fayaz Ali&lt;BR /&gt;RPA Developer&lt;BR /&gt;Accenture&lt;BR /&gt;UTC&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Sep 2019 05:48:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BlueBrism-Web-Scrapping-page-by-page/m-p/46839#M2731</guid>
      <dc:creator>FayazAli</dc:creator>
      <dc:date>2019-09-06T05:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: BlueBrism - Web Scrapping page by page</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BlueBrism-Web-Scrapping-page-by-page/m-p/46840#M2732</link>
      <description>1. Use a wait stage to check if the Next button exist &lt;BR /&gt;2. If yes it'll press the button -&amp;gt; wait for page load -&amp;gt; read table and go back to step 1&lt;BR /&gt;3. If not then end&lt;BR /&gt;&lt;BR /&gt;Assuming Next button is not present on last page, even if it's present it'll be deactivated check for that attribute and spy accordingly.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gopal Bhaire&lt;BR /&gt;Analyst&lt;BR /&gt;Accenture&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Sep 2019 10:45:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BlueBrism-Web-Scrapping-page-by-page/m-p/46840#M2732</guid>
      <dc:creator>GopalBhaire</dc:creator>
      <dc:date>2019-09-06T10:45:00Z</dc:date>
    </item>
    <item>
      <title>RE: BlueBrism - Web Scrapping page by page</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BlueBrism-Web-Scrapping-page-by-page/m-p/46841#M2733</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1694"&gt;@GopalBhaire&lt;/a&gt; bro, thanks a lot for your time and reply. Yes, it worked based on your suggestions. But, i am facing different issue now.&lt;BR /&gt;&lt;BR /&gt;I am able to navigate page by page and extract the table content into collection, but every time i put my table data into collection, it just takes for that particular page data, it is not appending to collection. Pls guide me did i missing anything here?&lt;BR /&gt;&lt;BR /&gt;attached the image.​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Fayaz Ali&lt;BR /&gt;RPA Developer&lt;BR /&gt;Accenture&lt;BR /&gt;UTC&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sat, 07 Sep 2019 13:13:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BlueBrism-Web-Scrapping-page-by-page/m-p/46841#M2733</guid>
      <dc:creator>FayazAli</dc:creator>
      <dc:date>2019-09-07T13:13:00Z</dc:date>
    </item>
    <item>
      <title>RE: BlueBrism - Web Scrapping page by page</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BlueBrism-Web-Scrapping-page-by-page/m-p/46842#M2734</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Create two Collections (Collection1 and Collection2)&lt;BR /&gt;With Read Stage output the table into Collection1&lt;BR /&gt;Use the Collection Manipulation VBO (can be found within the Blue Prism directory and then imported)&lt;BR /&gt;Use the Append collections action with Collection1 and Collection2, output to Collection2&lt;BR /&gt;&lt;BR /&gt;/Joakim&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Joakim Eklund&lt;BR /&gt;Senior RPA Developer&lt;BR /&gt;Swedbank AB&lt;BR /&gt;Europe/Stockholm&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Sun, 08 Sep 2019 16:49:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BlueBrism-Web-Scrapping-page-by-page/m-p/46842#M2734</guid>
      <dc:creator>joakimeklund</dc:creator>
      <dc:date>2019-09-08T16:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: BlueBrism - Web Scrapping page by page</title>
      <link>https://community.blueprism.com/t5/Product-Forum/BlueBrism-Web-Scrapping-page-by-page/m-p/46843#M2735</link>
      <description>Thanks bro, it worked.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Fayaz Ali&lt;BR /&gt;RPA Developer&lt;BR /&gt;Accenture&lt;BR /&gt;UTC&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Sep 2019 09:59:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/BlueBrism-Web-Scrapping-page-by-page/m-p/46843#M2735</guid>
      <dc:creator>FayazAli</dc:creator>
      <dc:date>2019-09-09T09:59:00Z</dc:date>
    </item>
  </channel>
</rss>

