<?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: Remove duplicates from a MySQL table in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Remove-duplicates-from-a-MySQL-table/m-p/2306609#M78132</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Could you please try tUniqrow component for your use case?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Please refer the help document of this component?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.talend.com/reader/iJZ9g~EoO2NwssXWselCkQ/KDI5XVvKJYiPPiV0cKGtOw" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/iJZ9g~EoO2NwssXWselCkQ/KDI5XVvKJYiPPiV0cKGtOw&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
    <pubDate>Thu, 16 Aug 2018 10:43:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-08-16T10:43:53Z</dc:date>
    <item>
      <title>Remove duplicates from a MySQL table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Remove-duplicates-from-a-MySQL-table/m-p/2306607#M78130</link>
      <description>&lt;P&gt;Coming from SAS background, I am finding this basic task of deduping a dataset quite a chore with Talend. I am certain that it's to do with the lack of my experience with the tool.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to remove duplicates from a target dataset, after inserting the data. I can't seem to run multiple sql statements using tSortRow (MySQL) and I get the error - "You have an error in your SQL syntax". The set of queries work fine on the MySQL Workbench.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With SAS Data Management Studio, I could add a SAS code node and could run this sort procedure with noduplicates modifier. I was trying to do something similar by running the set of SQL queries, through tMySQLRow component.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do you guys do that? All I need is the talend way to deduplicate the data in the datasource.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 16:07:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Remove-duplicates-from-a-MySQL-table/m-p/2306607#M78130</guid>
      <dc:creator>sushantV</dc:creator>
      <dc:date>2018-08-15T16:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: Remove duplicates from a MySQL table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Remove-duplicates-from-a-MySQL-table/m-p/2306608#M78131</link>
      <description>&lt;P&gt;Hello sushantV,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;to run multiple SQL statements in one tMysqlRow, you have to set an additional jdbc parameter (allowMultiQueries) in advanced settings:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="jdbc parameters" style="width: 592px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LzV2.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158079iF92D4F021B65E8B6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LzV2.jpg" alt="0683p000009LzV2.jpg" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;jdbc parameters&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Best regards,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thomas&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2018 10:32:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Remove-duplicates-from-a-MySQL-table/m-p/2306608#M78131</guid>
      <dc:creator>ThWabi</dc:creator>
      <dc:date>2018-08-16T10:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Remove duplicates from a MySQL table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Remove-duplicates-from-a-MySQL-table/m-p/2306609#M78132</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; Could you please try tUniqrow component for your use case?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Please refer the help document of this component?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.talend.com/reader/iJZ9g~EoO2NwssXWselCkQ/KDI5XVvKJYiPPiV0cKGtOw" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/iJZ9g~EoO2NwssXWselCkQ/KDI5XVvKJYiPPiV0cKGtOw&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2018 10:43:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Remove-duplicates-from-a-MySQL-table/m-p/2306609#M78132</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-16T10:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Remove duplicates from a MySQL table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Remove-duplicates-from-a-MySQL-table/m-p/2306610#M78133</link>
      <description>&lt;P&gt;Hi sushantV,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
 &lt;HR /&gt;
 &lt;A href="https://community.qlik.com/s/profile/0053p000007LOZqAAO"&gt;@sushantV&lt;/A&gt;&amp;nbsp;wrote:
 &lt;BR /&gt;
 &lt;P&gt;I was trying to do something similar by running the set of SQL queries, through tMySQLRow component.&lt;/P&gt;
 &lt;P&gt;&amp;nbsp;&lt;/P&gt;
 &lt;HR /&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The tMysqlRow component is not a component that provides output. It can execute a query (or multiple queries) for each input row, but it does not give you data like the tMysqlInput component.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thomas&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Aug 2018 09:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Remove-duplicates-from-a-MySQL-table/m-p/2306610#M78133</guid>
      <dc:creator>ThWabi</dc:creator>
      <dc:date>2018-08-21T09:46:51Z</dc:date>
    </item>
  </channel>
</rss>

