<?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: Weekly Exercise 40: DataPrep Parsing HTML  to extract Dr. Names (Advanced) in Weekly Challenges</title>
    <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-40-Parsing-a-HTML-File/m-p/36455#M216</link>
    <description>&lt;P&gt;I saw this in another thread, you can find my attached workbook at:&lt;BR /&gt;&lt;A href="https://community.alteryx.com/t5/Dublin-IRL/Weekly-Exercise-9/gpm-p/36238#M47" target="_blank"&gt;http://community.alteryx.com/t5/Dublin-IRL/Weekly-Exercise-9/gpm-p/36238#M47&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are three points on the differences between your output and what I came up with:&lt;BR /&gt;&lt;BR /&gt;1. You have an issue with a character encoding in your output&lt;BR /&gt;My Results:&lt;BR /&gt;493 Yuko Kitahama-D'Ambrosia Denver 4500 E. Ninth Ave., Suite 200 Obstetrics and Gynecology&lt;BR /&gt;Your Results:&lt;BR /&gt;493 Yuko Kitahama-D&amp;amp;#039;Ambrosia 4500 E. Ninth Ave., Suite 200 Denver Obstetrics and Gynecology&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. For Jesse Mills, the "(..)" text is in the span tag, and in all others the span tag contains the address, but your output has that text in the city field, and then the Practice in the City.&lt;BR /&gt;My Results:&lt;BR /&gt;649 Jesse Mills (No longer practicing in the Denver area) Reproductive Endocrinology and Infertility [Null]&lt;BR /&gt;Your Results:&lt;BR /&gt;649 Jesse Mills [Null] (No longer practicing in the Denver area) Reproductive Endocrinology and Infertility&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. 51 physicians have multiple practices, for example, Reginald Bell. Your results only kept the first. I outputted it as a comma separated list in the field.&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/9734iB123CA31FD5214DC/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="XML Parse" title="XML Parse" /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Dec 2016 18:57:09 GMT</pubDate>
    <dc:creator>Joe_Mako</dc:creator>
    <dc:date>2016-12-14T18:57:09Z</dc:date>
    <item>
      <title>Challenge #40: Parsing a HTML File</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-40-Parsing-a-HTML-File/m-p/36581#M17</link>
      <description>&lt;P&gt;Happy Monday… oh wait it's Tuesday already.&amp;nbsp; Sorry for the delay if you are an international Alteryx community member, yesterday the USA and Canada celebrated Labor Day in honor of working people.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hopefully everyone had fun debugging the Macro last week, the link to the solution for that challenge (#39) is &lt;A href="https://community.alteryx.com/t5/Weekly-Challenge/Weekly-Exercise-39-Trouble-shooting-a-broken-macro-Intermediate/m-p/36580#M16" target="_blank" rel="noopener"&gt;HERE&lt;/A&gt;.&amp;nbsp; For this week we look at what needs to be done to process raw HTML data after using the download tool to scrape the web.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;One of the features of the Alteryx download tool is that it can pull down the raw HTML code from a web page.&amp;nbsp; This practice sometimes referred to as web scraping is useful when there is embedded data in the page you want to access from Alteryx.&amp;nbsp; The challenge is that the raw HTML needs to parsed to prepare the data for use.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Use case: &amp;nbsp;5280 Magazine in Denver published a list of the &lt;A href="http://www.5280.com/topdocslist?title=&amp;amp;specialty=All&amp;amp;hospital=All&amp;amp;distance%5Bpostal_code%5D=&amp;amp;distance%5Bsearch_distance%5D=5&amp;amp;distance%5Bsearch_units%5D=mile&amp;amp;field_year_value=&amp;amp;field_doctor_current_year_value_checkbox=0&amp;amp;page=full" target="_blank" rel="nofollow noopener noreferrer noopener noreferrer"&gt;best doctors in the Denver metro area&lt;/A&gt;, you need to download that list in database form. (Note the Raw HTML has been provided in the workflow)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Objective:&amp;nbsp; Parse the HTML into a database format containing fields for the ID, Physician, Address, City and Practice&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Good luck, I hope you are having fun with these &lt;SPAN&gt;challenges&amp;nbsp;&lt;/SPAN&gt;and expanding your knowledge of Alteryx.&amp;nbsp; Thanks to all that participate and have provided feedback.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 17:01:15 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-40-Parsing-a-HTML-File/m-p/36581#M17</guid>
      <dc:creator>GeneR</dc:creator>
      <dc:date>2022-09-13T17:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Weekly Exercise #40: Data Prep HTML Parsing Dr. Names (Intermediate)</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-40-Parsing-a-HTML-File/m-p/32761#M187</link>
      <description>&lt;P&gt;Here's a solution:&lt;/P&gt;
