<?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: retrieve a parameter file from the internet in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/retrieve-a-parameter-file-from-the-internet/m-p/2298913#M71317</link>
    <description>&lt;P&gt;Use a tFileFetch.&lt;/P&gt;&lt;P&gt;Put the URL in the URI, deselect&amp;nbsp; "POST" and tick "Use cache to save the resource".&lt;/P&gt;&lt;P&gt;Link it to the tFileInputDelimited via an OnSubJobOK.&lt;/P&gt;&lt;P&gt;Add the following to your tFileInputDelimited's "File name/Stream"....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;((java.io.InputStream)globalMap.get("tFileFetch_1_INPUT_STREAM"))&lt;/PRE&gt;&lt;P&gt;....tFileFetch_1 is the name of my tFileFetch component there, you may need to change this to match.&lt;BR /&gt;&lt;BR /&gt;Once you've done that it will stream the file from your internet source.&lt;/P&gt;</description>
    <pubDate>Fri, 02 Mar 2018 14:44:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-03-02T14:44:52Z</dc:date>
    <item>
      <title>retrieve a parameter file from the internet</title>
      <link>https://community.qlik.com/t5/Talend-Studio/retrieve-a-parameter-file-from-the-internet/m-p/2298912#M71316</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;I work on a job that works well, you find attached the diagram explaining the job :&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2.jpg" style="width: 934px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LsdO.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139248i78AA0DE3292963A5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LsdO.jpg" alt="0683p000009LsdO.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Now I wonder if there's a possibility to indicate only an address from the internet (ip, host ...),&lt;BR /&gt;to recover the file that contains the parameters of the source and destination database.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Do you have an idea about the component to do this job?&lt;/P&gt; 
&lt;P&gt;Thanks for your help&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:36:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/retrieve-a-parameter-file-from-the-internet/m-p/2298912#M71316</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: retrieve a parameter file from the internet</title>
      <link>https://community.qlik.com/t5/Talend-Studio/retrieve-a-parameter-file-from-the-internet/m-p/2298913#M71317</link>
      <description>&lt;P&gt;Use a tFileFetch.&lt;/P&gt;&lt;P&gt;Put the URL in the URI, deselect&amp;nbsp; "POST" and tick "Use cache to save the resource".&lt;/P&gt;&lt;P&gt;Link it to the tFileInputDelimited via an OnSubJobOK.&lt;/P&gt;&lt;P&gt;Add the following to your tFileInputDelimited's "File name/Stream"....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;((java.io.InputStream)globalMap.get("tFileFetch_1_INPUT_STREAM"))&lt;/PRE&gt;&lt;P&gt;....tFileFetch_1 is the name of my tFileFetch component there, you may need to change this to match.&lt;BR /&gt;&lt;BR /&gt;Once you've done that it will stream the file from your internet source.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2018 14:44:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/retrieve-a-parameter-file-from-the-internet/m-p/2298913#M71317</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-02T14:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: retrieve a parameter file from the internet</title>
      <link>https://community.qlik.com/t5/Talend-Studio/retrieve-a-parameter-file-from-the-internet/m-p/2298914#M71318</link>
      <description>&lt;P&gt;I try this solution, do you have a concrete example ??&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2018 15:52:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/retrieve-a-parameter-file-from-the-internet/m-p/2298914#M71318</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-02T15:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: retrieve a parameter file from the internet</title>
      <link>https://community.qlik.com/t5/Talend-Studio/retrieve-a-parameter-file-from-the-internet/m-p/2298915#M71319</link>
      <description>&lt;P&gt;Leave your job as it is, add a tFileFetch and set it up as I described. Join it to the tFileOutputDelimited using a SubjobOk link. Then change the URI of the tFileOutputDelimited as I suggested. It is that simple, I promise.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2018 18:51:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/retrieve-a-parameter-file-from-the-internet/m-p/2298915#M71319</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-02T18:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: retrieve a parameter file from the internet</title>
      <link>https://community.qlik.com/t5/Talend-Studio/retrieve-a-parameter-file-from-the-internet/m-p/2298916#M71320</link>
      <description>&lt;P&gt;You have to indicate that I have to join it with tFileInputDelimited in your first answer, then in the last moment you said tFileOutPutDelimited !!!!&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2018 08:39:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/retrieve-a-parameter-file-from-the-internet/m-p/2298916#M71320</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-05T08:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: retrieve a parameter file from the internet</title>
      <link>https://community.qlik.com/t5/Talend-Studio/retrieve-a-parameter-file-from-the-internet/m-p/2298917#M71321</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;i tried what you have suggest, and i have always the same error, do some one have any idea about how to solve this error ??&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1_.jpg" style="width: 982px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LsDq.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131634iE2BDEB6BFDDF2E16/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LsDq.jpg" alt="0683p000009LsDq.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&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;P&gt;Thank's&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2018 09:15:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/retrieve-a-parameter-file-from-the-internet/m-p/2298917#M71321</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-06T09:15:14Z</dc:date>
    </item>
  </channel>
</rss>

