<?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: Setting a File Trigger using FTP? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Setting-a-File-Trigger-using-FTP/m-p/2292499#M65568</link>
    <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt; 
     &lt;BLOCKQUOTE&gt; 
      &lt;TABLE border="1"&gt; 
       &lt;TBODY&gt; 
        &lt;TR&gt; 
         &lt;TD&gt;Thank you for the response. To confirm, should I use the tWaitForFile as the first component in my job?&lt;/TD&gt; 
        &lt;/TR&gt; 
       &lt;/TBODY&gt; 
      &lt;/TABLE&gt; 
     &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;yes, it will fires the rest of the job if a new files is created in the monitored folder.&lt;BR /&gt; 
     &lt;BLOCKQUOTE&gt; 
      &lt;TABLE border="1"&gt; 
       &lt;TBODY&gt; 
        &lt;TR&gt; 
         &lt;TD&gt;20 data feeds coming from various sources via FTP.&lt;/TD&gt; 
        &lt;/TR&gt; 
       &lt;/TBODY&gt; 
      &lt;/TABLE&gt; 
     &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;What do you mean you have 20 data feeds? They are different ftp server? &lt;BR /&gt;tWaitForFile--iterate---the rest of the job.&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Shong&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Sorry for the mis-understanding. Each job processes just one file. Here is what I had prior to introducing the tWaitForFile...</description>
    <pubDate>Thu, 27 May 2010 11:52:11 GMT</pubDate>
    <dc:creator>AndyBrown</dc:creator>
    <dc:date>2010-05-27T11:52:11Z</dc:date>
    <item>
      <title>Setting a File Trigger using FTP?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Setting-a-File-Trigger-using-FTP/m-p/2292495#M65564</link>
      <description>I have up to 20 data feeds coming from various sources via FTP. I would like to trigger each respective job using a file trigger, so when a file comes in within X minutes, the trigger detects the presence of the file and fires the job. I notice that in Job Conductor I can only set a file trigger that resides on an app server. &lt;BR /&gt;Any suggestions to keep this simple?</description>
      <pubDate>Sat, 16 Nov 2024 13:25:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Setting-a-File-Trigger-using-FTP/m-p/2292495#M65564</guid>
      <dc:creator>AndyBrown</dc:creator>
      <dc:date>2024-11-16T13:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: Setting a File Trigger using FTP?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Setting-a-File-Trigger-using-FTP/m-p/2292496#M65565</link>
      <description>Hello 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;I notice that in Job Conductor I can only set a file trigger that resides on an app server.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;In a job, uing a ftp component to get the fiels on local folder, and using a twaitForFile to monitor the folder, fires a processing once a new file is created. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 26 May 2010 03:14:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Setting-a-File-Trigger-using-FTP/m-p/2292496#M65565</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-26T03:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Setting a File Trigger using FTP?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Setting-a-File-Trigger-using-FTP/m-p/2292497#M65566</link>
      <description>Thank you for the response. To confirm, should I use the tWaitForFile as the first component in my job? Originally I had a tFTPFileExists that found if the file was there then the rest of the job would complete, otherwise it would error out and send an email stating the file isn't there.</description>
      <pubDate>Thu, 27 May 2010 11:29:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Setting-a-File-Trigger-using-FTP/m-p/2292497#M65566</guid>
      <dc:creator>AndyBrown</dc:creator>
      <dc:date>2010-05-27T11:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Setting a File Trigger using FTP?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Setting-a-File-Trigger-using-FTP/m-p/2292498#M65567</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Thank you for the response. To confirm, should I use the tWaitForFile as the first component in my job?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;yes, it will fires the rest of the job if a new files is created in the monitored folder. 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;20 data feeds coming from various sources via FTP.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;What do you mean you have 20 data feeds? They are different ftp server? 
&lt;BR /&gt;tWaitForFile--iterate---the rest of the job. 
&lt;BR /&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 27 May 2010 11:39:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Setting-a-File-Trigger-using-FTP/m-p/2292498#M65567</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-05-27T11:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Setting a File Trigger using FTP?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Setting-a-File-Trigger-using-FTP/m-p/2292499#M65568</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt; 
     &lt;BLOCKQUOTE&gt; 
      &lt;TABLE border="1"&gt; 
       &lt;TBODY&gt; 
        &lt;TR&gt; 
         &lt;TD&gt;Thank you for the response. To confirm, should I use the tWaitForFile as the first component in my job?&lt;/TD&gt; 
        &lt;/TR&gt; 
       &lt;/TBODY&gt; 
      &lt;/TABLE&gt; 
     &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;yes, it will fires the rest of the job if a new files is created in the monitored folder.&lt;BR /&gt; 
     &lt;BLOCKQUOTE&gt; 
      &lt;TABLE border="1"&gt; 
       &lt;TBODY&gt; 
        &lt;TR&gt; 
         &lt;TD&gt;20 data feeds coming from various sources via FTP.&lt;/TD&gt; 
        &lt;/TR&gt; 
       &lt;/TBODY&gt; 
      &lt;/TABLE&gt; 
     &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;What do you mean you have 20 data feeds? They are different ftp server? &lt;BR /&gt;tWaitForFile--iterate---the rest of the job.&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Shong&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Sorry for the mis-understanding. Each job processes just one file. Here is what I had prior to introducing the tWaitForFile...</description>
      <pubDate>Thu, 27 May 2010 11:52:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Setting-a-File-Trigger-using-FTP/m-p/2292499#M65568</guid>
      <dc:creator>AndyBrown</dc:creator>
      <dc:date>2010-05-27T11:52:11Z</dc:date>
    </item>
  </channel>
</rss>

