<?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: [resolved] tHttpRequest - how to retrieve html content from URL in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-tHttpRequest-how-to-retrieve-html-content-from-URL/m-p/2273176#M50237</link>
    <description>great, thanks for your feedback!
&lt;BR /&gt;BR
&lt;BR /&gt;Shong</description>
    <pubDate>Thu, 19 Mar 2015 09:22:55 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-03-19T09:22:55Z</dc:date>
    <item>
      <title>[resolved] tHttpRequest - how to retrieve html content from URL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tHttpRequest-how-to-retrieve-html-content-from-URL/m-p/2273162#M50223</link>
      <description>Hello, 
&lt;BR /&gt;I'm trying to get the HTML content from URL's that I have in a CSV File with the tHttpRequest Component. 
&lt;BR /&gt;My CSV FIle looks like this: 
&lt;BR /&gt; 
&lt;B&gt;column1&lt;BR /&gt;&lt;A href="http://www.example.com/item-url-1.html" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.example.com/item-url-1.html&lt;/A&gt;&lt;/B&gt; 
&lt;BR /&gt; 
&lt;B&gt;&lt;A href="http://www.example.com/item-url-2.html" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.example.com/item-url-2.html&lt;/A&gt;&lt;/B&gt; 
&lt;BR /&gt; 
&lt;B&gt;&lt;A href="http://www.example.com/item-url-3.html" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.example.com/item-url-3.html&lt;/A&gt;&lt;/B&gt; 
&lt;BR /&gt;Attached you see 2 screenshots with the job and the settings of the component in talend. 
&lt;BR /&gt;The problem is that I get as result the same URLs and not the HTML from the URLs. 
&lt;BR /&gt;Can anyone tell me what am I missing? 
&lt;BR /&gt; 
&lt;BR /&gt;Job done: 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MD0L.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154778i65B5E680CAED000D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MD0L.png" alt="0683p000009MD0L.png" /&gt;&lt;/span&gt;Basic settings in Talend: 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MD2u.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141985iA2470CC0FEFBAC7B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MD2u.png" alt="0683p000009MD2u.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Lucian</description>
      <pubDate>Sat, 16 Nov 2024 11:17:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tHttpRequest-how-to-retrieve-html-content-from-URL/m-p/2273162#M50223</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tHttpRequest - how to retrieve html content from URL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tHttpRequest-how-to-retrieve-html-content-from-URL/m-p/2273163#M50224</link>
      <description>Hi&amp;nbsp;
&lt;BR /&gt;You need to iterate each url read from the source file, and set the URL filed of tHttpRequest with a dynamic variable. For example:
&lt;BR /&gt;tFileInputDelimied-main(row1)--tFlowToIterate-iterate-tHttpRequest--main-tLogRow
&lt;BR /&gt;on tHttpRequest, set the URIl field as:
&lt;BR /&gt;(String)globalMap.get("row1.url")
&lt;BR /&gt;//url is the column name on tFileInputDelimited.
&lt;BR /&gt;BR
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 13 Mar 2015 09:34:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tHttpRequest-how-to-retrieve-html-content-from-URL/m-p/2273163#M50224</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-13T09:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tHttpRequest - how to retrieve html content from URL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tHttpRequest-how-to-retrieve-html-content-from-URL/m-p/2273164#M50225</link>
      <description>Hi Shong, 
