<?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 [resolved] tSortRow with RowNumber in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-tSortRow-with-RowNumber/m-p/2228729#M19899</link>
    <description>Hello Talend Team, 
&lt;BR /&gt;I have csv delimiter file which contains column accountname and accountaddress. I want unique accountname with only one address details. 
&lt;BR /&gt;my csv data file 
&lt;BR /&gt;accountname accountaddress 
&lt;BR /&gt;account1 add1 
&lt;BR /&gt;account1 add2 
&lt;BR /&gt;account2 add1 
&lt;BR /&gt;account2 add2 
&lt;BR /&gt;account1 add3 
&lt;BR /&gt;I want output file like 
&lt;BR /&gt;accountname accountaddress 
&lt;BR /&gt;account1 add3 
&lt;BR /&gt;account2 add2 
&lt;BR /&gt;So I have designed my job like 
&lt;BR /&gt;tFileInputdelimiter ---------------&amp;gt;tSortRow--------------&amp;gt;tUniqueRow----------------&amp;gt;tFileOutputdelimiter 
&lt;BR /&gt; (accountname) (accountname) 
&lt;BR /&gt;but its gives me output file as mentioned below with first address instead of last address. 
&lt;BR /&gt;accountname accountaddress 
&lt;BR /&gt;account1 add1 
&lt;BR /&gt;account2 add1 
&lt;BR /&gt;please help me how I achieve output file with last address only or is there any way to sort by row number? 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Nitin</description>
    <pubDate>Sat, 02 Jun 2012 09:20:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-06-02T09:20:22Z</dc:date>
    <item>
      <title>[resolved] tSortRow with RowNumber</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tSortRow-with-RowNumber/m-p/2228729#M19899</link>
      <description>Hello Talend Team, 
&lt;BR /&gt;I have csv delimiter file which contains column accountname and accountaddress. I want unique accountname with only one address details. 
&lt;BR /&gt;my csv data file 
&lt;BR /&gt;accountname accountaddress 
&lt;BR /&gt;account1 add1 
&lt;BR /&gt;account1 add2 
&lt;BR /&gt;account2 add1 
&lt;BR /&gt;account2 add2 
&lt;BR /&gt;account1 add3 
&lt;BR /&gt;I want output file like 
&lt;BR /&gt;accountname accountaddress 
&lt;BR /&gt;account1 add3 
&lt;BR /&gt;account2 add2 
&lt;BR /&gt;So I have designed my job like 
&lt;BR /&gt;tFileInputdelimiter ---------------&amp;gt;tSortRow--------------&amp;gt;tUniqueRow----------------&amp;gt;tFileOutputdelimiter 
&lt;BR /&gt; (accountname) (accountname) 
&lt;BR /&gt;but its gives me output file as mentioned below with first address instead of last address. 
&lt;BR /&gt;accountname accountaddress 
&lt;BR /&gt;account1 add1 
&lt;BR /&gt;account2 add1 
&lt;BR /&gt;please help me how I achieve output file with last address only or is there any way to sort by row number? 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Nitin</description>
      <pubDate>Sat, 02 Jun 2012 09:20:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tSortRow-with-RowNumber/m-p/2228729#M19899</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-02T09:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tSortRow with RowNumber</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tSortRow-with-RowNumber/m-p/2228730#M19900</link>
      <description>Hi 
&lt;BR /&gt;Yes, you can add an row number for each and sort by the row number. To do it: 
&lt;BR /&gt;1. Add a new column on the output table on tMap, let's call it 'row_number', set its expression as Numeric.sequence("s1",1,1) 
&lt;BR /&gt;2. On tSortRow component, sort by row_number with desc order. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Sat, 02 Jun 2012 13:38:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tSortRow-with-RowNumber/m-p/2228730#M19900</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-02T13:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tSortRow with RowNumber</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tSortRow-with-RowNumber/m-p/2228731#M19901</link>
      <description>Thank you shong.</description>
      <pubDate>Mon, 04 Jun 2012 06:06:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tSortRow-with-RowNumber/m-p/2228731#M19901</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-04T06:06:33Z</dc:date>
    </item>
  </channel>
</rss>

