<?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 Capturing six-digit numbers from unstructured text in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Capturing-six-digit-numbers-from-unstructured-text/m-p/92114#M41970</link>
    <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I have filled a collection from XLS but the data is currently not clean and workable. I have two columns: one with data items with a reference number, the other with corrresponding data items including text and several numbers. Each data item has at least one, but possible more, number that has six digits and starts with a "2". Let's call this Number X. It is not possible to predict where in the text field it is located.&lt;BR /&gt;&lt;BR /&gt;Can anyone help me with filtering all the Number X's from the data?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Casper&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 11 Jun 2020 08:30:00 GMT</pubDate>
    <dc:creator>BBlond</dc:creator>
    <dc:date>2020-06-11T08:30:00Z</dc:date>
    <item>
      <title>Capturing six-digit numbers from unstructured text</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Capturing-six-digit-numbers-from-unstructured-text/m-p/92114#M41970</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I have filled a collection from XLS but the data is currently not clean and workable. I have two columns: one with data items with a reference number, the other with corrresponding data items including text and several numbers. Each data item has at least one, but possible more, number that has six digits and starts with a "2". Let's call this Number X. It is not possible to predict where in the text field it is located.&lt;BR /&gt;&lt;BR /&gt;Can anyone help me with filtering all the Number X's from the data?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Casper&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Jun 2020 08:30:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Capturing-six-digit-numbers-from-unstructured-text/m-p/92114#M41970</guid>
      <dc:creator>BBlond</dc:creator>
      <dc:date>2020-06-11T08:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: Capturing six-digit numbers from unstructured text</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Capturing-six-digit-numbers-from-unstructured-text/m-p/92115#M41971</link>
      <description>Hi, Casper,&lt;BR /&gt;&lt;BR /&gt;are you familiar with regular expressions? Capturing 6 digits starting with 2 would look like this "2\d{5}" meaning that you need the first digit to be 2 and then any 5 digits. There is a business object called Utility Regex which returns the result.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Zdeněk Kabátek&lt;BR /&gt;Head of Professional Services&lt;BR /&gt;NEOOPS&lt;BR /&gt;&lt;A href="http://www.neoops.com/" target="test_blank"&gt;http://www.neoops.com/&lt;/A&gt;&lt;BR /&gt;Europe/Prague&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Jun 2020 06:54:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Capturing-six-digit-numbers-from-unstructured-text/m-p/92115#M41971</guid>
      <dc:creator>zdenek.kabatek</dc:creator>
      <dc:date>2020-06-12T06:54:00Z</dc:date>
    </item>
  </channel>
</rss>

