<?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: Get data for Current date on a particualr time in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Get-data-for-Current-date-on-a-particualr-time/m-p/2206922#M6778</link>
    <description>with tFileList you are boint to iterate throw files
&lt;BR /&gt;link it with tFileProperties you will get mtime modified date
&lt;BR /&gt;</description>
    <pubDate>Thu, 20 Sep 2018 12:41:47 GMT</pubDate>
    <dc:creator>fdenis</dc:creator>
    <dc:date>2018-09-20T12:41:47Z</dc:date>
    <item>
      <title>Get data for Current date on a particualr time</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Get-data-for-Current-date-on-a-particualr-time/m-p/2206921#M6777</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I want to get the records generated (from MongoDB Collection) for current date while time is 10pm. I dont want files that was generated greater or less than 10pm for the current date. Can someone please help me?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 12:31:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Get-data-for-Current-date-on-a-particualr-time/m-p/2206921#M6777</guid>
      <dc:creator>joe86</dc:creator>
      <dc:date>2018-09-20T12:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Get data for Current date on a particualr time</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Get-data-for-Current-date-on-a-particualr-time/m-p/2206922#M6778</link>
      <description>with tFileList you are boint to iterate throw files
&lt;BR /&gt;link it with tFileProperties you will get mtime modified date
&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Sep 2018 12:41:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Get-data-for-Current-date-on-a-particualr-time/m-p/2206922#M6778</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-09-20T12:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Get data for Current date on a particualr time</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Get-data-for-Current-date-on-a-particualr-time/m-p/2206923#M6779</link>
      <description>Sorry, i did not get you. Can you please explain it?</description>
      <pubDate>Thu, 20 Sep 2018 13:31:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Get-data-for-Current-date-on-a-particualr-time/m-p/2206923#M6779</guid>
      <dc:creator>joe86</dc:creator>
      <dc:date>2018-09-20T13:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Get data for Current date on a particualr time</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Get-data-for-Current-date-on-a-particualr-time/m-p/2206924#M6780</link>
      <description>Sorry, it was my bad. They are not files, but records generated in MongoDB through Talend.</description>
      <pubDate>Thu, 20 Sep 2018 13:33:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Get-data-for-Current-date-on-a-particualr-time/m-p/2206924#M6780</guid>
      <dc:creator>joe86</dc:creator>
      <dc:date>2018-09-20T13:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Get data for Current date on a particualr time</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Get-data-for-Current-date-on-a-particualr-time/m-p/2206925#M6781</link>
      <description>on mongoBd it's better to get only the data(json document) you need not all datas.
&lt;BR /&gt;so add a filter on your data query.
&lt;BR /&gt;did you have any timestamp into your data model?</description>
      <pubDate>Thu, 20 Sep 2018 13:37:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Get-data-for-Current-date-on-a-particualr-time/m-p/2206925#M6781</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-09-20T13:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Get data for Current date on a particualr time</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Get-data-for-Current-date-on-a-particualr-time/m-p/2206926#M6782</link>
      <description>Yes we do. But the filter used in the query will not be accepted by the talend. So we are trying to filter the date through talend component.</description>
      <pubDate>Thu, 20 Sep 2018 14:00:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Get-data-for-Current-date-on-a-particualr-time/m-p/2206926#M6782</guid>
      <dc:creator>joe86</dc:creator>
      <dc:date>2018-09-20T14:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Get data for Current date on a particualr time</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Get-data-for-Current-date-on-a-particualr-time/m-p/2206927#M6783</link>
      <description>on tMap you can add filter to all output.&lt;BR /&gt;you can also add tFilterrow.&lt;BR /&gt;question is how your request is not accepted by talend?</description>
      <pubDate>Thu, 20 Sep 2018 14:14:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Get-data-for-Current-date-on-a-particualr-time/m-p/2206927#M6783</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-09-20T14:14:51Z</dc:date>
    </item>
  </channel>
</rss>

