<?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: How to process files only for the past hour? in Data Quality</title>
    <link>https://community.qlik.com/t5/Data-Quality/How-to-process-files-only-for-the-past-hour/m-p/2279234#M3427</link>
    <description>&lt;P&gt;Thanks Vapukov, currently i am going with&amp;nbsp;&lt;SPAN&gt;getCurrentDate() -60mm.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please suggest how can i specify&amp;nbsp;11:00:00 and less than 12:00:00. taking consideration that the job runs between the hourly intervals.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;e.g: if the job runs at 11.20 then it should pick the lower limit as 11 and upper limit as 12&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Aug 2017 18:40:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-08-09T18:40:30Z</dc:date>
    <item>
      <title>How to process files only for the past hour?</title>
      <link>https://community.qlik.com/t5/Data-Quality/How-to-process-files-only-for-the-past-hour/m-p/2279229#M3422</link>
      <description>&lt;P&gt;I have continuous sensor data coming in every 5 mins in form of files. I want to pick files only for the past hour and do the required processing. for e.g: talend job runs at 12:01pm , it should pick all the files from 11:00 am to 12:00 pm only.&lt;BR /&gt;Can anyone please suggest the approach I should take to make this happen within talend.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:26:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/How-to-process-files-only-for-the-past-hour/m-p/2279229#M3422</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to process files only for the past hour?</title>
      <link>https://community.qlik.com/t5/Data-Quality/How-to-process-files-only-for-the-past-hour/m-p/2279230#M3423</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Could you please elaborate your case with an example with input and expected output values?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sabrina&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 07:51:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/How-to-process-files-only-for-the-past-hour/m-p/2279230#M3423</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-08T07:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to process files only for the past hour?</title>
      <link>https://community.qlik.com/t5/Data-Quality/How-to-process-files-only-for-the-past-hour/m-p/2279231#M3424</link>
      <description>&lt;P&gt;if file name include date time pattern, just use&lt;/P&gt;
&lt;P&gt;tFileList -&amp;gt; iterate&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;in tFileList, use pattern like:&lt;/P&gt;
&lt;PRE&gt;"commonpart-*"+TalendDate.formatDate("yyyyMMddHH",TalendDate.addDate(TalendDate.getCurrentDate(),-1,"HH"))+"*.csv"&lt;/PRE&gt;
&lt;P&gt;if file names not include time pattern - need work with tSystem and bash, look there&lt;/P&gt;
&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/26968159/list-of-files-modified-1-hour-before" target="_self" rel="nofollow noopener noreferrer"&gt;https://stackoverflow.com/questions/26968159/list-of-files-modified-1-hour-before&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;than parse result&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 08:06:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/How-to-process-files-only-for-the-past-hour/m-p/2279231#M3424</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-08-08T08:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to process files only for the past hour?</title>
      <link>https://community.qlik.com/t5/Data-Quality/How-to-process-files-only-for-the-past-hour/m-p/2279232#M3425</link>
      <description>&lt;P&gt;I had initiated a post on&amp;nbsp;&lt;A href="https://stackoverflow.com/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://stackoverflow.com/&lt;/A&gt; .&lt;/P&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/45550213/how-to-process-files-only-for-the-past-hour-using-talend" target="_blank" rel="nofollow noopener noreferrer"&gt;https://stackoverflow.com/questions/45550213/how-to-process-files-only-for-the-past-hour-using-talend&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have reached to a point but facing issues(in comments)&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 14:05:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/How-to-process-files-only-for-the-past-hour/m-p/2279232#M3425</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-08T14:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to process files only for the past hour?</title>
      <link>https://community.qlik.com/t5/Data-Quality/How-to-process-files-only-for-the-past-hour/m-p/2279233#M3426</link>
      <description>&lt;P&gt;no comments in thread (as I can see - You are move it to chat)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;but in any case - suggested solution, no cover previous Hour,&lt;/P&gt; 
&lt;P&gt;If You check 1 Hr from current moment - &amp;nbsp;it could have or duplicates, or holes. You never can run Job exactly every Hr&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;so You can mix recommendations and check not getCurrentDate() -1hr, but exactly low and high margins&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;more than 11:00:00 and less than 12:00:00&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 21:42:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/How-to-process-files-only-for-the-past-hour/m-p/2279233#M3426</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-08-08T21:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to process files only for the past hour?</title>
      <link>https://community.qlik.com/t5/Data-Quality/How-to-process-files-only-for-the-past-hour/m-p/2279234#M3427</link>
      <description>&lt;P&gt;Thanks Vapukov, currently i am going with&amp;nbsp;&lt;SPAN&gt;getCurrentDate() -60mm.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please suggest how can i specify&amp;nbsp;11:00:00 and less than 12:00:00. taking consideration that the job runs between the hourly intervals.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;e.g: if the job runs at 11.20 then it should pick the lower limit as 11 and upper limit as 12&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 18:40:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/How-to-process-files-only-for-the-past-hour/m-p/2279234#M3427</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-09T18:40:30Z</dc:date>
    </item>
  </channel>
</rss>

