<?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 convert HTML code to plain text? in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-to-convert-HTML-code-to-plain-text/m-p/60654#M14081</link>
    <description>Hello Eric,&lt;BR /&gt;&lt;BR /&gt;Can't we have that in the input parameter itself in the official outlook VBO? If the user wants to get plain text OR HTML text.&lt;BR /&gt;&lt;BR /&gt;I believe most folks would like the plain text but the VBO by default returns the HTML body.&lt;BR /&gt;&lt;BR /&gt;The tweak is fine and easy but we should have the option out of the box from the VBO considering its widespread usability and ease of access to users.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;If I was of assistance, please vote for it to be the "Best Answer".&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Tejaskumar Darji&lt;BR /&gt;Sr. Consultant-Technical Lead&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 26 Aug 2022 17:15:00 GMT</pubDate>
    <dc:creator>Tejaskumar_Darji</dc:creator>
    <dc:date>2022-08-26T17:15:00Z</dc:date>
    <item>
      <title>How to convert HTML code to plain text?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-convert-HTML-code-to-plain-text/m-p/60648#M14075</link>
      <description>Hello,&lt;BR /&gt;How can I convert HTML code to plain text? What dll files are used for decoding HTML? How can I reference to this dll in code stage?&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Anna Rydzewska&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Anna Rydzewska&lt;BR /&gt;RPA Developer&lt;BR /&gt;Rockwell Automation&lt;BR /&gt;Europe/Warsaw&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Oct 2019 14:05:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-convert-HTML-code-to-plain-text/m-p/60648#M14075</guid>
      <dc:creator>AnnaRydzewska</dc:creator>
      <dc:date>2019-10-15T14:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to convert HTML code to plain text?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-convert-HTML-code-to-plain-text/m-p/60649#M14076</link>
      <description>The easiest way involves using a read stage in Blue Prism. If you know where the element you want to read is, it's fairly straight-forward. If all-else, you can send the keystrokes to select either the whole page (ctrl-A, ctrl-C), or use ctrl-double-click on the area and copy that to the clipboard.&lt;BR /&gt;&lt;BR /&gt;The only common scenario I can think of where it's not already on a webpage, would be if you're trying to parse HTML out of an e-mail (and for some reason don't want to use the built-in option to read as plain-text). For this case, or other similar scenarios like it, you could write the HTML to a file, then open it up in IE and access it that way with the methods at the start of this post.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ami Barrett&lt;BR /&gt;Lead RPA Software Developer&lt;BR /&gt;Solai &amp;amp; Cameron&lt;BR /&gt;Richardson, TX&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Oct 2019 20:59:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-convert-HTML-code-to-plain-text/m-p/60649#M14076</guid>
      <dc:creator>AmiBarrett</dc:creator>
      <dc:date>2019-10-15T20:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to convert HTML code to plain text?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-convert-HTML-code-to-plain-text/m-p/60650#M14077</link>
      <description>In general this is not an easy question. Depends if you just need text to parse it or do you want it decent looking.&lt;BR /&gt;One possible solution: &lt;A href="http://www.blackbeltcoder.com/Articles/strings/convert-html-to-text" target="test_blank"&gt;http://www.blackbeltcoder.com/Articles/strings/convert-html-to-text&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrey Kudinov&lt;BR /&gt;Project Manager&lt;BR /&gt;MobileTelesystems PJSC&lt;BR /&gt;Europe/Moscow&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Oct 2019 06:28:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-convert-HTML-code-to-plain-text/m-p/60650#M14077</guid>
      <dc:creator>AndreyKudinov</dc:creator>
      <dc:date>2019-10-16T06:28:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to convert HTML code to plain text?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-convert-HTML-code-to-plain-text/m-p/60651#M14078</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/33683"&gt;@AmiBarrett&lt;/a&gt;, when you say the "built-in option to read as plain-text" - is that with the MS Outlook Email VBO, I am using the action "Get Received Items (Expert)". How do I set it so that the email body is returned in plain text?​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Stephanie Strydom&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Jun 2022 12:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-convert-HTML-code-to-plain-text/m-p/60651#M14078</guid>
      <dc:creator>StephanieStrydom</dc:creator>
      <dc:date>2022-06-21T12:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to convert HTML code to plain text?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-convert-HTML-code-to-plain-text/m-p/60652#M14079</link>
      <description>I would have sworn from prior builds of the official VBO that there was an input option to toggle if you wanted it to be HTML or not, but I'm not seeing it.&lt;BR /&gt;&lt;BR /&gt;There's an alternate build on &lt;A href="https://github.com/AmaliaKalio/Nephthis-BP-VBO---Internal-MAPI-v2" target="_blank" rel="noopener"&gt;GitHub&lt;/A&gt; I've been working on that&amp;nbsp;&lt;EM&gt;does&amp;nbsp;&lt;/EM&gt;support this though. You'll see that all three 'Get Received Items' actions are condensed into one - you should still be able to use the same filter string there.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ami Barrett&lt;BR /&gt;Solution Architect&lt;BR /&gt;Karsun Solutions&lt;BR /&gt;Plano TX&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Jun 2022 13:42:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-convert-HTML-code-to-plain-text/m-p/60652#M14079</guid>
      <dc:creator>AmiBarrett</dc:creator>
      <dc:date>2022-06-21T13:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to convert HTML code to plain text?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-convert-HTML-code-to-plain-text/m-p/60653#M14080</link>
      <description>There's a flag on the &lt;STRONG&gt;Send Email&lt;/STRONG&gt; action that indicates the supplied body text is HTML, but there's no flag in the &lt;STRONG&gt;Get Received Items&lt;/STRONG&gt; actions for specifically selecting the format of the body that should be returned. &lt;BR /&gt;&lt;BR /&gt;Within the code stage of the &lt;STRONG&gt;Get Items&lt;/STRONG&gt; action there's a line that sets the value of the returned body item based on the value of the &lt;STRONG&gt;BodyFormat&lt;/STRONG&gt; property of the specific item. So if the BodyFormat is set to HTML, you'll get back the HTML body. If it's set to plain text, you'll get back the plain text version of the body. You could always change that line of code to only return plain text, or you could add a flag like Amy mentioned.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="13502.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/13663iABAC990C49C7032B/image-size/large?v=v2&amp;amp;px=999" role="button" title="13502.png" alt="13502.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Jun 2022 02:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-convert-HTML-code-to-plain-text/m-p/60653#M14080</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-06-22T02:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to convert HTML code to plain text?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-convert-HTML-code-to-plain-text/m-p/60654#M14081</link>
      <description>Hello Eric,&lt;BR /&gt;&lt;BR /&gt;Can't we have that in the input parameter itself in the official outlook VBO? If the user wants to get plain text OR HTML text.&lt;BR /&gt;&lt;BR /&gt;I believe most folks would like the plain text but the VBO by default returns the HTML body.&lt;BR /&gt;&lt;BR /&gt;The tweak is fine and easy but we should have the option out of the box from the VBO considering its widespread usability and ease of access to users.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;If I was of assistance, please vote for it to be the "Best Answer".&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Tejaskumar Darji&lt;BR /&gt;Sr. Consultant-Technical Lead&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Aug 2022 17:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-convert-HTML-code-to-plain-text/m-p/60654#M14081</guid>
      <dc:creator>Tejaskumar_Darji</dc:creator>
      <dc:date>2022-08-26T17:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to convert HTML code to plain text?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-convert-HTML-code-to-plain-text/m-p/60655#M14082</link>
      <description>I ended up solving my problem, by keeping it in HTML and then I used the "Split Lines" from the "Utility - Strings" VBO to convert HTML to a collection, and that worked nice for what I needed to do. Then I had to do other string manipulations to get the pieces of data I needed from the email.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Stephanie Strydom&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Aug 2022 17:29:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-convert-HTML-code-to-plain-text/m-p/60655#M14082</guid>
      <dc:creator>StephanieStrydom</dc:creator>
      <dc:date>2022-08-26T17:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to convert HTML code to plain text?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-convert-HTML-code-to-plain-text/m-p/60656#M14083</link>
      <description>I am trying to do this for a different CRM system. (Genesys) The body of the email gets ingested into Blue Prism with HTML around the body. How would I remove the HTML tags to leave just the text on the mail in Blue Prism?&lt;BR /&gt;&lt;BR /&gt;Kind Regards,&lt;BR /&gt;Gary&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gary Mannion&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Sep 2022 10:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-convert-HTML-code-to-plain-text/m-p/60656#M14083</guid>
      <dc:creator>GaryMannion</dc:creator>
      <dc:date>2022-09-08T10:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to convert HTML code to plain text?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-convert-HTML-code-to-plain-text/m-p/60657#M14084</link>
      <description>Hi Eric,&lt;BR /&gt;&lt;BR /&gt;Would you please be able to clarify what the change is we need to make to that line of code? Would it be to change 'item.HTMLBody' to 'item.PlainText' ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Alex&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Alex Traynor&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Nov 2022 12:25:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-convert-HTML-code-to-plain-text/m-p/60657#M14084</guid>
      <dc:creator>at392</dc:creator>
      <dc:date>2022-11-09T12:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to convert HTML code to plain text?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-convert-HTML-code-to-plain-text/m-p/60658#M14085</link>
      <description>&lt;A class="user-content-mention" data-sign="@" data-contactkey="d04c96cf-c4e9-4dda-bbb6-225dabed687e" data-tag-text="@Alex Traynor" href="https://community.blueprism.com/network/profile?UserKey=d04c96cf-c4e9-4dda-bbb6-225dabed687e" data-itemmentionkey="ca7fc9d1-84e2-4cb7-a92c-8062660ab6f0"&gt;@Alex Traynor&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;If you only want plain text bodies returned, change that line of code to this:&lt;BR /&gt;&lt;BR /&gt;
