<?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: How to write each record from web page to collections in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-to-write-each-record-from-web-page-to-collections/m-p/76337#M28853</link>
    <description>Hi Koni,&lt;BR /&gt;&lt;BR /&gt;Please use Append raws to collection which is available in utility VBO collection manipulation and advanced collection manipulation&lt;BR /&gt;Read each record from web and populate a sigle raw collection (predefine the fields)​ and use a loop to append the single raw collection to main collection till you complete fetching records from web.&lt;BR /&gt;I hope this helps&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jerin Jose&lt;BR /&gt;RPA Product SME&lt;BR /&gt;EY&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 02 Sep 2019 08:53:00 GMT</pubDate>
    <dc:creator>JerinJose</dc:creator>
    <dc:date>2019-09-02T08:53:00Z</dc:date>
    <item>
      <title>How to write each record from web page to collections</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-write-each-record-from-web-page-to-collections/m-p/76336#M28852</link>
      <description>I'm Trying to automate browser Based application. i want to get each record from web page to excel sheet. Please help me some one, how to solve this.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Viswanatha reddy&lt;BR /&gt;It software&lt;BR /&gt;It software&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Sep 2019 08:31:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-write-each-record-from-web-page-to-collections/m-p/76336#M28852</guid>
      <dc:creator>KonireddyViswan</dc:creator>
      <dc:date>2019-09-02T08:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to write each record from web page to collections</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-write-each-record-from-web-page-to-collections/m-p/76337#M28853</link>
      <description>Hi Koni,&lt;BR /&gt;&lt;BR /&gt;Please use Append raws to collection which is available in utility VBO collection manipulation and advanced collection manipulation&lt;BR /&gt;Read each record from web and populate a sigle raw collection (predefine the fields)​ and use a loop to append the single raw collection to main collection till you complete fetching records from web.&lt;BR /&gt;I hope this helps&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jerin Jose&lt;BR /&gt;RPA Product SME&lt;BR /&gt;EY&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Sep 2019 08:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-write-each-record-from-web-page-to-collections/m-p/76337#M28853</guid>
      <dc:creator>JerinJose</dc:creator>
      <dc:date>2019-09-02T08:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to write each record from web page to collections</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-write-each-record-from-web-page-to-collections/m-p/76338#M28854</link>
      <description>thank you bro&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Konireddy Viswanatha reddy&lt;BR /&gt;It software&lt;BR /&gt;It software&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Sep 2019 08:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-write-each-record-from-web-page-to-collections/m-p/76338#M28854</guid>
      <dc:creator>KonireddyViswan</dc:creator>
      <dc:date>2019-09-02T08:57:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to write each record from web page to collections</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-write-each-record-from-web-page-to-collections/m-p/76339#M28855</link>
      <description>Hi Konireddy,&lt;BR /&gt;&lt;BR /&gt;If records in web page are in table format, you can spy whole table at once. Read table using read stage and store in collection. I can show you how if you can provide me link.&lt;BR /&gt;&lt;BR /&gt;-------------------------------&lt;BR /&gt;Abhilash Singhal&lt;BR /&gt;RPA Developer&amp;nbsp;&lt;BR /&gt;IBM&lt;BR /&gt;-------------------------------&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Abhilash Singhal&lt;BR /&gt;RPA Developer&lt;BR /&gt;IBM&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Sep 2019 10:06:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-write-each-record-from-web-page-to-collections/m-p/76339#M28855</guid>
      <dc:creator>AbhilashSingha1</dc:creator>
      <dc:date>2019-09-03T10:06:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to write each record from web page to collections</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-write-each-record-from-web-page-to-collections/m-p/76340#M28856</link>
      <description>&lt;DIV class="uconBody"&gt;&lt;DIV dir="auto"&gt;Thanks for your mail. I need each record from web.And there is no table data.&lt;DIV dir="auto"&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV dir="auto"&gt;I had to convert data item into collection by using calculation stage.Problem solved .&lt;/DIV&gt;&lt;DIV dir="auto"&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV dir="auto"&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV dir="auto"&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;DIV data-smartmail="gmail_signature" dir="auto"&gt;viswanath&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------Original Message------&lt;BR /&gt;&lt;BR /&gt;Hi Konireddy,&lt;BR /&gt;&lt;BR /&gt;If records in web page are in table format, you can spy whole table at once. Read table using read stage and store in collection. I can show you how if you can provide me link.&lt;BR /&gt;&lt;BR /&gt;-------------------------------&lt;BR /&gt;Abhilash Singhal&lt;BR /&gt;RPA Developer&amp;nbsp;&lt;BR /&gt;IBM&lt;BR /&gt;-------------------------------&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Abhilash Singhal&lt;BR /&gt;RPA Developer&lt;BR /&gt;IBM&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Sep 2019 12:02:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-write-each-record-from-web-page-to-collections/m-p/76340#M28856</guid>
      <dc:creator>KonireddyViswan</dc:creator>
      <dc:date>2019-09-03T12:02:00Z</dc:date>
    </item>
  </channel>
</rss>

