<?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 #13: HTML Table Parsing in Weekly Challenges</title>
    <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-13-HTML-Table-Parsing/m-p/139722#M4172</link>
    <description>&lt;P&gt;solution attached&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;P&gt;&lt;EM&gt;This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Sep 2019 23:37:44 GMT</pubDate>
    <dc:creator>bdaniels</dc:creator>
    <dc:date>2019-09-27T23:37:44Z</dc:date>
    <item>
      <title>Challenge #13: HTML Table Parsing</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-13-HTML-Table-Parsing/m-p/36741#M37</link>
      <description>&lt;DIV class="lia-message-body-content"&gt;
&lt;DIV class="lia-message-template-content-zone"&gt;
&lt;P&gt;The link to the solution for last &lt;SPAN&gt;challenge&lt;/SPAN&gt; #12 is &lt;A href="https://community.alteryx.com/t5/Weekly-Challenge/Alteryx-Weekly-Exercise-12-Creating-an-HR-Hierarchy-Advanced/m-p/36740#M36" target="_blank" rel="noopener"&gt;HERE&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For this &lt;SPAN&gt;challenge&amp;nbsp;&lt;/SPAN&gt;let’s look at creating a multi-level hierarchy from employee-manager data. As always there are several ways to do this &lt;SPAN&gt;challenge&lt;/SPAN&gt;, I have designated it as an advanced &lt;SPAN&gt;challenge&amp;nbsp;&lt;/SPAN&gt;because some of the more complex functions like RegEx can be used, but it is not absolutely necessary.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;The use case:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have HTML data that is in a single field, the HTML contains an HTML Table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The input contains a series of name/value pairs within the description field. The description field has a HTML table that contains 14 name/value contained within &amp;lt;td&amp;gt; tags. Each pairing can be found on a different row (designated by the &amp;lt;tr&amp;gt; tag).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The objective is to produce a table containing the 14 name/value pairs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck, I look forward to your feedback.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Update: &lt;/STRONG&gt;As of 9/20/19, the start and solution files were updated.&amp;nbsp; Your solution may not match those posted by Community members prior to this date.&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 13 Sep 2022 16:40:57 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-13-HTML-Table-Parsing/m-p/36741#M37</guid>
      <dc:creator>GeneR</dc:creator>
      <dc:date>2022-09-13T16:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Alteryx Weekly Exercise #13:  HTML Table Parsing (Advanced)</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-13-HTML-Table-Parsing/m-p/14202#M112</link>
      <description>&lt;P&gt;The solution has been uploaded.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2016 16:16:11 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-13-HTML-Table-Parsing/m-p/14202#M112</guid>
      <dc:creator>TaraM</dc:creator>
      <dc:date>2016-02-22T16:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Alteryx Weekly Exercise #13:  HTML Table Parsing (Advanced)</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-13-HTML-Table-Parsing/m-p/14213#M113</link>
      <description>&lt;P&gt;I'm not familiar with HTML so I'm not sure how well my solution would work on other HTML examples. My bonus was that I got to use one tools in the labratory menu!&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;BR /&gt;&lt;IMG src="https://community.alteryx.com/t5/image/serverpage/image-id/2999iE560A3703BB1C7CD/image-size/original?v=mpbl-1&amp;amp;px=-1" alt="Week13Image.PNG" title="Week13Image.PNG" border="0" /&gt;&lt;BR /&gt;I added the second record to make sure the make columns would work with more than 1 record.&lt;BR /&gt;&lt;IMG src="https://community.alteryx.com/t5/image/serverpage/image-id/3000i9A11FCA3F7AF57A9/image-size/original?v=mpbl-1&amp;amp;px=-1" alt="Week13dataImage.PNG" title="Week13dataImage.PNG" border="0" /&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Mon, 22 Feb 2016 16:42:08 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-13-HTML-Table-Parsing/m-p/14213#M113</guid>
      <dc:creator>alex</dc:creator>
      <dc:date>2016-02-22T16:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Alteryx Weekly Exercise #13:  HTML Table Parsing (Advanced)</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-13-HTML-Table-Parsing/m-p/14218#M114</link>
      <description>&lt;P&gt;I have never seen the&amp;nbsp;'Make Columns" tool in use before.&amp;nbsp; &amp;nbsp;Nice Job!&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2016 16:57:34 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-13-HTML-Table-Parsing/m-p/14218#M114</guid>
      <dc:creator>GeneR</dc:creator>
      <dc:date>2016-02-22T16:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Alteryx Weekly Exercise #13:  HTML Table Parsing (Advanced)</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-13-HTML-Table-Parsing/m-p/14400#M115</link>
      <description>&lt;P&gt;Good work Alex!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another proof that there are a lot of ways to accomplish a goal in Alteryx!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 15:02:58 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-13-HTML-Table-Parsing/m-p/14400#M115</guid>
      <dc:creator>Aguisande</dc:creator>
      <dc:date>2016-02-24T15:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Alteryx Weekly Exercise #13:  HTML Table Parsing (Advanced)</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-13-HTML-Table-Parsing/m-p/25757#M116</link>
      <description>&lt;LI-SPOILER&gt;I'm enjoying these weekly challenges. &amp;nbsp;Applying quite a bit on my projects - one of which is parsing html tables.&lt;BR /&gt;&lt;BR /&gt;&lt;IMG src="https://community.alteryx.com/t5/image/serverpage/image-id/6559iE8BF5DE0DC85042F/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Capture.JPG" title="Capture.JPG" /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;First formula line does large part of the work then two more formula to identify rows/columns&lt;/P&gt;&lt;P&gt;REGEX_Replace(Description,'&amp;lt;[t][^&amp;gt;]*&amp;gt;\W{0,1}|&amp;lt;\/[^t][^&amp;gt;]*&amp;gt;\W{0,1}|Null&amp;gt;','') will remove all but /td and /tr&lt;/P&gt;&lt;P&gt;REGEX_Replace(Description,'&amp;lt;/tr&amp;gt;','~')&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;REGEX_Replace(Description,'&amp;lt;/td&amp;gt;','|')&lt;/SPAN&gt;&lt;/P&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2016 16:18:06 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-13-HTML-Table-Parsing/m-p/25757#M116</guid>
      <dc:creator>markp201</dc:creator>
      <dc:date>2016-06-24T16:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Alteryx Weekly Exercise #13:  HTML Table Parsing (Advanced)</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-13-HTML-Table-Parsing/m-p/26598#M117</link>
      <description>&lt;LI-SPOILER&gt;&lt;P&gt;I made this alternative solution. Largely driven by trying to use the xml parse. This was quite a challenge as I'm new to Alteryx and don't know much about HTML so it took me a while to figure out. I explain each step in more detail in this&amp;nbsp;&lt;A href="http://www.thedataschool.co.uk/?p=4915&amp;amp;preview=true" target="_self"&gt;blog post&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.alteryx.com/t5/image/serverpage/image-id/6817i55E5E0E7D8A58463/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Numbered solution.png" title="Numbered solution.png" /&gt;&lt;/P&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2016 14:49:31 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-13-HTML-Table-Parsing/m-p/26598#M117</guid>
      <dc:creator>Naledi</dc:creator>
      <dc:date>2016-07-06T14:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #13: HTML Table Parsing</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-13-HTML-Table-Parsing/m-p/48923#M481</link>
      <description>&lt;P&gt;I'm not overly proud of this one&amp;nbsp;&lt;A href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/3804" target="_blank"&gt;@JoeM&lt;/A&gt;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;P&gt;&lt;EM&gt;This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 23:31:58 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-13-HTML-Table-Parsing/m-p/48923#M481</guid>
      <dc:creator>MarqueeCrew</dc:creator>
      <dc:date>2019-09-27T23:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #13: HTML Table Parsing</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-13-HTML-Table-Parsing/m-p/49780#M495</link>
      <description>&lt;P&gt;Kinda half-way between the provided solution from &lt;A href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/101" target="_blank"&gt;@GeneR&lt;/A&gt;, and the solution from &lt;A href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/3557" target="_blank"&gt;@MarqueeCrew&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV class="lia-spoiler-container"&gt;&lt;A class="lia-spoiler-link" href="#" rel="nofollow noopener noreferrer noopener noreferrer" target="_blank"&gt;Spoiler&lt;/A&gt;&lt;NOSCRIPT&gt;- Used a few formulas to strip out everything up to the end of the body header, and the &amp;lt;/body&amp;gt; so that we're left with just the inner body of the page&lt;BR /&gt;- Then did a vertical tokenize using Regex for table rows.&amp;nbsp; Note-because of the embedded table row, had to do this again with a formula&lt;BR /&gt;- Then did a horizontal tokenize using Regex for &amp;lt;TD&amp;gt;&lt;BR /&gt;- Stripped off Row 1, and converted nulls - job done!&lt;BR /&gt;&lt;BR /&gt;I wouldn't say this is bullet-proof to point at any arbitrary page - but the fact that it does the vertical and then horizontal tokenize means that it's stable under different length or widths of table&lt;/NOSCRIPT&gt;&lt;/DIV&gt;&lt;NOSCRIPT&gt;- Used a few formulas to strip out everything up to the end of the body header, and the &amp;lt;/body&amp;gt; so that we're left with just the inner body of the page- Then did a vertical tokenize using Regex for table rows.&amp;nbsp; Note-because of the embedded table row, had to do this again with a formula- Then did a horizontal tokenize using Regex for &amp;lt;TD&amp;gt;- Stripped off Row 1, and converted nulls - job done!I wouldn't say this is bullet-proof to point at any arbitrary page - but the fact that it does the vertical and then horizontal tokenize means that it's stable under different length or widths of table&lt;/NOSCRIPT&gt;&lt;BR /&gt;
