<?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 Hi Bikramjit, in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Identifiying-a-web-table-into-a-collection/m-p/57919#M11841</link>
    <description>Hi Bikramjit,
I am not able to see any attachment. But as far as I understand your issue, I suggest you use the HTML mode for identifying the table. There is an X-path of each and every element on a webpage. You can uniquely identify the X-path and use it to get your table. Post identifying, use the Read stage with 'Get Table' option to retrieve the table into a collection.
This method worked well for me.</description>
    <pubDate>Tue, 28 Jun 2016 12:57:00 GMT</pubDate>
    <dc:creator>ShreyansNahar</dc:creator>
    <dc:date>2016-06-28T12:57:00Z</dc:date>
    <item>
      <title>Identifiying a web table into a collection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Identifiying-a-web-table-into-a-collection/m-p/57918#M11840</link>
      <description>Hi Everyone,
I am trying to automate booking train ticket in a website.
I am a facing issue in spying one particular page which shows us the train details(Print screen attached). Wherein I can fetch the details of each field individually but I would like to fetch the entire table from the page. The table rows are variable.
Can some one suggest a way to pull up the list of all the trains with details. Thanks in advance</description>
      <pubDate>Tue, 28 Jun 2016 11:27:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Identifiying-a-web-table-into-a-collection/m-p/57918#M11840</guid>
      <dc:creator>bikramjit_ghosh</dc:creator>
      <dc:date>2016-06-28T11:27:00Z</dc:date>
    </item>
    <item>
      <title>Hi Bikramjit,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Identifiying-a-web-table-into-a-collection/m-p/57919#M11841</link>
      <description>Hi Bikramjit,
I am not able to see any attachment. But as far as I understand your issue, I suggest you use the HTML mode for identifying the table. There is an X-path of each and every element on a webpage. You can uniquely identify the X-path and use it to get your table. Post identifying, use the Read stage with 'Get Table' option to retrieve the table into a collection.
This method worked well for me.</description>
      <pubDate>Tue, 28 Jun 2016 12:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Identifiying-a-web-table-into-a-collection/m-p/57919#M11841</guid>
      <dc:creator>ShreyansNahar</dc:creator>
      <dc:date>2016-06-28T12:57:00Z</dc:date>
    </item>
    <item>
      <title>Thank you Shreyans</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Identifiying-a-web-table-into-a-collection/m-p/57920#M11842</link>
      <description>Thank you Shreyans.I have attached the collection table snapshot on the top.</description>
      <pubDate>Tue, 28 Jun 2016 14:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Identifiying-a-web-table-into-a-collection/m-p/57920#M11842</guid>
      <dc:creator>bikramjit_ghosh</dc:creator>
      <dc:date>2016-06-28T14:23:00Z</dc:date>
    </item>
    <item>
      <title>There really is no attachment</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Identifiying-a-web-table-into-a-collection/m-p/57921#M11843</link>
      <description>There really is no attachment. At least I do not see one. Maybe you can provide the web-page as well? Sometimes table are actually not tables when it comes to HTML code and as a result the read table will not work. If you could provide a picture of the web site and also a picture of the HTML code, it would be splendid.</description>
      <pubDate>Wed, 29 Jun 2016 11:31:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Identifiying-a-web-table-into-a-collection/m-p/57921#M11843</guid>
      <dc:creator>GertLõhmus</dc:creator>
      <dc:date>2016-06-29T11:31:00Z</dc:date>
    </item>
    <item>
      <title>There is a Get Table action</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Identifiying-a-web-table-into-a-collection/m-p/57922#M11844</link>
      <description>There is a Get Table action available in the read stage for tables (both when using HTML mode and AA modes).  You can use the Get Table action for any element within the table - I recommend trying it for a header cell and maybe the first value cell to see if either of those work for you.
If Get Table does not work because the underlying structure of the HTML is not standard, you could instead try using Get HTML and then parsing the text in the table using regular expressions and string handling calculations/decisions.</description>
      <pubDate>Mon, 18 Jul 2016 21:08:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Identifiying-a-web-table-into-a-collection/m-p/57922#M11844</guid>
      <dc:creator>Denis__Dennehy</dc:creator>
      <dc:date>2016-07-18T21:08:00Z</dc:date>
    </item>
    <item>
      <title>If I understand right, able</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Identifiying-a-web-table-into-a-collection/m-p/57923#M11845</link>
      <description>If I understand right, able to spy individual TD in the table but not the entire table. 
Identify one TD and modify the path and Tag Name attributes. Change the tag name attribute value from TD to TABLE. Similarly modify the Path that can cover the whole table instead of just TD. Compare a TD and TR and you would be able to get Table path. 
-Prabhakar</description>
      <pubDate>Thu, 04 Aug 2016 02:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Identifiying-a-web-table-into-a-collection/m-p/57923#M11845</guid>
      <dc:creator>Prabhakara_Kuma</dc:creator>
      <dc:date>2016-08-04T02:51:00Z</dc:date>
    </item>
    <item>
      <title>Hi Team,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Identifiying-a-web-table-into-a-collection/m-p/57924#M11846</link>
      <description>Hi Team,
I am trying to get web table, which is with pagination, from one of banking application developed using EXT JS technologies and put it in collection but after the run I found the collection doesn't contain any value. I have used both HTML and AA mode and tried using element within the table to get the web table.
Is there any way for getting this web table into collection. PFA of screenshot of web table
Thanks in advance</description>
      <pubDate>Thu, 04 Aug 2016 14:36:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Identifiying-a-web-table-into-a-collection/m-p/57924#M11846</guid>
      <dc:creator>vinoth_kumaryuv</dc:creator>
      <dc:date>2016-08-04T14:36:00Z</dc:date>
    </item>
    <item>
      <title>Hi Bikramjit,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Identifiying-a-web-table-into-a-collection/m-p/57925#M11847</link>
      <description>Hi Bikramjit,
How did you resolve above issue, I am also facing similar kind of problem, I did try finding out the xpath but it's like lot of divs are there which I am unable to understand. Please let me know how did you fix it.</description>
      <pubDate>Fri, 02 Jun 2017 19:56:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Identifiying-a-web-table-into-a-collection/m-p/57925#M11847</guid>
      <dc:creator>PrageetDak</dc:creator>
      <dc:date>2017-06-02T19:56:00Z</dc:date>
    </item>
  </channel>
</rss>

