<?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 date from text in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extract-date-from-text/m-p/359694#M65992</link>
    <description>&lt;P&gt;That's a really interesting problem...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a simplified solution but it can't cope with the BE issue&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/5143"&gt;@BenMoss&lt;/a&gt; pointed out. Basically identifies the longest block of common words from the start in the list and keeps that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could add a filter to exclude 2 letter words or something like that but without knowing more, hard to do&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have attached a sample get start of common text - possibly over engineered couldnt&amp;nbsp;think of easier way to do.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Jan 2019 13:00:49 GMT</pubDate>
    <dc:creator>jdunkerley79</dc:creator>
    <dc:date>2019-01-24T13:00:49Z</dc:date>
    <item>
      <title>Extract date from text</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extract-date-from-text/m-p/359635#M65980</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to extract text from a string and not sure what is the best way here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The input is :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;manhatan road left turn&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;manhatan road right&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;manhatan road&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and the output should be.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;manhatan road&lt;/TD&gt;&lt;TD&gt;left turn&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;manhatan road&lt;/TD&gt;&lt;TD&gt;right&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;manhatan road&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically I need to separate identical text in a column and the extra in a second one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your inputs!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 22:13:18 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extract-date-from-text/m-p/359635#M65980</guid>
      <dc:creator>emil</dc:creator>
      <dc:date>2024-06-13T22:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Extract date from text</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extract-date-from-text/m-p/359644#M65981</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;In order to provide you with a robust solution could you share more examples of what the text may look like.&lt;BR /&gt;&lt;BR /&gt;Ben</description>
      <pubDate>Thu, 24 Jan 2019 11:10:50 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extract-date-from-text/m-p/359644#M65981</guid>
      <dc:creator>BenMoss</dc:creator>
      <dc:date>2019-01-24T11:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Extract date from text</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extract-date-from-text/m-p/359649#M65984</link>
      <description>&lt;P&gt;Hi Ben,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you for the reply. Here is a more specific set of data:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Input:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;ISOPROPANOL INDUSTRIAL&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ISOPROPANOL KML&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ISOPROPANOL PH&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ISOPROPANOL PH KML&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ISOPROPANOL PURE&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ISOPROPANOL PURE PREMIUM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ISOBUTANOL&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ISOBUTANOL&amp;nbsp;&amp;nbsp; SYN&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ISOBUTANOL KML&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ISOBUTANOL NO&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;TERTIARY BUTANOL&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;TERTIARY BUTANOL SOL&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;DIACETONE ALCOHOL BE&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;DIACETONE ALCOHOL BE&amp;nbsp;&amp;nbsp; NS&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;ISOPROPANOL&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;INDUSTRIAL&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ISOPROPANOL&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;KML&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ISOPROPANOL&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;PH&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ISOPROPANOL&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;PH KML&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ISOPROPANOL&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;PURE&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ISOPROPANOL&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;PURE PREMIUM&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ISOBUTANOL&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ISOBUTANOL&lt;/TD&gt;&lt;TD&gt;SYN&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ISOBUTANOL&lt;/TD&gt;&lt;TD&gt;KML&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;ISOBUTANOL&lt;/TD&gt;&lt;TD&gt;NO&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;TERTIARY BUTANOL&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;TERTIARY BUTANOL&lt;/TD&gt;&lt;TD&gt;SOL&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;DIACETONE ALCOHOL&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;BE&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;DIACETONE ALCOHOL&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;BE&amp;nbsp;&amp;nbsp; NS&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Emil&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2019 11:21:52 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extract-date-from-text/m-p/359649#M65984</guid>
      <dc:creator>emil</dc:creator>
      <dc:date>2019-01-24T11:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Extract date from text</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extract-date-from-text/m-p/359650#M65985</link>
      <description>This is a difficult challenge I feel; but happy for someone to prove me wrong.&lt;BR /&gt;&lt;BR /&gt;Take your last example, the logic of identifying the same words and trimming after. It matches all the way to BE so how would the logic know that this should be parsed out to the second field eleven though it's a repeated element so should actually exist in the first.</description>
      <pubDate>Thu, 24 Jan 2019 11:28:06 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extract-date-from-text/m-p/359650#M65985</guid>
      <dc:creator>BenMoss</dc:creator>
      <dc:date>2019-01-24T11:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Extract date from text</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extract-date-from-text/m-p/359694#M65992</link>
      <description>&lt;P&gt;That's a really interesting problem...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a simplified solution but it can't cope with the BE issue&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/5143"&gt;@BenMoss&lt;/a&gt; pointed out. Basically identifies the longest block of common words from the start in the list and keeps that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could add a filter to exclude 2 letter words or something like that but without knowing more, hard to do&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have attached a sample get start of common text - possibly over engineered couldnt&amp;nbsp;think of easier way to do.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2019 13:00:49 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extract-date-from-text/m-p/359694#M65992</guid>
      <dc:creator>jdunkerley79</dc:creator>
      <dc:date>2019-01-24T13:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Extract date from text</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extract-date-from-text/m-p/360354#M66134</link>
      <description>&lt;P&gt;Thank you for the feedback. I does help but as you said it does not solve the entire problem. I will keep digging into it.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jan 2019 10:46:12 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Extract-date-from-text/m-p/360354#M66134</guid>
      <dc:creator>emil</dc:creator>
      <dc:date>2019-01-25T10:46:12Z</dc:date>
    </item>
  </channel>
</rss>