&lt;P&gt;&lt;EM&gt;This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 23:32:01 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-13-HTML-Table-Parsing/m-p/49780#M495</guid>
      <dc:creator>SeanAdams</dc:creator>
      <dc:date>2019-09-27T23:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #13: HTML Table Parsing</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-13-HTML-Table-Parsing/m-p/54190#M688</link>
      <description>&lt;P&gt;My solution. I might bookmark this one to practice again down the line when I feel a bit more comfortable with my XML Parsing &amp;amp; RegEx skills...&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;PS.&amp;nbsp;&lt;A href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/3173" target="_blank"&gt;@alex&lt;/A&gt;, the "Make Columns" tool has made my day. This will be SO useful for some of my work applications!! I went back &amp;amp; tested it out with my workflow on this challenge after I'd solved it with my original method, and it's so much cleaner, allows for fewer tools... Very cool tool!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV class="lia-spoiler-container"&gt;&lt;A class="lia-spoiler-link" href="#" rel="nofollow noopener noreferrer noopener noreferrer" target="_blank"&gt;Spoiler&lt;/A&gt;&lt;NOSCRIPT&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 999px;"&gt;&lt;IMG src="https://pvsmt99345.i.lithium.com/t5/image/serverpage/image-id/15241i6F08BC2F2A6D1250/image-size/large?v=1.0&amp;amp;px=999" alt="WeeklyChallenge13.JPG" title="WeeklyChallenge13.JPG" /&gt;&lt;/SPAN&gt;&lt;/NOSCRIPT&gt;&lt;/DIV&gt;&lt;NOSCRIPT&gt;&lt;/NOSCRIPT&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;P&gt;&lt;EM&gt;This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 23:32:15 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-13-HTML-Table-Parsing/m-p/54190#M688</guid>
      <dc:creator>NicoleJohnson</dc:creator>
      <dc:date>2019-09-27T23:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #13: HTML Table Parsing</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-13-HTML-Table-Parsing/m-p/57181#M802</link>
      <description>&lt;P&gt;another fun regex challenge&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;P&gt;&lt;EM&gt;This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 23:32:29 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-13-HTML-Table-Parsing/m-p/57181#M802</guid>
      <dc:creator>estherb47</dc:creator>
      <dc:date>2019-09-27T23:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #13: HTML Table Parsing</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-13-HTML-Table-Parsing/m-p/57617#M826</link>
      <description>&lt;P&gt;This was a fun one! I got to practice my Regex and use a new tool, Make Columns. Might not be the most efficient solution but I struggled to come up with a solution that involved fewer tools.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV class="lia-spoiler-container"&gt;&lt;A class="lia-spoiler-link" href="#" rel="nofollow noopener noreferrer noopener noreferrer" target="_blank"&gt;Spoiler&lt;/A&gt;&lt;NOSCRIPT&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 999px;"&gt;&lt;IMG src="https://pvsmt99345.i.lithium.com/t5/image/serverpage/image-id/16067i4DFB34C5276E260C/image-size/large?v=1.0&amp;amp;px=999" alt="challenge13.jpg" title="challenge13.jpg" /&gt;&lt;/SPAN&gt;&lt;/NOSCRIPT&gt;&lt;/DIV&gt;&lt;NOSCRIPT&gt;&lt;/NOSCRIPT&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;P&gt;&lt;EM&gt;This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 23:32:35 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-13-HTML-Table-Parsing/m-p/57617#M826</guid>
      <dc:creator>Laurap1228</dc:creator>
      <dc:date>2019-09-27T23:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #13: HTML Table Parsing</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-13-HTML-Table-Parsing/m-p/59349#M962</link>
      <description>&lt;P&gt;Very slowly working my way through!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's my solution:&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 13.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/16620i557B86454CA10C95/image-size/large?v=v2&amp;amp;px=999" role="button" title="Weekly Challenge 13.png" alt="Weekly Challenge 13.png" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;</description>
      <pubDate>Wed, 10 May 2017 08:31:18 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-13-HTML-Table-Parsing/m-p/59349#M962</guid>
      <dc:creator>LordNeilLord</dc:creator>
      <dc:date>2017-05-10T08:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #13: HTML Table Parsing</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-13-HTML-Table-Parsing/m-p/60611#M1037</link>
      <description>&lt;P&gt;This was quite the challenge--not sure that it's a repeatable process but I reached the desired output:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV class="lia-spoiler-container"&gt;&lt;A class="lia-spoiler-link" href="#" rel="nofollow noopener noreferrer noopener noreferrer" target="_blank"&gt;Spoiler&lt;/A&gt;&lt;NOSCRIPT&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 918px;"&gt;&lt;IMG src="https://pvsmt99345.i.lithium.com/t5/image/serverpage/image-id/16912i36A9CD1DF2B58528/image-size/large?v=1.0&amp;amp;px=999" alt="Week13Challenge.png" title="Week13Challenge.png" /&gt;&lt;/SPAN&gt;&lt;/NOSCRIPT&gt;&lt;/DIV&gt;&lt;NOSCRIPT&gt;&lt;/NOSCRIPT&gt;&lt;BR /&gt;