&lt;PRE class="language-vbnet"&gt;&lt;CODE&gt;row("Body") = item.Body​&lt;/CODE&gt;&lt;/PRE&gt;
​&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Nov 2022 15:08:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-convert-HTML-code-to-plain-text/m-p/60658#M14085</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-11-09T15:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to convert HTML code to plain text?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-convert-HTML-code-to-plain-text/m-p/60659#M14086</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2159"&gt;@Tejaskumar_Darji&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Apologies for not responding to your comment previously. I must have missed it. &lt;BR /&gt;&lt;BR /&gt;To be clear, the VBO doesn't default to returning the HTML body. The VBO checks the BodyFormat property of the message to determine what format it is in and then it returns the appropriate body value based on that. Since we're talking Outlook, most emails show up in HTML format and that's why you see that most of the time. Yes, we can add an override flag for this.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Nov 2022 15:12:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-convert-HTML-code-to-plain-text/m-p/60659#M14086</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-11-09T15:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to convert HTML code to plain text?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-convert-HTML-code-to-plain-text/m-p/60660#M14087</link>
      <description>Thanks Eric appreciated!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Alex Traynor&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Nov 2022 15:16:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-convert-HTML-code-to-plain-text/m-p/60660#M14087</guid>
      <dc:creator>at392</dc:creator>
      <dc:date>2022-11-09T15:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to convert HTML code to plain text?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-convert-HTML-code-to-plain-text/m-p/60661#M14088</link>
      <description>Thank You &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt; for clarifying and considering the input flag.​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;If I was of assistance, please vote for it to be the "Best Answer".&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Tejaskumar Darji&lt;BR /&gt;Sr. Consultant-Technical Lead&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Nov 2022 15:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-convert-HTML-code-to-plain-text/m-p/60661#M14088</guid>
      <dc:creator>Tejaskumar_Darji</dc:creator>
      <dc:date>2022-11-09T15:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to convert HTML code to plain text?</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-convert-HTML-code-to-plain-text/m-p/60662#M14089</link>
      <description>&lt;P&gt;Thanks for this information&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Lovely Baghel&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Dec 2023 10:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-convert-HTML-code-to-plain-text/m-p/60662#M14089</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-12-07T10:22:00Z</dc:date>
    </item>
  </channel>
</rss>