&lt;BR /&gt;thank you for your help. 
&lt;BR /&gt;Here is what I done: 
&lt;BR /&gt;Pic1 tHttpRequest: 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MD2z.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151881iD4ED097B9456D577/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MD2z.png" alt="0683p000009MD2z.png" /&gt;&lt;/span&gt;Pic2 Error: 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCeC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129124i2CDFAC9B6A67F079/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCeC.png" alt="0683p000009MCeC.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Pic3-tFlowToIterate 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MD34.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137757i0F19C2512453DF79/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MD34.png" alt="0683p000009MD34.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;I get a 404 Not Found Error. 
&lt;BR /&gt;I have 2 columns in my csv file: 
&lt;BR /&gt;"sku" 
&lt;BR /&gt;and 
&lt;BR /&gt;"description_long" witch contains the url's. 
&lt;BR /&gt;In tFlowToIterate component I declared the variable "Dnl_Descr_Url" for "description_long" column 
&lt;BR /&gt;Than in tHttpRequest I set URI like:&amp;nbsp; 
&lt;BR /&gt;"http://localhost/url/test-html-url.csv"+((String)globalMap.get("row35.description_long")) 
&lt;BR /&gt;and also like: 
&lt;BR /&gt;"http://localhost/url/test-html-url.csv"+((String)globalMap.get("row35.Dnl_Descr_Url")) 
&lt;BR /&gt;But I still get "404 Not Found" 
&lt;BR /&gt;Im a newbie on this territory. I'll appreciate your help very much. 
&lt;BR /&gt;Thank you, 
&lt;BR /&gt;Lucian</description>
      <pubDate>Fri, 13 Mar 2015 12:13:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tHttpRequest-how-to-retrieve-html-content-from-URL/m-p/2273164#M50225</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-13T12:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tHttpRequest - how to retrieve html content from URL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tHttpRequest-how-to-retrieve-html-content-from-URL/m-p/2273165#M50226</link>
      <description>Hi&lt;BR /&gt;Set the URI with global variable as:&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;((String)globalMap.get("row35.Dnl_Descr_Url"))&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Fri, 13 Mar 2015 13:22:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tHttpRequest-how-to-retrieve-html-content-from-URL/m-p/2273165#M50226</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-13T13:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tHttpRequest - how to retrieve html content from URL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tHttpRequest-how-to-retrieve-html-content-from-URL/m-p/2273166#M50227</link>
      <description>Hello,&lt;BR /&gt;I tried:&lt;BR /&gt;"http://localhost/url/test-html-url.csv"+((String)globalMap.get("row35.Dnl_Descr_Url"))&lt;BR /&gt;and&lt;BR /&gt;((String)globalMap.get("row35.Dnl_Descr_Url"))&lt;BR /&gt;and I still get the same error.&lt;BR /&gt;If I check the schema in tHttpRequest I see only the ResponseContent column. Shouldn't be there also the "description_long" column?&lt;BR /&gt;Thank you,&lt;BR /&gt;Lucian</description>
      <pubDate>Fri, 13 Mar 2015 14:03:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tHttpRequest-how-to-retrieve-html-content-from-URL/m-p/2273166#M50227</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-13T14:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tHttpRequest - how to retrieve html content from URL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tHttpRequest-how-to-retrieve-html-content-from-URL/m-p/2273167#M50228</link>
      <description>Hi Shong,
&lt;BR /&gt;can you please check if Im doing everything as you mentioned ? I still get that "404 Not Found" error.
&lt;BR /&gt;Thank you,&amp;nbsp;
&lt;BR /&gt;Lucian</description>
      <pubDate>Sat, 14 Mar 2015 21:43:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tHttpRequest-how-to-retrieve-html-content-from-URL/m-p/2273167#M50228</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-14T21:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tHttpRequest - how to retrieve html content from URL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tHttpRequest-how-to-retrieve-html-content-from-URL/m-p/2273168#M50229</link>
      <description>Hi&amp;nbsp;
&lt;BR /&gt;
&lt;PRE&gt;If I check the schema in tHttpRequest I see only the ResponseContent column. Shouldn't be there also the "description_long" column?&lt;/PRE&gt;
&lt;BR /&gt;This component has only one column which is read-only.&amp;nbsp;
&lt;BR /&gt;Can you open the URL in browser normally? &amp;nbsp;If you still have problem, can you please show us an real example data of your CSV file and upload a full screenshot of tFlowToIterate component? From your screenshot, I can't see if the 'the default key/value...' box is checked or not.&amp;nbsp;
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Sun, 15 Mar 2015 04:13:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tHttpRequest-how-to-retrieve-html-content-from-URL/m-p/2273168#M50229</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-15T04:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tHttpRequest - how to retrieve html content from URL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tHttpRequest-how-to-retrieve-html-content-from-URL/m-p/2273169#M50230</link>
      <description>Hello Shong, 
&lt;BR /&gt;thank you very much for your answer. Attachend you will find my csv file with the urls. The URLS are working fine when they are opened in browser. 
&lt;BR /&gt;The default/value&amp;nbsp;checkbox wasnt checkek in my first test. I made now 2 tests more with and without the default/key value checked and I still get the same error. 
&lt;BR /&gt;Here are the Screenshots: 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/158364/test-html-url.rar.rar" target="_blank"&gt;test-html-url.rar.rar&lt;/A&gt; 
&lt;BR /&gt;1.0 tFlowToIterate - default key/value not checked 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCXK.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140253i68A88E3EF10A1934/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCXK.png" alt="0683p000009MCXK.png" /&gt;&lt;/span&gt;1.1Error with tFlowToIterate - default key/value not checked 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCz5.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139253i1E970D6954D4934B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCz5.png" alt="0683p000009MCz5.png" /&gt;&lt;/span&gt;2.0 tFlowToIterate - default key/value checked 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCOY.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148563iAD71A7885803E065/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCOY.png" alt="0683p000009MCOY.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;2.1 Error with&amp;nbsp;tFlowToIterate - default key/value checked 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MD06.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155174iD1732DD02EE33D9E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MD06.png" alt="0683p000009MD06.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Best Regards, 
&lt;BR /&gt;Lucian</description>
      <pubDate>Sun, 15 Mar 2015 18:32:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tHttpRequest-how-to-retrieve-html-content-from-URL/m-p/2273169#M50230</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-15T18:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tHttpRequest - how to retrieve html content from URL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tHttpRequest-how-to-retrieve-html-content-from-URL/m-p/2273170#M50231</link>
      <description>Hi &amp;nbsp; 
