<?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: Need to open and extract data from downloaded htm file in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Need-to-open-and-extract-data-from-downloaded-htm-file/m-p/98199#M46011</link>
    <description>&lt;P&gt;Hi Paul,&lt;/P&gt;
&lt;P&gt;I tried your solution "Read all text from file". Unfortunately I don't get the exact data. In my case I think it is better to open htm file with brwoser. Then extract data with XPath.&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Ekram&lt;/P&gt;</description>
    <pubDate>Thu, 13 Jul 2023 06:22:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-07-13T06:22:03Z</dc:date>
    <item>
      <title>Need to open and extract data from downloaded htm file</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Need-to-open-and-extract-data-from-downloaded-htm-file/m-p/98194#M46006</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I have downloaded a file from SAP in htm format. Now I need to extract data from the htm file. So, I tried to run Microsoft Edge using Application Modeler. Then I used navigate stage to launch Edge where I specified the path of htm file. Unfortunately, it doesn't work for me. Can anyone provide a suitable solution?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35749.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/37457i63905B53C116BCB3/image-size/large?v=v2&amp;amp;px=999" role="button" title="35749.png" alt="35749.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35750.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/37459i24CC351B0C9F22C1/image-size/large?v=v2&amp;amp;px=999" role="button" title="35750.png" alt="35750.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35751.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/37458i245DA190F7A52610/image-size/large?v=v2&amp;amp;px=999" role="button" title="35751.png" alt="35751.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 08:11:31 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Need-to-open-and-extract-data-from-downloaded-htm-file/m-p/98194#M46006</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-12T08:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Need to open and extract data from downloaded htm file</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Need-to-open-and-extract-data-from-downloaded-htm-file/m-p/98195#M46007</link>
      <description>&lt;P&gt;Hi Ekram,&lt;/P&gt;
&lt;P&gt;When you say you want to read from the downloaded htm file, do you mean you want it to open in a browser and then read the content of the browser, OR do you want to open the saved file in Notepad as you would any .txt file and read through the rows of data?&lt;/P&gt;
&lt;P&gt;Happy Coding!&lt;BR /&gt;----------------&lt;BR /&gt;Paul&lt;BR /&gt;Sweden&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 11:33:42 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Need-to-open-and-extract-data-from-downloaded-htm-file/m-p/98195#M46007</guid>
      <dc:creator>PvD_SE</dc:creator>
      <dc:date>2023-07-12T11:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Need to open and extract data from downloaded htm file</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Need-to-open-and-extract-data-from-downloaded-htm-file/m-p/98196#M46008</link>
      <description>&lt;P&gt;Hi @Paul,&lt;/P&gt;
&lt;P&gt;I have in mind to open the saved htm file in the browser so that I can use the Xpath to extract data.&lt;/P&gt;
&lt;P&gt;Idea about opening the htm file in notepad and extracting the data is also interesting. Both concepts (Browser and Notepad) are new to me. It would be great if you could share both concepts.&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Ekram&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 11:51:51 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Need-to-open-and-extract-data-from-downloaded-htm-file/m-p/98196#M46008</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-12T11:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Need to open and extract data from downloaded htm file</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Need-to-open-and-extract-data-from-downloaded-htm-file/m-p/98197#M46009</link>
      <description>&lt;P&gt;Hi Ekram,&lt;/P&gt;
&lt;P&gt;In your shoes, I'd open the file in Notepad and see what the data looks like. Then open the same file in a browser and compare the results to what you see in Notepad. Then I'd chose whatever seems simplest to access. My guess would be Notepad.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alternatively, there's also a BP native object called 'Utility - File Management' that contains an action 'Read All Text rom File'. It seems to be able to handle whatever flat file data you want to read. So you might want to give this a try. Perhaps this would be the easiest choice.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Happy Coding!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;----------------&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Paul&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sweden&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 12:11:47 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Need-to-open-and-extract-data-from-downloaded-htm-file/m-p/98197#M46009</guid>
      <dc:creator>PvD_SE</dc:creator>
      <dc:date>2023-07-12T12:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Need to open and extract data from downloaded htm file</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Need-to-open-and-extract-data-from-downloaded-htm-file/m-p/98198#M46010</link>
      <description>&lt;P&gt;Hi Paul,&lt;/P&gt;
&lt;P&gt;Thank you for the info. I will try your solution.... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Ekram&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 13:05:18 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Need-to-open-and-extract-data-from-downloaded-htm-file/m-p/98198#M46010</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-12T13:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Need to open and extract data from downloaded htm file</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Need-to-open-and-extract-data-from-downloaded-htm-file/m-p/98199#M46011</link>
      <description>&lt;P&gt;Hi Paul,&lt;/P&gt;
&lt;P&gt;I tried your solution "Read all text from file". Unfortunately I don't get the exact data. In my case I think it is better to open htm file with brwoser. Then extract data with XPath.&lt;/P&gt;
&lt;P&gt;
&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Ekram&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 06:22:03 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Need-to-open-and-extract-data-from-downloaded-htm-file/m-p/98199#M46011</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-13T06:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Need to open and extract data from downloaded htm file</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Need-to-open-and-extract-data-from-downloaded-htm-file/m-p/98200#M46012</link>
      <description>&lt;P&gt;Hi Ekram,&lt;/P&gt;
&lt;P&gt;Try launching as below.&lt;/P&gt;
&lt;P&gt;Note that space is encoded as %20 in params&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="35747.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/35770iE625E203EA1FD7EC/image-size/large?v=v2&amp;amp;px=999" role="button" title="35747.png" alt="35747.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If above works then you may refer &lt;A href="https://community.blueprism.com/discussion/browser-mode-not-responding-for-a-webpage-with-html-extension" target="test_blank"&gt;https://community.blueprism.com/discussion/browser-mode-not-responding-for-a-webpage-with-html-extension&lt;/A&gt; if you have issues with spying&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 06:46:20 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Need-to-open-and-extract-data-from-downloaded-htm-file/m-p/98200#M46012</guid>
      <dc:creator>shashank.kumar280</dc:creator>
      <dc:date>2023-07-13T06:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Need to open and extract data from downloaded htm file</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Need-to-open-and-extract-data-from-downloaded-htm-file/m-p/98201#M46013</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1537"&gt;@shashank.kumar280&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 08:36:57 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Need-to-open-and-extract-data-from-downloaded-htm-file/m-p/98201#M46013</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-07-13T08:36:57Z</dc:date>
    </item>
  </channel>
</rss>

