<?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: Downloading HTML tables, Alteryx not finding tables? in Alteryx Server Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Downloading-HTML-tables-Alteryx-not-finding-tables/m-p/448014#M4406</link>
    <description>&lt;P&gt;Exactly what I was looking for, @jdunkerley79! Thanks very much :).&lt;/P&gt;</description>
    <pubDate>Tue, 06 Aug 2019 11:42:19 GMT</pubDate>
    <dc:creator>JDFS404</dc:creator>
    <dc:date>2019-08-06T11:42:19Z</dc:date>
    <item>
      <title>Downloading HTML tables, Alteryx not finding tables?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Downloading-HTML-tables-Alteryx-not-finding-tables/m-p/447940#M4399</link>
      <description>&lt;P&gt;I'm trying to download and parse the following tables from this site:&amp;nbsp;&lt;A href="https://home.kpmg/xx/en/home/services/tax/tax-tools-and-resources/tax-rates-online/corporate-tax-rates-table.html" target="_blank" rel="noopener"&gt;Corporate tax rates table&lt;/A&gt;. I've managed to understand where the data is coming from:&amp;nbsp;&lt;A href="https://s3.amazonaws.com/kpmg-global/tax-rates-tool/index_Corporate.html" target="_self"&gt;Data source&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I'm downloading the data, Alteryx is only returning the "Locations" and "Footnotes" tables, but nothing in between and no countries.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could somebody help me with parsing the tables? I tried a lot, to no avail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is what Alteryx spits out, by the way, as you see only two tables:&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;LI-CODE lang="html"&gt;&amp;lt;!doctype html&amp;gt;

&amp;lt;head&amp;gt;
&amp;lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt;
&amp;lt;title&amp;gt;KPMG&amp;lt;/title&amp;gt;
&amp;lt;script language="JavaScript"&amp;gt;

var selectedTax = "Corporate"

&amp;lt;/script&amp;gt;
&amp;lt;script language="JavaScript" src="js/jquery-1.6.2.min.js"&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;script language="JavaScript" src="js/js-GM-PRGM-009.js"&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;link href="css/style-GM-PRGM-009.css" rel="stylesheet" type="text/css"&amp;gt;
&amp;lt;/head&amp;gt;

&amp;lt;body&amp;gt;
&amp;lt;div class="GMPRGM009ResponsiveTable"&amp;gt;
  &amp;lt;table width="100%" &amp;gt;
    &amp;lt;tbody&amp;gt;
      &amp;lt;tr&amp;gt;
        &amp;lt;th class="GMPRGM009xslTHLocation"&amp;gt;Location&amp;lt;/th&amp;gt;
        &amp;lt;th class="GMPRGM009xslTHFootnotes"&amp;gt;Footnotes&amp;lt;/th&amp;gt;
      &amp;lt;/tr&amp;gt;
    &amp;lt;/tbody&amp;gt;
  &amp;lt;/table&amp;gt;
&amp;lt;/div&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;&lt;/LI-CODE&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>Tue, 06 Aug 2019 09:40:29 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Downloading-HTML-tables-Alteryx-not-finding-tables/m-p/447940#M4399</guid>
      <dc:creator>JDFS404</dc:creator>
      <dc:date>2019-08-06T09:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading HTML tables, Alteryx not finding tables?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Downloading-HTML-tables-Alteryx-not-finding-tables/m-p/447965#M4401</link>
      <description>&lt;P&gt;Have a look at the attached workflow as an example.&amp;nbsp; This will give you some insights.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 10:39:54 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Downloading-HTML-tables-Alteryx-not-finding-tables/m-p/447965#M4401</guid>
      <dc:creator>rkapoor</dc:creator>
      <dc:date>2019-08-06T10:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading HTML tables, Alteryx not finding tables?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Downloading-HTML-tables-Alteryx-not-finding-tables/m-p/447969#M4402</link>
      <description>&lt;P&gt;The actual data is coming from &lt;A href="https://s3.amazonaws.com/kpmg-global/tax-rates-tool/js/taxRateTool-data.js" target="_blank"&gt;https://s3.amazonaws.com/kpmg-global/tax-rates-tool/js/taxRateTool-data.js&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;(found this URL by looking at the network tab in Chrome)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This provides the data in JSON format.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can download this and then parse.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Something like:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clipboard_image_0.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/72613i474E33FF00FD2EA5/image-size/large?v=v2&amp;amp;px=999" role="button" title="clipboard_image_0.png" alt="clipboard_image_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sample attached&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 10:42:53 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Downloading-HTML-tables-Alteryx-not-finding-tables/m-p/447969#M4402</guid>
      <dc:creator>jdunkerley79</dc:creator>
      <dc:date>2019-08-06T10:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading HTML tables, Alteryx not finding tables?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Downloading-HTML-tables-Alteryx-not-finding-tables/m-p/447974#M4403</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/102917"&gt;@JDFS404&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The websites use a script to render the content ie the tables are not built out using static HTML which Alteryx can download and parse. You can use a method described by&amp;nbsp;&lt;/SPAN&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/10894"&gt;@DavidM&lt;/a&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Python-Code-Tool-Web-Scraping-Dynamic-Websites-Using-Selenium/td-p/300335" target="_self"&gt;here to scrape websites with dynamically generated content&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 10:45:34 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Downloading-HTML-tables-Alteryx-not-finding-tables/m-p/447974#M4403</guid>
      <dc:creator>MichalM</dc:creator>
      <dc:date>2019-08-06T10:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading HTML tables, Alteryx not finding tables?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Downloading-HTML-tables-Alteryx-not-finding-tables/m-p/448014#M4406</link>
      <description>&lt;P&gt;Exactly what I was looking for, @jdunkerley79! Thanks very much :).&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 11:42:19 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Downloading-HTML-tables-Alteryx-not-finding-tables/m-p/448014#M4406</guid>
      <dc:creator>JDFS404</dc:creator>
      <dc:date>2019-08-06T11:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading HTML tables, Alteryx not finding tables?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Downloading-HTML-tables-Alteryx-not-finding-tables/m-p/751643#M8744</link>
      <description>&lt;P&gt;This is a great help! Any pointers on where to find this table including 2021 rates?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 22:11:14 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Downloading-HTML-tables-Alteryx-not-finding-tables/m-p/751643#M8744</guid>
      <dc:creator>BarboraSilovska</dc:creator>
      <dc:date>2021-04-26T22:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Downloading HTML tables, Alteryx not finding tables?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Downloading-HTML-tables-Alteryx-not-finding-tables/m-p/799715#M9276</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/3554"&gt;@jdunkerley79&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I downloaded your Alteryx file, did not change anything in your workflow and ran it, but I did not get any result.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The download tool outputs 0 results.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Wondering if you have any insights of how to fix.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LEXQ2005_0-1628680307865.png" style="width: 884px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/197548iD28C38B09F21E6FF/image-dimensions/884x623?v=v2" width="884" height="623" role="button" title="LEXQ2005_0-1628680307865.png" alt="LEXQ2005_0-1628680307865.png" /&gt;&lt;/span&gt;&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="LEXQ2005_1-1628680358469.png" style="width: 462px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/197549iA258178934ADFC51/image-dimensions/462x560?v=v2" width="462" height="560" role="button" title="LEXQ2005_1-1628680358469.png" alt="LEXQ2005_1-1628680358469.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Aug 2021 11:13:29 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Downloading-HTML-tables-Alteryx-not-finding-tables/m-p/799715#M9276</guid>
      <dc:creator>LEXQ2005</dc:creator>
      <dc:date>2021-08-11T11:13:29Z</dc:date>
    </item>
  </channel>
</rss>

