<?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: Filter the Most Recent Records in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Filter-the-Most-Recent-Records/m-p/2237262#M25752</link>
    <description>&lt;P&gt;just convert it in the schema or I need to add another component?&lt;/P&gt;</description>
    <pubDate>Tue, 30 May 2017 20:35:20 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-05-30T20:35:20Z</dc:date>
    <item>
      <title>Filter the Most Recent Records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filter-the-Most-Recent-Records/m-p/2237256#M25746</link>
      <description>&lt;P&gt;I have an output&amp;nbsp;from the component tParseRecordSet&amp;nbsp;which has 5 columns, let's say A, B, C, D, E.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Column E is the updated time of each record.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Now I want to get the most update D for each group (group by A, B)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Question: what component should I use to achieve this? Because the data is not in the database, I can't directly use SQL statements to do it.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Any help is greatly appreciated. Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 18:15:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filter-the-Most-Recent-Records/m-p/2237256#M25746</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-30T18:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Filter the Most Recent Records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filter-the-Most-Recent-Records/m-p/2237257#M25747</link>
      <description>You should use tAggregateRow, group by fields A and B, then function Max o' field D.</description>
      <pubDate>Tue, 30 May 2017 18:52:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filter-the-Most-Recent-Records/m-p/2237257#M25747</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-05-30T18:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Filter the Most Recent Records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filter-the-Most-Recent-Records/m-p/2237258#M25748</link>
      <description>&lt;P&gt;Thanks for your reply. I tried same way as you said... The following is the error message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unparseable date: "2017-04-03 21:08:37.0"&lt;BR /&gt;Unparseable date: "2017-03-29 10:20:20.0"&lt;BR /&gt;Unparseable date: "2017-04-03 21:08:37.0"&lt;BR /&gt;Unparseable date: "2017-03-29 10:20:20.0"&lt;BR /&gt;Unparseable date: "2017-04-03 21:08:37.0"&lt;BR /&gt;Unparseable date: "2017-03-29 10:20:20.0"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 18:54:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filter-the-Most-Recent-Records/m-p/2237258#M25748</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-30T18:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Filter the Most Recent Records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filter-the-Most-Recent-Records/m-p/2237259#M25749</link>
      <description>What is the datatype?</description>
      <pubDate>Tue, 30 May 2017 19:10:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filter-the-Most-Recent-Records/m-p/2237259#M25749</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-05-30T19:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Filter the Most Recent Records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filter-the-Most-Recent-Records/m-p/2237260#M25750</link>
      <description>&lt;P&gt;The datatype of Field D in my case is timestamp, but as it's from the previous component tParseRecordSet, so typr of field D in&amp;nbsp;&lt;SPAN&gt;tParseRecordSet is Object. Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 19:13:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filter-the-Most-Recent-Records/m-p/2237260#M25750</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-30T19:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Filter the Most Recent Records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filter-the-Most-Recent-Records/m-p/2237261#M25751</link>
      <description>OK, so you need 1st to convert as date or string (as soon as the format starts with year, alphabetic order is also possible).</description>
      <pubDate>Tue, 30 May 2017 20:00:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filter-the-Most-Recent-Records/m-p/2237261#M25751</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-05-30T20:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Filter the Most Recent Records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filter-the-Most-Recent-Records/m-p/2237262#M25752</link>
      <description>&lt;P&gt;just convert it in the schema or I need to add another component?&lt;/P&gt;</description>
      <pubDate>Tue, 30 May 2017 20:35:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filter-the-Most-Recent-Records/m-p/2237262#M25752</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-30T20:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Filter the Most Recent Records</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Filter-the-Most-Recent-Records/m-p/2237263#M25753</link>
      <description>Hi FFUL
&lt;BR /&gt;On tParseRecordSet, define D column as Date type, and set its pattern as "yyyy-MM-dd HH:mm:ss.S".
&lt;BR /&gt;
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 01 Jun 2017 03:30:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Filter-the-Most-Recent-Records/m-p/2237263#M25753</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-01T03:30:54Z</dc:date>
    </item>
  </channel>
</rss>