&lt;P&gt;&lt;EM&gt;This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 23:32:44 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-13-HTML-Table-Parsing/m-p/60611#M1037</guid>
      <dc:creator>DE0413</dc:creator>
      <dc:date>2019-09-27T23:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #13: HTML Table Parsing</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-13-HTML-Table-Parsing/m-p/60616#M1038</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV class="lia-spoiler-container"&gt;&lt;A class="lia-spoiler-link" href="#" rel="nofollow noopener noreferrer noopener noreferrer" target="_blank"&gt;Spoiler&lt;/A&gt;&lt;NOSCRIPT&gt;&amp;nbsp;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" style="width: 663px;"&gt;&lt;IMG src="https://pvsmt99345.i.lithium.com/t5/image/serverpage/image-id/16913i91BEC4639EF04123/image-size/large?v=1.0&amp;amp;px=999" alt="wc13.PNG" title="wc13.PNG" /&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/NOSCRIPT&gt;&lt;/DIV&gt;&lt;NOSCRIPT&gt;&amp;nbsp;&amp;nbsp;&lt;/NOSCRIPT&gt;&lt;BR /&gt;
&lt;P&gt;&lt;EM&gt;This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 23:32:46 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-13-HTML-Table-Parsing/m-p/60616#M1038</guid>
      <dc:creator>jacob</dc:creator>
      <dc:date>2019-09-27T23:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #13: HTML Table Parsing</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-13-HTML-Table-Parsing/m-p/62582#M1142</link>
      <description>&lt;P&gt;My third one is done. This time I'm uncertain that it's the best solution and if it's allowed&amp;nbsp;to have empty cells instead of "[Null]".&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="Screenshot - 2017-05-31 , 14_44_54.png" style="width: 919px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/17420iED98491C225C0484/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot - 2017-05-31 , 14_44_54.png" alt="Screenshot - 2017-05-31 , 14_44_54.png" /&gt;&lt;/span&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2017 12:52:39 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-13-HTML-Table-Parsing/m-p/62582#M1142</guid>
      <dc:creator>Pavel_G</dc:creator>
      <dc:date>2017-05-31T12:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #13: HTML Table Parsing</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-13-HTML-Table-Parsing/m-p/62691#M1148</link>
      <description>&lt;P&gt;Workflow&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;P&gt;&lt;EM&gt;This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 23:32:57 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-13-HTML-Table-Parsing/m-p/62691#M1148</guid>
      <dc:creator>LordNeilLord</dc:creator>
      <dc:date>2019-09-27T23:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #13: HTML Table Parsing</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-13-HTML-Table-Parsing/m-p/79235#M1670</link>
      <description>&lt;P&gt;Here's my solution.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV class="lia-spoiler-container"&gt;&lt;A class="lia-spoiler-link" href="#" rel="nofollow noopener noreferrer noopener noreferrer" target="_blank"&gt;Spoiler&lt;/A&gt;&lt;NOSCRIPT&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 999px;"&gt;&lt;IMG src="https://pvsmt99345.i.lithium.com/t5/image/serverpage/image-id/21243iC671FD5E2A34AC07/image-size/large?v=1.0&amp;amp;px=999" alt="challenge_13.png" title="challenge_13.png" /&gt;&lt;/SPAN&gt;&lt;/NOSCRIPT&gt;&lt;/DIV&gt;&lt;NOSCRIPT&gt;&lt;/NOSCRIPT&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;P&gt;&lt;EM&gt;This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 23:33:35 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-13-HTML-Table-Parsing/m-p/79235#M1670</guid>
      <dc:creator>jamielaird</dc:creator>
      <dc:date>2019-09-27T23:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #13: HTML Table Parsing</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-13-HTML-Table-Parsing/m-p/79909#M1703</link>
      <description>&lt;P&gt;Solution attached!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;P&gt;&lt;EM&gt;This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 23:33:39 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-13-HTML-Table-Parsing/m-p/79909#M1703</guid>
      <dc:creator>nick_ceneviva</dc:creator>
      <dc:date>2019-09-27T23:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: Challenge #13: HTML Table Parsing</title>
      <link>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-13-HTML-Table-Parsing/m-p/80345#M1734</link>
      <description>&lt;P&gt;Here's my solution to this one.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I think it should be future proofed in that it would work with multiple records.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV class="lia-spoiler-container"&gt;&lt;A class="lia-spoiler-link" href="#" rel="nofollow noopener noreferrer noopener noreferrer" target="_blank"&gt;Spoiler&lt;/A&gt;&lt;NOSCRIPT&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" style="width: 999px;"&gt;&lt;IMG src="https://pvsmt99345.i.lithium.com/t5/image/serverpage/image-id/21529iCC13156C0838B180/image-size/large?v=1.0&amp;amp;px=999" alt="13.PNG" title="13.PNG" /&gt;&lt;/SPAN&gt;&lt;/NOSCRIPT&gt;&lt;/DIV&gt;&lt;NOSCRIPT&gt;&lt;/NOSCRIPT&gt;&lt;BR /&gt;
&lt;P&gt;&lt;EM&gt;This post has been edited by Community Moderation to redact sensitive attachments. The original attachment has been replaced by post_placeholder.txt.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2019 23:33:42 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Weekly-Challenges/Challenge-13-HTML-Table-Parsing/m-p/80345#M1734</guid>
      <dc:creator>BenMoss</dc:creator>
      <dc:date>2019-09-27T23:33:42Z</dc:date>
    </item>
  </channel>
</rss>

