<?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: Extraction of invoice number from a string column, using matching rules in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extraction-of-invoice-number-from-a-string-column-using-matching/m-p/1422585#M352255</link>
    <description>&lt;P&gt;Thanks a lot! :)&lt;/P&gt;</description>
    <pubDate>Tue, 18 Nov 2025 09:17:15 GMT</pubDate>
    <dc:creator>DE22</dc:creator>
    <dc:date>2025-11-18T09:17:15Z</dc:date>
    <item>
      <title>Extraction of invoice number from a string column, using matching rules</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extraction-of-invoice-number-from-a-string-column-using-matching/m-p/1422245#M352183</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you, please help me with the situation below:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;How can I, extract the invoice number, which starts with S0 and keep only the invoice number - &lt;EM&gt;Ex.&amp;nbsp;S0001 00008761.&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I should mention that i can find more invoice numbers, into a line and sometime the invoice number might not respect all the number length.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Description&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;053000EFWERW4T71EUR2 000070006546945071025 CCCFACTURE N S0001 00007360&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0430003741GHH004971EUR2 00007000239FH4507102500071025FACTURE N S00SHHTG 00000000 000000023673HHTRF2YUU02697&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0530003741004971EUR2 005YHY023945281025 CCC1902499959 PAGO DE FACTURA N S0001-00008559&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0530003741004971EUR2 0J63700023945271025 CCC1902499900 PAAA FACTURA N S0001 00008761&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0430003741004971EUR2 000070002359G14082500140825RGLT FACT S00SHYHH OTTT B 00000000 0000000049493DTRF00999108&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0430003741004971EUR2 0000700023193H6032500170325S0001-0000596APPPP SHIPPING 4 00000000 0000000396404ES06539319B8401&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Fri, 14 Nov 2025 14:04:54 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extraction-of-invoice-number-from-a-string-column-using-matching/m-p/1422245#M352183</guid>
      <dc:creator>DE22</dc:creator>
      <dc:date>2025-11-14T14:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Extraction of invoice number from a string column, using matching rules</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extraction-of-invoice-number-from-a-string-column-using-matching/m-p/1422299#M352192</link>
      <description>&lt;P&gt;Regex will be your friend for this, but there is inconsistency in your pattern example.&amp;nbsp; If you are literally looking for "S####_########" then the following works:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jrlindem_2-1763144714422.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/413894i7A465313E2B220CF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jrlindem_2-1763144714422.png" alt="jrlindem_2-1763144714422.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But as you can see that does not help with situations like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jrlindem_3-1763144732396.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/413895i9BA2D49002E14957/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jrlindem_3-1763144732396.png" alt="jrlindem_3-1763144732396.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So if you can use Regex to identify the pattern, you should be able to adapt it.&amp;nbsp; If you need further help.&amp;nbsp; Can you provide the expected output from each line and myself or others can further help.&amp;nbsp; -Jay&lt;/P&gt;</description>
      <pubDate>Fri, 14 Nov 2025 18:25:42 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extraction-of-invoice-number-from-a-string-column-using-matching/m-p/1422299#M352192</guid>
      <dc:creator>jrlindem</dc:creator>
      <dc:date>2025-11-14T18:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Extraction of invoice number from a string column, using matching rules</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extraction-of-invoice-number-from-a-string-column-using-matching/m-p/1422585#M352255</link>
      <description>&lt;P&gt;Thanks a lot! :)&lt;/P&gt;</description>
      <pubDate>Tue, 18 Nov 2025 09:17:15 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extraction-of-invoice-number-from-a-string-column-using-matching/m-p/1422585#M352255</guid>
      <dc:creator>DE22</dc:creator>
      <dc:date>2025-11-18T09:17:15Z</dc:date>
    </item>
  </channel>
</rss>

