<?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: Watch file for specific time interval in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Watch-file-for-specific-time-interval/m-p/2207087#M6876</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is what I need to implement&lt;/P&gt;
&lt;P&gt;System should perform below validations for file reception&lt;BR /&gt;&amp;nbsp;-&amp;nbsp;File should be received by stipulated (configured time) time for particular Issuer&lt;BR /&gt;&amp;nbsp;- For each issuer two files should be present – Main and Meta&lt;/P&gt;
&lt;P&gt;&amp;nbsp;If file not received by stipulated time, then system should retry up to configured number of times&lt;BR /&gt;&amp;nbsp;- System should retry after configured duration&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please elaborate how to implement this. The directory that needs to be scanned will have multiple files coming , I need to scan this folder, read these files and do validations and processing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Appreciate your co-operation and timely help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Pravin Sanadi&lt;/P&gt;</description>
    <pubDate>Wed, 24 May 2017 14:09:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-05-24T14:09:43Z</dc:date>
    <item>
      <title>Watch file for specific time interval</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Watch-file-for-specific-time-interval/m-p/2207084#M6873</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to implement a job that will watch file for specific interval and generate notification.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2017 11:12:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Watch-file-for-specific-time-interval/m-p/2207084#M6873</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-22T11:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Watch file for specific time interval</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Watch-file-for-specific-time-interval/m-p/2207085#M6874</link>
      <description>&lt;P&gt;Schedule the task with the desired interval (using TAC or an external scheduler) or use tSleep to introduce the wait strategy into the job.&lt;/P&gt;&lt;P&gt;In this case you should anticipate a condition to break the infinite loop.&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2017 15:06:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Watch-file-for-specific-time-interval/m-p/2207085#M6874</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-05-22T15:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Watch file for specific time interval</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Watch-file-for-specific-time-interval/m-p/2207086#M6875</link>
      <description>&lt;P&gt;all what suggested by&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKj7AAG"&gt;@TRF&lt;/A&gt;, also:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;- look for ESB, where You can create route which monitor folders&lt;/P&gt; 
&lt;P&gt;- Use remote agents with could ship files (or file content)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;last also allow tail file in "real-time" to message queue&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2017 04:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Watch-file-for-specific-time-interval/m-p/2207086#M6875</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-05-23T04:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Watch file for specific time interval</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Watch-file-for-specific-time-interval/m-p/2207087#M6876</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is what I need to implement&lt;/P&gt;
&lt;P&gt;System should perform below validations for file reception&lt;BR /&gt;&amp;nbsp;-&amp;nbsp;File should be received by stipulated (configured time) time for particular Issuer&lt;BR /&gt;&amp;nbsp;- For each issuer two files should be present – Main and Meta&lt;/P&gt;
&lt;P&gt;&amp;nbsp;If file not received by stipulated time, then system should retry up to configured number of times&lt;BR /&gt;&amp;nbsp;- System should retry after configured duration&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please elaborate how to implement this. The directory that needs to be scanned will have multiple files coming , I need to scan this folder, read these files and do validations and processing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Appreciate your co-operation and timely help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Pravin Sanadi&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 14:09:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Watch-file-for-specific-time-interval/m-p/2207087#M6876</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-24T14:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: Watch file for specific time interval</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Watch-file-for-specific-time-interval/m-p/2207088#M6877</link>
      <description>&lt;P&gt;- Schedule Job as usual - by any scheduler&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Job structure:&lt;/P&gt;
&lt;P&gt;- tLoop with number of iteration what You want to re-try&lt;/P&gt;
&lt;P&gt;- iterate to next steps:&lt;/P&gt;
&lt;P&gt;- tFileExists for both of files&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- trigger IF exists both - run all steps and exit Loop&lt;/P&gt;
&lt;P&gt;- trigger IF not exists both - tSleep for predicted number of seconds&lt;/P&gt;
&lt;P&gt;- after tSleep if number of current iteration == maximum defined - notify about unsuccessful execution&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Above - simple sequence for single issuer, but You can extend it for iterate thru all defined issuers&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 23:57:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Watch-file-for-specific-time-interval/m-p/2207088#M6877</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-05-24T23:57:35Z</dc:date>
    </item>
  </channel>
</rss>