&lt;LI-SPOILER&gt;&lt;IMG src="https://community.alteryx.com/t5/image/serverpage/image-id/8727i8F29B975805F892E/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="40 solution.PNG" title="40 solution.PNG" /&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Mon, 12 Sep 2016 14:21:14 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-40-Parsing-a-HTML-File/m-p/32761#M187</guid>
      <dc:creator>MattD</dc:creator>
      <dc:date>2016-09-12T14:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Weekly Exercise #40: Data Prep HTML Parsing Dr. Names (Intermediate)</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-40-Parsing-a-HTML-File/m-p/34673#M186</link>
      <description>&lt;P&gt;My Solution (I Reg-ex'd the **** out of it!) :-)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FYI - ID&amp;nbsp;649 was wrong in the provided output solution as the Practice was in the City field:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS. Loving These Challenges - Keep Em Coming!&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/9235i5B4F47135C07E1DF/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Error" title="Error" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;My Solution&lt;BR /&gt;&lt;IMG src="https://community.alteryx.com/t5/image/serverpage/image-id/9234iFAA8D2F13D6C5097/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Solution" title="Solution" /&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2016 17:10:12 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-40-Parsing-a-HTML-File/m-p/34673#M186</guid>
      <dc:creator>brianprestidge</dc:creator>
      <dc:date>2016-10-05T17:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Weekly Exercise 40: DataPrep Parsing HTML  to extract Dr. Names (Advanced)</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-40-Parsing-a-HTML-File/m-p/35330#M220</link>
      <description>&lt;P&gt;Hello My Alteryx Friends....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this not the same challenge as Week 40 or am i missing something?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Week 40:&amp;nbsp;&lt;A href="https://community.alteryx.com/t5/Alteryx-Knowledge-Base/Weekly-Exercise-40-Data-Prep-HTML-Parsing-Dr-Names-Intermediate/ta-p/32333" target="_blank"&gt;http://community.alteryx.com/t5/Alteryx-Knowledge-Base/Weekly-Exercise-40-Data-Prep-HTML-Parsing-Dr-Names-Intermediate/ta-p/32333&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2016 18:56:35 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-40-Parsing-a-HTML-File/m-p/35330#M220</guid>
      <dc:creator>brianprestidge</dc:creator>
      <dc:date>2016-12-14T18:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Weekly Exercise 45: DataPrep Parsing HTML  to extract Dr. Names (Advanced)</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-40-Parsing-a-HTML-File/m-p/35342#M219</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/3539"&gt;@brianprestidge﻿&lt;/a&gt;&amp;nbsp; you're not missing anything, I must have liked that one so much I posted it twice.&amp;nbsp; I will make sure I have something original for next Monday.&amp;nbsp; Thanks for playing along and keeping us honest!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2016 13:49:59 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-40-Parsing-a-HTML-File/m-p/35342#M219</guid>
      <dc:creator>GeneR</dc:creator>
      <dc:date>2016-10-12T13:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Weekly Exercise 45: DataPrep Parsing HTML  to extract Dr. Names (Advanced)</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-40-Parsing-a-HTML-File/m-p/35348#M218</link>
      <description>&lt;P&gt;Haha - My pleasure!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I agree, it was a good one so why not do it again!! :-)&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2016 14:37:15 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-40-Parsing-a-HTML-File/m-p/35348#M218</guid>
      <dc:creator>brianprestidge</dc:creator>
      <dc:date>2016-10-12T14:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Weekly Exercise 40: DataPrep Parsing HTML  to extract Dr. Names (Advanced)</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-40-Parsing-a-HTML-File/m-p/35677#M217</link>
      <description>&lt;P&gt;A solution has been posted&lt;/P&gt;
