<?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 Reading table from website in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Reading-table-from-website/m-p/52744#M7569</link>
    <description>Hi, 

Yes it's a java applet and contain 100 records, 10 records per page. How to read all in one go and when you retrieve 10 records from page and put in collection, then I put in data item, it doesn't store those data fetched in file path which I have provided, instead it get showed in current value. How to read that and paste in a file from where I can read the content?

In other words looking at :

1. How to retrieve all records from a page?
2. How to copy all content from a table and put into file?

Any pointers will be helpful.

Thanks</description>
    <pubDate>Tue, 15 Nov 2016 23:17:00 GMT</pubDate>
    <dc:creator>PrageetDak</dc:creator>
    <dc:date>2016-11-15T23:17:00Z</dc:date>
    <item>
      <title>Reading table from website</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Reading-table-from-website/m-p/52744#M7569</link>
      <description>Hi, 

Yes it's a java applet and contain 100 records, 10 records per page. How to read all in one go and when you retrieve 10 records from page and put in collection, then I put in data item, it doesn't store those data fetched in file path which I have provided, instead it get showed in current value. How to read that and paste in a file from where I can read the content?

In other words looking at :

1. How to retrieve all records from a page?
2. How to copy all content from a table and put into file?

Any pointers will be helpful.

Thanks</description>
      <pubDate>Tue, 15 Nov 2016 23:17:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Reading-table-from-website/m-p/52744#M7569</guid>
      <dc:creator>PrageetDak</dc:creator>
      <dc:date>2016-11-15T23:17:00Z</dc:date>
    </item>
    <item>
      <title>1. How to retrieve all</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Reading-table-from-website/m-p/52745#M7570</link>
      <description>1. How to retrieve all records from a page? - BluePrism won't help you for this. You'll need to go page by page. Although you should check whether there isn't an option in the program you're handling which allows you to change the displayed number of rows.
2. How to copy all content from a table and put into file? - Put everything in a collection and export this collection to a file.
Create a collection
Add data to your collection (go page by page in the app)
Export collection</description>
      <pubDate>Thu, 17 Nov 2016 15:27:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Reading-table-from-website/m-p/52745#M7570</guid>
      <dc:creator>BartWille</dc:creator>
      <dc:date>2016-11-17T15:27:00Z</dc:date>
    </item>
  </channel>
</rss>

