<?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: ftp put result empty; why? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/ftp-put-result-empty-why/m-p/2295732#M68474</link>
    <description>&lt;P&gt;You need to connect tFtpPut to your tFileInputDelimited using an onSubjobOk trigger.&lt;/P&gt;&lt;P&gt;This way, the ftp transfer will start after the XML will be completed, not&amp;nbsp;when the subjob where it appears starts.&lt;/P&gt;</description>
    <pubDate>Wed, 25 Apr 2018 08:39:08 GMT</pubDate>
    <dc:creator>TRF</dc:creator>
    <dc:date>2018-04-25T08:39:08Z</dc:date>
    <item>
      <title>ftp put result empty; why?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ftp-put-result-empty-why/m-p/2295731#M68473</link>
      <description>&lt;P&gt;In order to understand ftp sessions I tried to build the following:&lt;/P&gt;&lt;P&gt;- input is a csv file&lt;/P&gt;&lt;P&gt;- this gets converted to an XML file&lt;/P&gt;&lt;P&gt;- which then is transferred by FTP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My first try job does result in a file on the configured server with the configured name, but it is empty (0 bytes),&lt;/P&gt;&lt;P&gt;although the XML file has the expected contents and the job mentions 5 rows being sent to the tFtpPut component.&lt;/P&gt;&lt;P&gt;In the attachment I have the job configuration and its output. It&amp;nbsp; shows the empty ftp put result in a terminal on the target machine.&lt;/P&gt;&lt;P&gt;Do I have to include another component in order to close the file, or is my solution wrong in another sense?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance, Ruud&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:20:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ftp-put-result-empty-why/m-p/2295731#M68473</guid>
      <dc:creator>rgros</dc:creator>
      <dc:date>2024-11-16T08:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: ftp put result empty; why?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ftp-put-result-empty-why/m-p/2295732#M68474</link>
      <description>&lt;P&gt;You need to connect tFtpPut to your tFileInputDelimited using an onSubjobOk trigger.&lt;/P&gt;&lt;P&gt;This way, the ftp transfer will start after the XML will be completed, not&amp;nbsp;when the subjob where it appears starts.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2018 08:39:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ftp-put-result-empty-why/m-p/2295732#M68474</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-04-25T08:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: ftp put result empty; why?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ftp-put-result-empty-why/m-p/2295733#M68475</link>
      <description>&lt;P&gt;thank you very much. I knew I must have overlooked some detail.&lt;/P&gt;&lt;P&gt;A bit strange though the ftp put does some action (creating an empty file). I am going to try your suggestion right away.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ruud&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2018 08:44:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ftp-put-result-empty-why/m-p/2295733#M68475</guid>
      <dc:creator>rgros</dc:creator>
      <dc:date>2018-04-25T08:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: ftp put result empty; why?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ftp-put-result-empty-why/m-p/2295734#M68476</link>
      <description>&lt;P&gt;This was indeed the way to go.&lt;/P&gt;&lt;P&gt;In the attachment a screen shot of a working version of the job&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lsot"&gt;talendftp.png&lt;/A&gt;</description>
      <pubDate>Wed, 25 Apr 2018 08:48:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ftp-put-result-empty-why/m-p/2295734#M68476</guid>
      <dc:creator>rgros</dc:creator>
      <dc:date>2018-04-25T08:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: ftp put result empty; why?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ftp-put-result-empty-why/m-p/2295735#M68477</link>
      <description>&lt;P&gt;Based on your job design, the reason is that the&amp;nbsp;tFtpPut starts at the same time as the subjob and because at this time the XML file is empty, an empty file is transfered.&lt;/P&gt;&lt;P&gt;If you wait for the end of the subjob where you write in the XML file (that's what you've tried with success), the tFtpPut&amp;nbsp;starts after the file has been completed.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2018 08:53:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ftp-put-result-empty-why/m-p/2295735#M68477</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-04-25T08:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: ftp put result empty; why?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/ftp-put-result-empty-why/m-p/2295736#M68478</link>
      <description>thanks for the explantion. That makes sense.</description>
      <pubDate>Wed, 25 Apr 2018 09:05:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/ftp-put-result-empty-why/m-p/2295736#M68478</guid>
      <dc:creator>rgros</dc:creator>
      <dc:date>2018-04-25T09:05:38Z</dc:date>
    </item>
  </channel>
</rss>

