<?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 Delete to the right of a word in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-to-Delete-to-the-right-of-a-word/m-p/63005#M16017</link>
    <description>Hello &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/3384"&gt;@ChristopherBerr&lt;/a&gt;&amp;nbsp; - image001.png is coming to due embedded image like signature and company logo. &lt;BR /&gt;&lt;BR /&gt;This has been in-corporate in latest VBO available on DX 2-3 days before by &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;. Please use the latest MS outlook VBO from dx.
&lt;P&gt;&lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/ms-outlook-vbo" target="_blank" rel="noopener"&gt;https://digitalexchange.blueprism.com/dx/entry/3439/solution/ms-outlook-vbo&lt;/A&gt;&lt;/P&gt;
&lt;BR /&gt;Flag action in save attachments will control the saving of these kind of attachment. I&amp;nbsp; have tested it and working fine for me.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="30772.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/30902i5A2D49FE2AD44F43/image-size/large?v=v2&amp;amp;px=999" role="button" title="30772.png" alt="30772.png" /&gt;&lt;/span&gt;​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Neeraj Kumar&lt;BR /&gt;Technical Architect&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 16 Dec 2022 09:40:00 GMT</pubDate>
    <dc:creator>Neel1</dc:creator>
    <dc:date>2022-12-16T09:40:00Z</dc:date>
    <item>
      <title>How to Delete to the right of a word</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-Delete-to-the-right-of-a-word/m-p/62999#M16011</link>
      <description>Hi,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am working on a process that saves email attachments and one issue I am struggling with is the png being downloaded as well. I want to avoid doing that, by removing that Attachment in the Collection.attachment field.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;In the Collection, I get this attachment string:&lt;BR /&gt;&lt;BR /&gt;Test.pdf|image001.png&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I want to remove everything to the right of the | in the collection.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Any help is greatly appreciated!&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Christopher Berry&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Dec 2022 15:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-Delete-to-the-right-of-a-word/m-p/62999#M16011</guid>
      <dc:creator>ChristopherBerr</dc:creator>
      <dc:date>2022-12-12T15:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to Delete to the right of a word</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-Delete-to-the-right-of-a-word/m-p/63000#M16012</link>
      <description>There are several ways to do that, so here's one. Assuming you assign that text into a data item called [textDataItem], then something like this should work. This of course assumes there is only one pipe in the string.&lt;BR /&gt;&lt;BR /&gt;Right([textDataItem],Len([textDataItem])-InStr([textDataItem],"|"))&lt;BR /&gt;
