<?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 How to load the HTML data into tables in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-load-the-HTML-data-into-tables/m-p/2291391#M64576</link>
    <description>&lt;P&gt;Hi Team,&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you help me how to load HTML data into tables by using Talend?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached sample HTML file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 29 Dec 2017 10:11:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-12-29T10:11:16Z</dc:date>
    <item>
      <title>How to load the HTML data into tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-load-the-HTML-data-into-tables/m-p/2291391#M64576</link>
      <description>&lt;P&gt;Hi Team,&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you help me how to load HTML data into tables by using Talend?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached sample HTML file.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Dec 2017 10:11:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-load-the-HTML-data-into-tables/m-p/2291391#M64576</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-29T10:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to load the HTML data into tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-load-the-HTML-data-into-tables/m-p/2291392#M64577</link>
      <description>&lt;P&gt;Hello Jayrapolu,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Generally, HTML is a subset of XML therefore use XML components.&lt;/P&gt; 
&lt;P&gt;First thing, the file you attached is not a valid HTML file. There are missing some tags (e.g. &amp;lt;HTML&amp;gt;&amp;lt;/HTML&amp;gt;), some tags are not closed (e.g. &amp;lt;BODY&amp;gt;)... You have not specified what should be the output format and some other important conditions, so it is hard to provide you the&amp;nbsp;exact answer, but...&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The most important component is tXMLMap I think. See the attached screenshot (sorry for the naming convention). If we take only the important part of the HTML you provided:&lt;/P&gt; 
&lt;PRE&gt;&amp;lt;body&amp;gt;
&amp;lt;table cellpadding="0" cellspacing="0" border="0" width="100%"&amp;gt;
				&amp;lt;tr&amp;gt;
					&amp;lt;td width="186" class="headlabel"&amp;gt;CONSUMER:&amp;lt;/td&amp;gt;
					&amp;lt;td width="320" class="headvalue"&amp;gt;Jay&amp;lt;/td&amp;gt;
					&amp;lt;td width="73"&amp;gt;&amp;lt;img src="images/spacer.gif" /&amp;gt;&amp;lt;/td&amp;gt;
					&amp;lt;td width="118" class="headlabel"&amp;gt;DATE:&amp;lt;/td&amp;gt;
					&amp;lt;td width="128" class="headvalue"&amp;gt;17-10-2017&amp;lt;/td&amp;gt;
				&amp;lt;/tr&amp;gt;
				&amp;lt;tr&amp;gt;
					&amp;lt;td class="headlabel"&amp;gt;MEMBER ID:&amp;lt;/td&amp;gt;
					&amp;lt;td class="headvalue"&amp;gt;AA40238899_C2C1               &amp;lt;/td&amp;gt;
					&amp;lt;td&amp;gt;&amp;lt;img src="images/spacer.gif" /&amp;gt;&amp;lt;/td&amp;gt;
					&amp;lt;td class="headlabel"&amp;gt;TIME:&amp;lt;/td&amp;gt;
					&amp;lt;td class="headvalue"&amp;gt;12:32:54&amp;lt;/td&amp;gt;
				&amp;lt;/tr&amp;gt;
&amp;lt;/table&amp;gt;
&amp;lt;/body&amp;gt;&lt;/PRE&gt; 
&lt;P&gt;You can use the following job to extract &lt;I&gt;headlabels&lt;/I&gt; and &lt;I&gt;headvalues&lt;/I&gt;.&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="snip.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LsOc.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140411i515A0105BF73F935/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LsOc.png" alt="0683p000009LsOc.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;I also attached an&amp;nbsp;export of the job.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I hope, that this will help you to solve this task.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;lojdr&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lqro"&gt;htmlImport.zip&lt;/A&gt;</description>
      <pubDate>Sun, 31 Dec 2017 00:30:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-load-the-HTML-data-into-tables/m-p/2291392#M64577</guid>
      <dc:creator>lojdr</dc:creator>
      <dc:date>2017-12-31T00:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to load the HTML data into tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-load-the-HTML-data-into-tables/m-p/2291393#M64578</link>
      <description>&lt;P&gt;Thanks for the solution. Very much appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;BR /&gt;Jay&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2018 06:29:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-load-the-HTML-data-into-tables/m-p/2291393#M64578</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-02T06:29:23Z</dc:date>
    </item>
  </channel>
</rss>

