<?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 Log In on web page for downloading file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Log-In-on-web-page-for-downloading-file/m-p/2323789#M93572</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt; 
  &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;I'm a beginner in Talend DI.&lt;/P&gt; 
  &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;I have to download a csv file since a HTML link on an intranet site, but this need authentification before to download file.&lt;/P&gt; 
  &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;So I try to use a TFileFetch with some parameters to try to log in, but I can't. In all case I've the html source code of the page and not the csv file I need.&lt;/P&gt; 
  &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;So we need to authentificate but I don't know how with talend component.&lt;/P&gt; 
  &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;To detail my process here the job I use :&lt;/P&gt; 
  &lt;P&gt;&lt;SPAN&gt;&lt;IMG title="2018-06-14_10h24_50.png" alt="Jibs" /&gt;&lt;SPAN&gt;Jibs&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
  &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;Here the parameters I use to try to download the page&lt;/P&gt; 
  &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;&lt;SPAN&gt;&lt;IMG title="2018-06-14_10h22_44.png" alt="Parameters" /&gt;&lt;SPAN&gt;Parameters&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
  &lt;P&gt;Some parameters I've tried but nothing change :df&lt;BR /&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
 &lt;BR /&gt;&lt;BR /&gt;To see the whole post, download it &lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Mckd" target="_blank"&gt;here&lt;/A&gt;</description>
    <pubDate>Sat, 16 Nov 2024 08:06:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T08:06:15Z</dc:date>
    <item>
      <title>Log In on web page for downloading file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Log-In-on-web-page-for-downloading-file/m-p/2323789#M93572</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt; 
  &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;I'm a beginner in Talend DI.&lt;/P&gt; 
  &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;I have to download a csv file since a HTML link on an intranet site, but this need authentification before to download file.&lt;/P&gt; 
  &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;So I try to use a TFileFetch with some parameters to try to log in, but I can't. In all case I've the html source code of the page and not the csv file I need.&lt;/P&gt; 
  &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;So we need to authentificate but I don't know how with talend component.&lt;/P&gt; 
  &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;To detail my process here the job I use :&lt;/P&gt; 
  &lt;P&gt;&lt;SPAN&gt;&lt;IMG title="2018-06-14_10h24_50.png" alt="Jibs" /&gt;&lt;SPAN&gt;Jibs&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
  &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;Here the parameters I use to try to download the page&lt;/P&gt; 
  &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
  &lt;P&gt;&lt;SPAN&gt;&lt;IMG title="2018-06-14_10h22_44.png" alt="Parameters" /&gt;&lt;SPAN&gt;Parameters&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
  &lt;P&gt;Some parameters I've tried but nothing change :df&lt;BR /&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
 &lt;BR /&gt;&lt;BR /&gt;To see the whole post, download it &lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Mckd" target="_blank"&gt;here&lt;/A&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:06:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Log-In-on-web-page-for-downloading-file/m-p/2323789#M93572</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Log In on web page for downloading file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Log-In-on-web-page-for-downloading-file/m-p/2323790#M93573</link>
      <description>Did you set your headers correctly?
&lt;BR /&gt;Suggest using fiddler and check what happens if you do it manually through a website.
&lt;BR /&gt;Copy these headers and set them in your component.
&lt;BR /&gt;
&lt;BR /&gt;Although I really really suggest using cURL, I tried it with components too, didnt work.
&lt;BR /&gt;Easy to set cookies... very usefull. Supported on windows and unix/linux. Your jobs wil work on both os (if cUrl installed).</description>
      <pubDate>Thu, 14 Jun 2018 12:47:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Log-In-on-web-page-for-downloading-file/m-p/2323790#M93573</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-06-14T12:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Log In on web page for downloading file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Log-In-on-web-page-for-downloading-file/m-p/2323791#M93574</link>
      <description>thanks that resolve my problem.</description>
      <pubDate>Tue, 11 Sep 2018 15:24:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Log-In-on-web-page-for-downloading-file/m-p/2323791#M93574</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-11T15:24:19Z</dc:date>
    </item>
  </channel>
</rss>

