<?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: extract specific string in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/extract-specific-string/m-p/47895#M3534</link>
    <description>&lt;P _msthash="20488" _msttexthash="87758918"&gt;From what I understand, do you want to capture all the lines above January 1st correctly? You can use the loop by validating whether the data column is above January 1 if yes, add in a separate collage,&lt;BR /&gt;&lt;BR /&gt;You can also loop negative if you will not use the remaining data, if for less than January 1, delete the row so that the original collection contains only data where the Date is greater than January 1&lt;BR /&gt;&lt;BR /&gt;Rememberthat you can also filter by excel, via VBO, copy the filtered result and move to another worksheet&lt;/P&gt;
&lt;P _msthidden="1" _msthash="20489" _msttexthash="7365033"&gt;
&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Emerson Ferreira&lt;BR /&gt;Cons, Intelligent automation&lt;BR /&gt;Avanade Brasil&lt;BR /&gt;Recife&lt;BR /&gt;+5581988869544&lt;BR /&gt;If my answer helped you? Mark as useful!&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Aug 2022 15:24:00 GMT</pubDate>
    <dc:creator>EmersonF</dc:creator>
    <dc:date>2022-08-09T15:24:00Z</dc:date>
    <item>
      <title>extract specific string</title>
      <link>https://community.blueprism.com/t5/Product-Forum/extract-specific-string/m-p/47894#M3533</link>
      <description>&lt;P&gt;Take an Excel file with (Columns: Name, Employee ID, Email, Date of Joining), Fill 50 rows with random data. Using BP, filter the excel file to get those data whose date of joining is after Jan 01, 2022. (Do this without using collection manipulation).&lt;/P&gt;
&lt;P&gt;Application Excel.&lt;BR /&gt;&lt;BR /&gt;How to extract the extract the application excel separately and above description separately, as while using get received item(basic) entire message get stored in body. i need to extract application line separately and above message separately.&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nayana H P&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Aug 2022 15:04:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/extract-specific-string/m-p/47894#M3533</guid>
      <dc:creator>NayanaH_P</dc:creator>
      <dc:date>2022-08-09T15:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: extract specific string</title>
      <link>https://community.blueprism.com/t5/Product-Forum/extract-specific-string/m-p/47895#M3534</link>
      <description>&lt;P _msthash="20488" _msttexthash="87758918"&gt;From what I understand, do you want to capture all the lines above January 1st correctly? You can use the loop by validating whether the data column is above January 1 if yes, add in a separate collage,&lt;BR /&gt;&lt;BR /&gt;You can also loop negative if you will not use the remaining data, if for less than January 1, delete the row so that the original collection contains only data where the Date is greater than January 1&lt;BR /&gt;&lt;BR /&gt;Rememberthat you can also filter by excel, via VBO, copy the filtered result and move to another worksheet&lt;/P&gt;
&lt;P _msthidden="1" _msthash="20489" _msttexthash="7365033"&gt;
&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Emerson Ferreira&lt;BR /&gt;Cons, Intelligent automation&lt;BR /&gt;Avanade Brasil&lt;BR /&gt;Recife&lt;BR /&gt;+5581988869544&lt;BR /&gt;If my answer helped you? Mark as useful!&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 15:24:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/extract-specific-string/m-p/47895#M3534</guid>
      <dc:creator>EmersonF</dc:creator>
      <dc:date>2022-08-09T15:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: extract specific string</title>
      <link>https://community.blueprism.com/t5/Product-Forum/extract-specific-string/m-p/47896#M3535</link>
      <description>i need to extract the text before and after specific text separately like application excel separate and description separate.&lt;BR /&gt;specific text is : Application.&lt;BR /&gt;how can i identify application word because i have 3 different emails to perform but in every unread email application is the common word soo if i identify that application word how can i read before and after specific text.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nayana H P&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Aug 2022 15:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/extract-specific-string/m-p/47896#M3535</guid>
      <dc:creator>NayanaH_P</dc:creator>
      <dc:date>2022-08-09T15:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: extract specific string</title>
      <link>https://community.blueprism.com/t5/Product-Forum/extract-specific-string/m-p/47897#M3536</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Just to add one more solution, you can connect to your Excel by using the VBO "Data - OleDB" and getting the info directly with some SQL&lt;BR /&gt;&lt;BR /&gt;Something like this:&lt;BR /&gt;&lt;BR /&gt;SELECT * FROM [Sheet1$] WHERE [&lt;SPAN&gt;Date of Joining] &amp;gt; '20220101'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps you&lt;BR /&gt;&lt;BR /&gt;See you in the Community, bye &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pablo Sarabia&lt;BR /&gt;Solution Manager &amp;amp; Architect&lt;BR /&gt;Altamira Assets Management&lt;BR /&gt;Madrid&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Aug 2022 15:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/extract-specific-string/m-p/47897#M3536</guid>
      <dc:creator>PabloSarabia</dc:creator>
      <dc:date>2022-08-09T15:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: extract specific string</title>
      <link>https://community.blueprism.com/t5/Product-Forum/extract-specific-string/m-p/47898#M3537</link>
      <description>Would you have an example example of these three emails? Maybe we can identify and create a regex for him&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Emerson Ferreira&lt;BR /&gt;Cons, Intelligent automation&lt;BR /&gt;Avanade Brasil&lt;BR /&gt;Recife&lt;BR /&gt;+5581988869544&lt;BR /&gt;If my answer helped you? Mark as useful!&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Aug 2022 16:27:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/extract-specific-string/m-p/47898#M3537</guid>
      <dc:creator>EmersonF</dc:creator>
      <dc:date>2022-08-09T16:27:00Z</dc:date>
    </item>
  </channel>
</rss>

