<?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: tAggregateSortedRow in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tAggregateSortedRow/m-p/2207317#M7017</link>
    <description>If we put -1 as a value to number of rows then it works. is this a bug or proper? If it is proper then the entire number of rows is completely optional.
&lt;BR /&gt;What is behavior of tAggregateSortedRow if you supply -1 as row count if it expects to know the end of the file?</description>
    <pubDate>Mon, 06 Jul 2009 19:09:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-07-06T19:09:52Z</dc:date>
    <item>
      <title>tAggregateSortedRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tAggregateSortedRow/m-p/2207312#M7012</link>
      <description>Hello&lt;BR /&gt;could you please explain what this "Input rows count" property in tAggregateSortedRow mean? it is not documented in the UG.&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Best regards&lt;BR /&gt;Philippe</description>
      <pubDate>Sat, 16 Nov 2024 14:20:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tAggregateSortedRow/m-p/2207312#M7012</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: tAggregateSortedRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tAggregateSortedRow/m-p/2207313#M7013</link>
      <description>Many details in 2511&lt;BR /&gt;Summary : in tAggregateSortedRow, one output row when the input key changes. We are not aware that the current row might be the last, so the last input key is lost (we knew it, there was a warning, tExternalSortRow was adding a dummy last line to solve the problem). We have searched for a solution, and we've come to simply ask the user how many rows were expected, so that we no if the current line is the last one or not.</description>
      <pubDate>Fri, 13 Jun 2008 22:54:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tAggregateSortedRow/m-p/2207313#M7013</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-06-13T22:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: tAggregateSortedRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tAggregateSortedRow/m-p/2207314#M7014</link>
      <description>hello
&lt;BR /&gt;thanks for the information.
&lt;BR /&gt;Does tDenormalizedSortedRow work the same way? I have replaced my tAggregateSortedRow component by tDSR and the process does not work anymore (rows are getting through the component without being grouped).
&lt;BR /&gt;thanks
&lt;BR /&gt;Philippe</description>
      <pubDate>Mon, 16 Jun 2008 16:31:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tAggregateSortedRow/m-p/2207314#M7014</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-06-16T16:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: tAggregateSortedRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tAggregateSortedRow/m-p/2207315#M7015</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Does tDenormalizedSortedRow work the same way? I have replaced my tAggregateSortedRow component by tDSR and the process does not work anymore (rows are getting through the component without being grouped).&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;can you give us a data sample? (input and expected output)</description>
      <pubDate>Mon, 16 Jun 2008 17:00:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tAggregateSortedRow/m-p/2207315#M7015</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-06-16T17:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: tAggregateSortedRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tAggregateSortedRow/m-p/2207316#M7016</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Many details in 2511&lt;BR /&gt;We have searched for a solution, and we've come to simply ask the user how many rows were expected, so that we no if the current line is the last one or not.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;I may have misunderstood, but it seems that I'm required to know how many rows are in my file before I process it. This is an unusually high burden and greatly limits the usefulness of this component. Because of the old bug, I was adding an extra row to my stream that would get dropped as the last. I guess that isn't necessary anymore, and my old algorithm is now incorrect. It's very worrisome that new versions of components are not backward compatible. 
&lt;BR /&gt;I'm using tAggregateSortedRow in a job as a workaround to a missing feature in tUniqRow. Back around version 2.3.1 I requested an option to tUniqRow to be able to keep the last row instead of the first. This was entered into bug tracker (issue id 3161), and I received several emails that different people were working on it. We're at 2.4.1 and still don't have this feature. 
&lt;BR /&gt;So now I think I'll go to plan C, and sort the data descending and then use tUniqRow to dedup.</description>
      <pubDate>Wed, 13 Aug 2008 02:13:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tAggregateSortedRow/m-p/2207316#M7016</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-08-13T02:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: tAggregateSortedRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tAggregateSortedRow/m-p/2207317#M7017</link>
      <description>If we put -1 as a value to number of rows then it works. is this a bug or proper? If it is proper then the entire number of rows is completely optional.
&lt;BR /&gt;What is behavior of tAggregateSortedRow if you supply -1 as row count if it expects to know the end of the file?</description>
      <pubDate>Mon, 06 Jul 2009 19:09:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tAggregateSortedRow/m-p/2207317#M7017</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-06T19:09:52Z</dc:date>
    </item>
  </channel>
</rss>