&lt;LI-SPOILER&gt;&lt;IMG src="https://community.alteryx.com/t5/image/serverpage/image-id/9526i446D5E2E07913762/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="2016-10-17 08_44_39-Alteryx Designer x64 - DataPrep_HTMLParsing_DrNames_Solution.yxmd_.png" title="2016-10-17 08_44_39-Alteryx Designer x64 - DataPrep_HTMLParsing_DrNames_Solution.yxmd_.png" /&gt;&lt;/LI-SPOILER&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2016 18:56:54 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-40-Parsing-a-HTML-File/m-p/35677#M217</guid>
      <dc:creator>TaraM</dc:creator>
      <dc:date>2016-12-14T18:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Weekly Exercise 40: DataPrep Parsing HTML  to extract Dr. Names (Advanced)</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-40-Parsing-a-HTML-File/m-p/36455#M216</link>
      <description>&lt;P&gt;I saw this in another thread, you can find my attached workbook at:&lt;BR /&gt;&lt;A href="https://community.alteryx.com/t5/Dublin-IRL/Weekly-Exercise-9/gpm-p/36238#M47" target="_blank"&gt;http://community.alteryx.com/t5/Dublin-IRL/Weekly-Exercise-9/gpm-p/36238#M47&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are three points on the differences between your output and what I came up with:&lt;BR /&gt;&lt;BR /&gt;1. You have an issue with a character encoding in your output&lt;BR /&gt;My Results:&lt;BR /&gt;493 Yuko Kitahama-D'Ambrosia Denver 4500 E. Ninth Ave., Suite 200 Obstetrics and Gynecology&lt;BR /&gt;Your Results:&lt;BR /&gt;493 Yuko Kitahama-D&amp;amp;#039;Ambrosia 4500 E. Ninth Ave., Suite 200 Denver Obstetrics and Gynecology&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. For Jesse Mills, the "(..)" text is in the span tag, and in all others the span tag contains the address, but your output has that text in the city field, and then the Practice in the City.&lt;BR /&gt;My Results:&lt;BR /&gt;649 Jesse Mills (No longer practicing in the Denver area) Reproductive Endocrinology and Infertility [Null]&lt;BR /&gt;Your Results:&lt;BR /&gt;649 Jesse Mills [Null] (No longer practicing in the Denver area) Reproductive Endocrinology and Infertility&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. 51 physicians have multiple practices, for example, Reginald Bell. Your results only kept the first. I outputted it as a comma separated list in the field.&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/9734iB123CA31FD5214DC/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="XML Parse" title="XML Parse" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2016 18:57:09 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-40-Parsing-a-HTML-File/m-p/36455#M216</guid>
      <dc:creator>Joe_Mako</dc:creator>
      <dc:date>2016-12-14T18:57:09Z</dc:date>
    </item>
    <item>
      <title>Re: Weekly Exercise 40: DataPrep Parsing HTML  to extract Dr. Names (Advanced)</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-40-Parsing-a-HTML-File/m-p/36458#M215</link>
      <description>&lt;P&gt;Nice! &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/1078"&gt;@Joe_Mako&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 14 Dec 2016 18:57:36 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-40-Parsing-a-HTML-File/m-p/36458#M215</guid>
      <dc:creator>GeneR</dc:creator>
      <dc:date>2016-12-14T18:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Weekly Exercise 40: DataPrep Parsing HTML  to extract Dr. Names (Advanced)</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-40-Parsing-a-HTML-File/m-p/52666#M590</link>
      <description>&lt;P&gt;I found the same as&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/1078"&gt;@Joe_Mako&lt;/a&gt; - row 649 in the provided solution has some data corruption.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/101"&gt;@GeneR&lt;/a&gt; &amp;amp;&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/4"&gt;@TaraM&lt;/a&gt; - for some reason the raw-data for this exercise seems to have dropped of the posting, but it is still available on the link to the Dublin User Group that&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/1078"&gt;@Joe_Mako&lt;/a&gt; provided below - would you mind adding this to the original challenge posting so that the folk who try this have the data set to work with? &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Finally - I felt a little silly when I looked at the posted solution from&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/4"&gt;@TaraM&lt;/a&gt; which uses the natural tags to split the data - clearly I did this the hard way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a good weekend all&lt;/P&gt;&lt;P&gt;Sean&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Apr 2017 05:50:26 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-40-Parsing-a-HTML-File/m-p/52666#M590</guid>
      <dc:creator>SeanAdams</dc:creator>
      <dc:date>2017-04-01T05:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #40: Parsing a HTML File</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-40-Parsing-a-HTML-File/m-p/54707#M702</link>
      <description>&lt;P&gt;My solution. I was feeling pretty snazzy with all my new tips &amp;amp; tricks for RegEx (thanks for the links,&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/4534"&gt;@SeanAdams&lt;/a&gt;!)... only to realize with this challenge that I also know next to nothing about XML parsing. But a few searches later and I figured it out enough to fumble my way through this one...&amp;nbsp;I'm finding all sorts of new tools with these challenges that I'll never ever use at work. :)&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="WeeklyChallenge40.JPG" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/15366i9E175BA762D787D9/image-size/large?v=v2&amp;amp;px=999" role="button" title="WeeklyChallenge40.JPG" alt="WeeklyChallenge40.JPG" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Wed, 12 Apr 2017 05:33:03 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-40-Parsing-a-HTML-File/m-p/54707#M702</guid>
      <dc:creator>NicoleJohnson</dc:creator>
      <dc:date>2017-04-12T05:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #40: Parsing a HTML File</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-40-Parsing-a-HTML-File/m-p/57930#M865</link>
      <description>&lt;P&gt;Some of the data was reported missing but has now been added to the original post!&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 14:32:24 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-40-Parsing-a-HTML-File/m-p/57930#M865</guid>
      <dc:creator>JoeM</dc:creator>
      <dc:date>2017-05-02T14:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #40: Parsing a HTML File</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-40-Parsing-a-HTML-File/m-p/57968#M867</link>
      <description>&lt;P&gt;Thanks for including the data!&lt;BR /&gt;&lt;BR /&gt;Do I get bonus point for fewest tools used? First picture is a solution with RegEx parsing. 7 tools! I'm not counting the browse ;)&lt;BR /&gt;&lt;BR /&gt;Second solution is with formulas/cross tab/text to columns&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-SPOILER&gt;Spoilers&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/16191i65DD0068081841E3/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/16192iAE13D95D39692C96/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 65px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/16193i9027AFACFFAF5352/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Tue, 02 May 2017 16:59:21 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-40-Parsing-a-HTML-File/m-p/57968#M867</guid>
      <dc:creator>estherb47</dc:creator>
      <dc:date>2017-05-02T16:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #40: Parsing a HTML File</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-40-Parsing-a-HTML-File/m-p/61995#M1099</link>
      <description>&lt;P&gt;Took me ages to get the right parse going but once I had it I was on a roll..&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 40.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/17285iE684EB6D2C77D233/image-size/large?v=v2&amp;amp;px=999" role="button" title="Weekly Challenge 40.png" alt="Weekly Challenge 40.png" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Fri, 26 May 2017 07:15:13 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-40-Parsing-a-HTML-File/m-p/61995#M1099</guid>
      <dc:creator>LordNeilLord</dc:creator>
      <dc:date>2017-05-26T07:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #40: Parsing a HTML File</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-40-Parsing-a-HTML-File/m-p/62295#M1118</link>
      <description>&lt;P&gt;best hint I ever got on regex came from Mark (&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/3557"&gt;@MarqueeCrew&lt;/a&gt;&amp;nbsp;)&lt;/P&gt;&lt;P&gt;The tip is that &lt;A href="http://regex101.com" target="_blank"&gt;http://regex101.com&lt;/A&gt; allows you to play with Regex phrases in real time, and it's a really easy way to learn and practice. &amp;nbsp; I now use it for all my regex work, especially web-scraping!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a look - it really is a fantastic site, and if Alteryx could build something similar into the product, it would be legendary!&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 02:08:11 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-40-Parsing-a-HTML-File/m-p/62295#M1118</guid>
      <dc:creator>SeanAdams</dc:creator>
      <dc:date>2017-05-30T02:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #40: Parsing a HTML File</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-40-Parsing-a-HTML-File/m-p/67670#M1296</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Whoops....put it on the wrong week.&amp;nbsp; This is week 41 solution.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2017 16:34:10 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-40-Parsing-a-HTML-File/m-p/67670#M1296</guid>
      <dc:creator>MsBindy</dc:creator>
      <dc:date>2017-06-26T16:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #40: Parsing a HTML File</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-40-Parsing-a-HTML-File/m-p/81886#M1877</link>
      <description>&lt;P&gt;HTML parsing is just another excuse to use James' XML input tool to parse everything.&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 554px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/21870iED1AC9D3B95F277D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Wed, 20 Sep 2017 01:44:02 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-40-Parsing-a-HTML-File/m-p/81886#M1877</guid>
      <dc:creator>patrick_digan</dc:creator>
      <dc:date>2017-09-20T01:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #40: Parsing a HTML File</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-40-Parsing-a-HTML-File/m-p/85155#M2035</link>
      <description>&lt;P&gt;Solution attached.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2017 20:40:39 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-40-Parsing-a-HTML-File/m-p/85155#M2035</guid>
      <dc:creator>A_Twa</dc:creator>
      <dc:date>2017-10-06T20:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #40: Parsing a HTML File</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-40-Parsing-a-HTML-File/m-p/88491#M2212</link>
      <description>&lt;LI-SPOILER&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="40.PNG" style="width: 955px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/23750i413C6D3C076B6A06/image-size/large?v=v2&amp;amp;px=999" role="button" title="40.PNG" alt="40.PNG" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Mon, 30 Oct 2017 08:35:58 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-40-Parsing-a-HTML-File/m-p/88491#M2212</guid>
      <dc:creator>dominiklz</dc:creator>
      <dc:date>2017-10-30T08:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #40: Parsing a HTML File</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-40-Parsing-a-HTML-File/m-p/90702#M2310</link>
      <description>&lt;P&gt;On Challenge #1, Regex and I HATED each other. Now we're BEST FRIENDS. How did I never use Regex before this. I was wasting so much effort with sub-strings and unnecessary logic...&lt;/P&gt;</description>
      <pubDate>Fri, 10 Nov 2017 07:33:06 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-40-Parsing-a-HTML-File/m-p/90702#M2310</guid>
      <dc:creator>JoshKushner</dc:creator>
      <dc:date>2017-11-10T07:33:06Z</dc:date>
    </item>
  </channel>
</rss>

