<?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: Find unique rows in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Find-unique-rows/m-p/2324979#M94621</link>
    <description>&lt;P&gt;Concatenate the columns for name, email and phone, then use tuniquerow to filter for unique only.&lt;/P&gt;</description>
    <pubDate>Wed, 10 Feb 2021 02:30:59 GMT</pubDate>
    <dc:creator>JSey</dc:creator>
    <dc:date>2021-02-10T02:30:59Z</dc:date>
    <item>
      <title>Find unique rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Find-unique-rows/m-p/2324977#M94619</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the input&lt;/P&gt;&lt;P&gt;name	mobile	        email	             seg	date	             remark&lt;/P&gt;&lt;P&gt;AAAAA	1234567890	aa@gmail.com	a	02-01-2020	a1&lt;/P&gt;&lt;P&gt;BBBBB	1234567890	aa@gmail.com	a	03-01-2020	a2&lt;/P&gt;&lt;P&gt;CCCCC	1234567890	aa@gmail.com	a	04-01-2020	a3&lt;/P&gt;&lt;P&gt;AAAAA	1234567890	aa@gmail.com	a	05-01-2020	a4&lt;/P&gt;&lt;P&gt;DDDDD	1234567890	aa@gmail.com	a	06-01-2020	a5&lt;/P&gt;&lt;P&gt;BBBBB	1234567890	aa@gmail.com	a	07-01-2020	a6&lt;/P&gt;&lt;P&gt;EEEEEE	1234567890	aa@gmail.com	a	08-01-2020	a7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want unique rows based on "&lt;/P&gt;&lt;P&gt;name, mobile &amp;amp; email"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Required Output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;name	mobile	        email	             seg	date	             remark&lt;/P&gt;&lt;P&gt;CCCCC	1234567890	aa@gmail.com	a	04-01-2020	a3&lt;/P&gt;&lt;P&gt;DDDDD	1234567890	aa@gmail.com	a	06-01-2020	a5&lt;/P&gt;&lt;P&gt;EEEEEE	1234567890	aa@gmail.com	a	08-01-2020	a7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance : ) &lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:39:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Find-unique-rows/m-p/2324977#M94619</guid>
      <dc:creator>paresh1</dc:creator>
      <dc:date>2024-11-16T00:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Find unique rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Find-unique-rows/m-p/2324978#M94620</link>
      <description>&lt;P&gt;@Paresh Pawar​&amp;nbsp;,check the below example. and you can use tUniquerow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;https://help.talend.com/r/mjoDghHoMPI0yuyZ83a13Q/CytSFvc9E9EvOIKU8pToFQ&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 11:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Find-unique-rows/m-p/2324978#M94620</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2021-02-09T11:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Find unique rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Find-unique-rows/m-p/2324979#M94621</link>
      <description>&lt;P&gt;Concatenate the columns for name, email and phone, then use tuniquerow to filter for unique only.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 02:30:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Find-unique-rows/m-p/2324979#M94621</guid>
      <dc:creator>JSey</dc:creator>
      <dc:date>2021-02-10T02:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Find unique rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Find-unique-rows/m-p/2324980#M94622</link>
      <description>&lt;P&gt;Thanks @Manohar B​&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried it but output is like &lt;/P&gt;&lt;P&gt;AAAAA	1234567890	aa@gmail.com	a	Thu Jan 02 00:00:00 IST 2020	a1&lt;/P&gt;&lt;P&gt;BBBBB	1234567890	aa@gmail.com	a	Fri Jan 03 00:00:00 IST 2020	a2&lt;/P&gt;&lt;P&gt;CCCCC	1234567890	aa@gmail.com	a	Sat Jan 04 00:00:00 IST 2020	a3&lt;/P&gt;&lt;P&gt;DDDDD	1234567890	aa@gmail.com	a	Mon Jan 06 00:00:00 IST 2020	a5&lt;/P&gt;&lt;P&gt;EEEEEE	1234567890	aa@gmail.com	a	Wed Jan 08 00:00:00 IST 2020	a7&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;whereas I should only get rows for below names as they are unique&lt;/P&gt;&lt;P&gt;CCCCC	&lt;/P&gt;&lt;P&gt;DDDDD	&lt;/P&gt;&lt;P&gt;EEEEEE	&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 10:23:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Find-unique-rows/m-p/2324980#M94622</guid>
      <dc:creator>paresh1</dc:creator>
      <dc:date>2021-02-10T10:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Find unique rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Find-unique-rows/m-p/2324981#M94623</link>
      <description>&lt;P&gt;Thanks @Johnny Sey​&amp;nbsp;&lt;/P&gt;&lt;P&gt;tunique is doing distinct but not finding only unique rows &lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 10:25:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Find-unique-rows/m-p/2324981#M94623</guid>
      <dc:creator>paresh1</dc:creator>
      <dc:date>2021-02-10T10:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Find unique rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Find-unique-rows/m-p/2324982#M94624</link>
      <description>&lt;P&gt;@Paresh Pawar​&amp;nbsp;, you need to sort the data which you wan to get and then use tUniquerow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;as part of sort include date column descending order.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 11:53:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Find-unique-rows/m-p/2324982#M94624</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2021-02-10T11:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Find unique rows</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Find-unique-rows/m-p/2324983#M94625</link>
      <description>&lt;P&gt;You can use the tAggregateRow and use the count function and group by using the 3 columns and then output only those rows whose count is equal 1​&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 19:14:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Find-unique-rows/m-p/2324983#M94625</guid>
      <dc:creator>Prakhar1</dc:creator>
      <dc:date>2021-02-10T19:14:29Z</dc:date>
    </item>
  </channel>
</rss>