&lt;BR /&gt;I tested your example URL and it works fine, it uses get method on tHttpRequest to send the request. see my screenshots. 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/674/1_20150316-1145.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCz6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145938i3D50A301241D620D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCz6.png" alt="0683p000009MCz6.png" /&gt;&lt;/span&gt; &lt;/A&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/674/2_20150316-1145.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MD39.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132979iE2E791DDB961E73C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MD39.png" alt="0683p000009MD39.png" /&gt;&lt;/span&gt; &lt;/A&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/674/3_20150316-1146.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MD3E.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151439i06BD4BB8D90D2583/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MD3E.png" alt="0683p000009MD3E.png" /&gt;&lt;/span&gt; &lt;/A&gt; 
&lt;BR /&gt;BR 
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 16 Mar 2015 10:46:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tHttpRequest-how-to-retrieve-html-content-from-URL/m-p/2273170#M50231</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-16T10:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tHttpRequest - how to retrieve html content from URL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tHttpRequest-how-to-retrieve-html-content-from-URL/m-p/2273171#M50232</link>
      <description>Hi Shong, 
&lt;BR /&gt;many thanks for your help.&amp;nbsp; 
&lt;BR /&gt;The job is running perfectly now but in output it will save only the last row. Im my example we had 2 rows and only the last row is being written in output. To be sure of it I tested a new CSV file reading the first 90 rows from it with tSampleRow Component and I get only the last one in output, in this case row 91 because the first is the header. 
&lt;BR /&gt;here is my screenshot: 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MD3J.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138240i2D0B9675A66BAB3F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MD3J.png" alt="0683p000009MD3J.png" /&gt;&lt;/span&gt;90 rows executed but only 1 written. 
&lt;BR /&gt;Many Thanks, 
&lt;BR /&gt;Lucian</description>
      <pubDate>Mon, 16 Mar 2015 16:00:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tHttpRequest-how-to-retrieve-html-content-from-URL/m-p/2273171#M50232</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-16T16:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tHttpRequest - how to retrieve html content from URL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tHttpRequest-how-to-retrieve-html-content-from-URL/m-p/2273172#M50233</link>
      <description>Hi&amp;nbsp;
&lt;BR /&gt;Check the 'append' option on tFileOutputDelimited to append the data, otherwise, it will create a new file for each iteration.
&lt;BR /&gt;BR
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 17 Mar 2015 03:57:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tHttpRequest-how-to-retrieve-html-content-from-URL/m-p/2273172#M50233</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-17T03:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tHttpRequest - how to retrieve html content from URL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tHttpRequest-how-to-retrieve-html-content-from-URL/m-p/2273173#M50234</link>
      <description>Hi Shong, 
&lt;BR /&gt;the append option box solved the problem. I can't stress it enough how grateful I am to you! 
&lt;BR /&gt;I get now the desired html content for each row but the rows are not assigned to my "sku" column from input file because like you said it's read only 
&lt;BR /&gt;Is there a way I can add the "sku" column from the input csv as a key column on output for each extracted url? 
&lt;BR /&gt;Thank you, 
&lt;BR /&gt;Lucian</description>
      <pubDate>Tue, 17 Mar 2015 08:52:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tHttpRequest-how-to-retrieve-html-content-from-URL/m-p/2273173#M50234</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-17T08:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tHttpRequest - how to retrieve html content from URL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tHttpRequest-how-to-retrieve-html-content-from-URL/m-p/2273174#M50235</link>
      <description>The sku column can be accessible with this expression in your example:
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;(String)globalMap.get("row35.sku")&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;So, add a tMap after tHttpRequest, add a new column called "sku" in the output table and set its values as:
&lt;BR /&gt;(String)globalMap.get("row35.sku")</description>
      <pubDate>Tue, 17 Mar 2015 09:17:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tHttpRequest-how-to-retrieve-html-content-from-URL/m-p/2273174#M50235</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-17T09:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tHttpRequest - how to retrieve html content from URL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tHttpRequest-how-to-retrieve-html-content-from-URL/m-p/2273175#M50236</link>
      <description>Hi,
&lt;BR /&gt;thank you Shong. That solved the problem.
&lt;BR /&gt;Regards,
&lt;BR /&gt;Lucian</description>
      <pubDate>Thu, 19 Mar 2015 07:51:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tHttpRequest-how-to-retrieve-html-content-from-URL/m-p/2273175#M50236</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-19T07:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tHttpRequest - how to retrieve html content from URL</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tHttpRequest-how-to-retrieve-html-content-from-URL/m-p/2273176#M50237</link>
      <description>great, thanks for your feedback!
&lt;BR /&gt;BR
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 19 Mar 2015 09:22:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tHttpRequest-how-to-retrieve-html-content-from-URL/m-p/2273176#M50237</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-19T09:22:55Z</dc:date>
    </item>
  </channel>
</rss>