&lt;DIV style="position: absolute; display: none; z-index: 16777271;"&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Dave Morris&lt;BR /&gt;3Ci at Southern Company&lt;BR /&gt;Atlanta, GA&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Dec 2022 16:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-Delete-to-the-right-of-a-word/m-p/63000#M16012</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2022-12-12T16:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to Delete to the right of a word</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-Delete-to-the-right-of-a-word/m-p/63001#M16013</link>
      <description>Thanks Dave! This is actually very close to what I need. I just need the PDF name. The code you gave gives me the png name.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Worked on the First one but&amp;nbsp; failed on CompanyName.pdf|Image1.png as it only returns image1.png&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Christopher Berry&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Dec 2022 16:32:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-Delete-to-the-right-of-a-word/m-p/63001#M16013</guid>
      <dc:creator>ChristopherBerr</dc:creator>
      <dc:date>2022-12-12T16:32:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to Delete to the right of a word</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-Delete-to-the-right-of-a-word/m-p/63002#M16014</link>
      <description>Are you saying there could be any list of PDF files/PNG files/etc.? I wasn't paying attention before that this is from the Outlook VBO. If that's the case, you could do some RegEx here, but maybe the easiest way is to use the Utility - Strings object's action "Split Text" with "|" as the delimiter and then loop over the collection and remove rows that do not end in PDF, PNG, etc. or whatever files you want to keep vs not keep.&lt;BR /&gt;&lt;BR /&gt;I keep editing this message because I realized I read over your messages too quickly. I'm distracted hahaha.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Dave Morris&lt;BR /&gt;3Ci at Southern Company&lt;BR /&gt;Atlanta, GA&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Dec 2022 16:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-Delete-to-the-right-of-a-word/m-p/63002#M16014</guid>
      <dc:creator>david.l.morris</dc:creator>
      <dc:date>2022-12-12T16:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to Delete to the right of a word</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-Delete-to-the-right-of-a-word/m-p/63003#M16015</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/3384"&gt;@ChristopherBerr&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;I think the split text &lt;A class="user-content-mention" data-sign="@" data-contactkey="ae9fdab1-2d26-46c7-9f20-a84e446d45c9" data-tag-text="@Dave Morris" href="https://community.blueprism.com/network/profile?UserKey=ae9fdab1-2d26-46c7-9f20-a84e446d45c9" data-itemmentionkey="cf89ed79-2bbd-41c4-8498-076fd6200836"&gt;@Dave Morris&lt;/A&gt; mentioned is what you are looking for as this will list the attachments in a collection using | as the delimiter then using a loop you can pick and choose the ones you want to save to a folder. Another option would be to just save all the attachments then using Utility - File Management you can get a list of the png files in the download folder and using a loop can delete each of these from the folder.&lt;BR /&gt;&lt;BR /&gt;Hope this helps :)​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michael ONeil&lt;BR /&gt;Technical Lead developer&lt;BR /&gt;NTTData&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Dec 2022 21:47:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-Delete-to-the-right-of-a-word/m-p/63003#M16015</guid>
      <dc:creator>michaeloneil</dc:creator>
      <dc:date>2022-12-12T21:47:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to Delete to the right of a word</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-Delete-to-the-right-of-a-word/m-p/63004#M16016</link>
      <description>Agree with the above responses. Adding my small bit here with some snaps for reference.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="30768.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/30893i9224938AA519E5A7/image-size/large?v=v2&amp;amp;px=999" role="button" title="30768.png" alt="30768.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="30769.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/30898i5B5BB4A698D5A473/image-size/large?v=v2&amp;amp;px=999" role="button" title="30769.png" alt="30769.png" /&gt;&lt;/span&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>Tue, 13 Dec 2022 17:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-Delete-to-the-right-of-a-word/m-p/63004#M16016</guid>
      <dc:creator>Tejaskumar_Darji</dc:creator>
      <dc:date>2022-12-13T17:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to Delete to the right of a word</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-Delete-to-the-right-of-a-word/m-p/63005#M16017</link>
      <description>Hello &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/3384"&gt;@ChristopherBerr&lt;/a&gt;&amp;nbsp; - image001.png is coming to due embedded image like signature and company logo. &lt;BR /&gt;&lt;BR /&gt;This has been in-corporate in latest VBO available on DX 2-3 days before by &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;. Please use the latest MS outlook VBO from dx.
&lt;P&gt;&lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/ms-outlook-vbo" target="_blank" rel="noopener"&gt;https://digitalexchange.blueprism.com/dx/entry/3439/solution/ms-outlook-vbo&lt;/A&gt;&lt;/P&gt;
&lt;BR /&gt;Flag action in save attachments will control the saving of these kind of attachment. I&amp;nbsp; have tested it and working fine for me.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="30772.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/30902i5A2D49FE2AD44F43/image-size/large?v=v2&amp;amp;px=999" role="button" title="30772.png" alt="30772.png" /&gt;&lt;/span&gt;​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Neeraj Kumar&lt;BR /&gt;Technical Architect&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Dec 2022 09:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-Delete-to-the-right-of-a-word/m-p/63005#M16017</guid>
      <dc:creator>Neel1</dc:creator>
      <dc:date>2022-12-16T09:40:00Z</dc:date>
    </item>
  </channel>
</rss>

