<?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: Challenge #4: Date Parsing in Weekly Challenges</title>
    <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-4-Date-Parsing/m-p/161231#M5265</link>
    <description>&lt;P&gt;My solution !&lt;/P&gt;</description>
    <pubDate>Wed, 09 May 2018 08:19:33 GMT</pubDate>
    <dc:creator>ansari</dc:creator>
    <dc:date>2018-05-09T08:19:33Z</dc:date>
    <item>
      <title>Challenge #4: Date Parsing</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-4-Date-Parsing/m-p/36731#M28</link>
      <description>&lt;P&gt;For the fourth &lt;SPAN&gt;challenge&amp;nbsp;&lt;/SPAN&gt;let’s look at parsing Dates from text strings. To view the previous challenge, click &lt;A href="https://community.alteryx.com/t5/Weekly-Challenge/Challenge-3-Running-Averages/m-p/36814#U36814" target="_blank" rel="noopener"&gt;HERE&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A dataset contains a text field that has a date embedded within the text. The problem is that the date is represented a few different ways. For example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;16-APR-2005&lt;/LI&gt;
&lt;LI&gt;Nov•16,•1900&lt;/LI&gt;
&lt;LI&gt;4-SEP-00&lt;/LI&gt;
&lt;LI&gt;Jan•5•2000&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The goal is to create a new Date/Time field populated with the dates contained within the text field. You will also need to standardize the dates so that they are all formatted the same.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;We have listed this as an advanced exercise since parsing out the dates can be challenging depending on the technique you employ to do it. As always, we love to hear your comments. Have fun!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;UPDATE 12/7/2015:&lt;/P&gt;
&lt;P&gt;The solution has been uploaded&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2023 13:01:24 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-4-Date-Parsing/m-p/36731#M28</guid>
      <dc:creator>GeneR</dc:creator>
      <dc:date>2023-07-24T13:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Alteryx Weekly Exercise - Week #4 Date Parsing</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-4-Date-Parsing/m-p/8608#M79</link>
      <description>Thanks for posting these. I'm using them as learning exercises for the analysts on my team. Its fun to see the different approaches someone may take to solve the same problem- especially when they explain why. We all seem to learn new things this way.</description>
      <pubDate>Tue, 01 Dec 2015 03:34:03 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-4-Date-Parsing/m-p/8608#M79</guid>
      <dc:creator>dataMack</dc:creator>
      <dc:date>2015-12-01T03:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Alteryx Weekly Exercise - Week #4 Date Parsing</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-4-Date-Parsing/m-p/9112#M80</link>
      <description>&lt;P&gt;We updated this exercise with the solution. Be sure &amp;nbsp;to check out this week's &lt;A href="https://community.alteryx.com/t5/Alteryx-Knowledge-Base/Alteryx-Weekly-Exercise-Week-5-HR-Position-Finder-Application/ta-p/9095" target="_blank"&gt;exercise&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2015 21:27:08 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-4-Date-Parsing/m-p/9112#M80</guid>
      <dc:creator>TaraM</dc:creator>
      <dc:date>2015-12-07T21:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Alteryx Weekly Exercise - Week #4 Date Parsing</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-4-Date-Parsing/m-p/9121#M81</link>
      <description>&lt;P&gt;Thanks Tara. Would it be possible for the analyst the develops the recommended solution to post a brief write up explaining their choices in solving the problem? There's always multiple ways to approach such a problem and I think it's extremely helpful for learning to understand they 'why' behind a solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, in the first RegEx tool node, 4 output fields are configured, which then get evaluated into a single output via a sequence in a single formula tool. As I examine the RegEx tool, I wonder why 4 outputs were needed? Does each solve for a particular format? Are they designed to be mutually exclusive, etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.alteryx.com/t5/image/serverpage/image-id/1712i1D932D86876AAC57/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="SNAG-0003.jpg" title="SNAG-0003.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think of there was just a brief 1-2 sentence explanation for the particular choices, it would greatly enhance understanding of the solution.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2015 22:03:10 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-4-Date-Parsing/m-p/9121#M81</guid>
      <dc:creator>dataMack</dc:creator>
      <dc:date>2015-12-07T22:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Alteryx Weekly Exercise - Week #4 Date Parsing</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-4-Date-Parsing/m-p/9128#M82</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/2784"&gt;@dataMack﻿&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like you said, there is always multiple ways to approach work flows in Alteryx.&amp;nbsp; In the case above there was 4 different formats the dates could be in.&amp;nbsp;&amp;nbsp;Since I'm&amp;nbsp;not an expert with RegEx&amp;nbsp;wanted to keep each in its own column for&amp;nbsp;reformatting downstream (thus the 4).&amp;nbsp;&amp;nbsp;If I was a&amp;nbsp;RegEx master&amp;nbsp;I'm sure there is a single statement to identify all the dates and extract them in a nice clean date-time format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will try to provide a bit more&amp;nbsp;explanation on approaches in the future, but keep in mind that there are many ways to solve an&amp;nbsp;exercise and we are only posting an example.&amp;nbsp; There is always another way and more often than not, a better way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;@GeneR&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;</description>
      <pubDate>Mon, 07 Dec 2015 22:50:29 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-4-Date-Parsing/m-p/9128#M82</guid>
      <dc:creator>GeneR</dc:creator>
      <dc:date>2015-12-07T22:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Alteryx Weekly Exercise - Week #4 Date Parsing</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-4-Date-Parsing/m-p/9130#M83</link>
      <description>Thanks &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/101"&gt;@GeneR&lt;/a&gt; That's perfect- I was wondering if you specifically made 4 to catch the possible variations only in the source file, or if the statements were designed to work on other variations that may not be present in that source, but possible in another, similar file. Very much appreciate the explanation- thank you!</description>
      <pubDate>Mon, 07 Dec 2015 23:07:11 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-4-Date-Parsing/m-p/9130#M83</guid>
      <dc:creator>dataMack</dc:creator>
      <dc:date>2015-12-07T23:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Alteryx Weekly Exercise - Week #4 Date Parsing</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-4-Date-Parsing/m-p/9576#M84</link>
      <description>&lt;P&gt;This is the first exercise I've downloaded and looked at so far (we just got our Alteryx licenses). &amp;nbsp;I initially looked at the RegEx syntax and thought "my Lord, how am I ever going to unpack that so that I could ever hope to build one of those myself", and then I noticed the drop-down menu next to the Regular Expression text box. &amp;nbsp;That is seriously wonderful...the fact that you can build a RegEx statement by just selecting the components you want in the order you want. &amp;nbsp;I realize this won't be necessary once I familiarize myself with the syntax more, but having this tool for the novice user is gold. &amp;nbsp;Alteryx is an amazing tool. &amp;nbsp;That's all I wanted to say. :-)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Mike&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2015 19:13:10 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-4-Date-Parsing/m-p/9576#M84</guid>
      <dc:creator>mix_pix</dc:creator>
      <dc:date>2015-12-14T19:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: Alteryx Weekly Exercise - Week #4 Date Parsing</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-4-Date-Parsing/m-p/23892#M85</link>
      <description>&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;My perpective was there were variations for only two formats.&lt;/FONT&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;(\d{1,2}(\s|-)\D{3,}(\s|-)\d{2,4})&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;(\D{3}(\s)\d{1,2}.{1,2}\d{2,4})&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2016 16:36:34 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-4-Date-Parsing/m-p/23892#M85</guid>
      <dc:creator>markp201</dc:creator>
      <dc:date>2016-06-06T16:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #4: Date Parsing</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-4-Date-Parsing/m-p/44292#M348</link>
      <description>&lt;P&gt;My regex skills are lacking, but here goes:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;I first created a RecordID column, then used regex to parse by every word. I then transposed to create a column with all values and removed null rows:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Initial split and transpose.PNG" style="width: 380px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/12015i7279DDE20C22BE6E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Initial split and transpose.PNG" alt="Initial split and transpose.PNG" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;I then took two streams, the first was to parse the month. To do this, I used regex to match the three character month code, and filtered out those where it did not exist:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Parse out month strings to record ID.PNG" style="width: 210px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/12016iDA5804ECCABACD4D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Parse out month strings to record ID.PNG" alt="Parse out month strings to record ID.PNG" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;The second stream was to isolate the day and year figures, which were numeric. I used the data cleansing tool to remove non-numeric characters and removed null rows. I then dropped all fields but the values and the recordID, I then created a title for the crosstab, and pivoted the data:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Parse out day and Year values.PNG" style="width: 517px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/12017i928340B97D15F909/image-size/large?v=v2&amp;amp;px=999" role="button" title="Parse out day and Year values.PNG" alt="Parse out day and Year values.PNG" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;I then simply joined the two streams together on the RecordID field, used a formula to add the date elements together into a date string, then formatted the date:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Join together and format dates.PNG" style="width: 632px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/12018i01666399029DEEBD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Join together and format dates.PNG" alt="Join together and format dates.PNG" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Mon, 23 Jan 2017 18:02:48 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-4-Date-Parsing/m-p/44292#M348</guid>
      <dc:creator>mceleavey</dc:creator>
      <dc:date>2017-01-23T18:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #4: Date Parsing</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-4-Date-Parsing/m-p/47925#M417</link>
      <description>&lt;P&gt;Solution attached!&lt;/P&gt;</description>
      <pubDate>Sun, 26 Feb 2017 21:02:34 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-4-Date-Parsing/m-p/47925#M417</guid>
      <dc:creator>KatieA</dc:creator>
      <dc:date>2017-02-26T21:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #4: Date Parsing</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-4-Date-Parsing/m-p/48666#M458</link>
      <description>&lt;P&gt;I thought that I was pretty clever :D&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;mark&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2017 18:03:26 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-4-Date-Parsing/m-p/48666#M458</guid>
      <dc:creator>MarqueeCrew</dc:creator>
      <dc:date>2017-03-03T18:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #4: Date Parsing</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-4-Date-Parsing/m-p/48743#M462</link>
      <description>&lt;P&gt;done - but clearly did this the long way round&lt;/P&gt;&lt;LI-SPOILER&gt;- split out each different format of date using Reg-Ex; and a custom date&amp;nbsp;converter&lt;BR /&gt;- commented&amp;nbsp;each section with the date format for easy maintenance&lt;BR /&gt;&lt;BR /&gt;Thank you to &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/5445"&gt;@markp201&lt;/a&gt; for the regex&amp;nbsp;code -&amp;nbsp;good to see&amp;nbsp;the patterns like this - and to &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/3557"&gt;@MarqueeCrew&lt;/a&gt;&amp;nbsp;for the super-scary-looking-inline-formula version (very impressive!)&lt;BR /&gt;&lt;BR /&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Mar 2017 19:57:56 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-4-Date-Parsing/m-p/48743#M462</guid>
      <dc:creator>SeanAdams</dc:creator>
      <dc:date>2017-03-04T19:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #4: Date Parsing</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-4-Date-Parsing/m-p/48744#M463</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/4534"&gt;@SeanAdams&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i would be be happy to walk you through my scary code. It really is just a big OR statement to search for the different patterns.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me me know if you're interested.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Mar 2017 20:03:34 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-4-Date-Parsing/m-p/48744#M463</guid>
      <dc:creator>MarqueeCrew</dc:creator>
      <dc:date>2017-03-04T20:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #4: Date Parsing</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-4-Date-Parsing/m-p/48783#M471</link>
      <description>&lt;P&gt;Thank&amp;nbsp;you &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/3557"&gt;@MarqueeCrew&lt;/a&gt;&amp;nbsp;- walking through it, the OR logic makes sense -&amp;nbsp;the part that I wouldn't&amp;nbsp;have&amp;nbsp;come to on my own steam is the way&amp;nbsp;that it seems that you've replaced the outer part of the string, rather than the pattern-matched date (it seems&amp;nbsp;kinda like saying "this is how you recognize an apple seed - now throw away the rest") :-).&amp;nbsp;&amp;nbsp;&amp;nbsp; it's not an intuitive pattern, but&amp;nbsp;makes sense once you see it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would&amp;nbsp;be&amp;nbsp;good to make contact, even if just to extend the network of like-minded folk - not&amp;nbsp;sure how to PM you&amp;nbsp;on the Alteryx infra, but I've sent you a ping on LinkedIn and Google+&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks for your kind offer &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/3557"&gt;@MarqueeCrew&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sean&lt;/P&gt;</description>
      <pubDate>Sun, 05 Mar 2017 17:39:27 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-4-Date-Parsing/m-p/48783#M471</guid>
      <dc:creator>SeanAdams</dc:creator>
      <dc:date>2017-03-05T17:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #4: Date Parsing</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-4-Date-Parsing/m-p/53889#M663</link>
      <description>&lt;P&gt;Solution posted. :)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WeeklyChallenge4.JPG" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/15146i90F58EB9783F6F41/image-size/large?v=v2&amp;amp;px=999" role="button" title="WeeklyChallenge4.JPG" alt="WeeklyChallenge4.JPG" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Fri, 07 Apr 2017 04:43:18 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-4-Date-Parsing/m-p/53889#M663</guid>
      <dc:creator>NicoleJohnson</dc:creator>
      <dc:date>2017-04-07T04:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #4: Date Parsing</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-4-Date-Parsing/m-p/55388#M733</link>
      <description>&lt;P&gt;This one was tough! I definitely used the On Demand Regex video to help me solve it.&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="challenge4.jpg" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/15506i1E175C82F097E5BB/image-size/large?v=v2&amp;amp;px=999" role="button" title="challenge4.jpg" alt="challenge4.jpg" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Sun, 16 Apr 2017 10:34:54 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-4-Date-Parsing/m-p/55388#M733</guid>
      <dc:creator>Laurap1228</dc:creator>
      <dc:date>2017-04-16T10:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #4: Date Parsing</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-4-Date-Parsing/m-p/57147#M794</link>
      <description />
      <pubDate>Wed, 26 Apr 2017 19:13:15 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-4-Date-Parsing/m-p/57147#M794</guid>
      <dc:creator>estherb47</dc:creator>
      <dc:date>2017-04-26T19:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #4: Date Parsing</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-4-Date-Parsing/m-p/58365#M897</link>
      <description>&lt;LI-SPOILER&gt;I used a Regex Parse to Parse the 3 date formats into 3 new fields. Next, I used a formula tool to create a field with a consistent format of the dates, finally I used a select tool to deselect extra fields and rename the final date formatted field.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Week4SolutionPicture.png" style="width: 877px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/16323i46696D40600E3FDB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Week4SolutionPicture.png" alt="Week4SolutionPicture.png" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;&amp;nbsp;I don't know why my attachments are opening in html and not Alteryx.&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 15:42:27 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-4-Date-Parsing/m-p/58365#M897</guid>
      <dc:creator>DE0413</dc:creator>
      <dc:date>2017-05-04T15:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #4: Date Parsing</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-4-Date-Parsing/m-p/60979#M1054</link>
      <description>&lt;P&gt;The datetimeparse tool makes life so much easier...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Weekly Challenge 4.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/17037i7E9750D116997C71/image-size/large?v=v2&amp;amp;px=999" role="button" title="Weekly Challenge 4.png" alt="Weekly Challenge 4.png" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Sat, 20 May 2017 17:38:37 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-4-Date-Parsing/m-p/60979#M1054</guid>
      <dc:creator>LordNeilLord</dc:creator>
      <dc:date>2017-05-20T17:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #4: Date Parsing</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-4-Date-Parsing/m-p/63949#M1199</link>
      <description>&lt;P&gt;this one is hard...&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2017 14:34:36 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-4-Date-Parsing/m-p/63949#M1199</guid>
      <dc:creator>irisTZ</dc:creator>
      <dc:date>2017-06-09T14:34:36Z</dc:date>
    </item>
  </channel>
</rss>

