<?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: How to ignore 'duplicate key' errors in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-ignore-duplicate-key-errors/m-p/2321097#M91170</link>
    <description>It seems to be working.
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Massimo</description>
    <pubDate>Thu, 10 Sep 2009 20:11:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-09-10T20:11:11Z</dc:date>
    <item>
      <title>How to ignore 'duplicate key' errors</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-ignore-duplicate-key-errors/m-p/2321092#M91165</link>
      <description>Hello all, 
&lt;BR /&gt;I'm sorry to bother you with stupid question, but I'm new to TOS and I'm not able to find anything similar in both UG and this forum. 
&lt;BR /&gt;I want to pump data from a MySQL schema to an other MySQL schema, ignoring duplicate key errors on destination table. 
&lt;BR /&gt;I gave a try to all available 'Action on data' on tMysqlOutput, but nothing seems to fit (I don't really want to update existing data). 
&lt;BR /&gt;Any suggestion would be very appreciated. 
&lt;BR /&gt;Thanks and regards, 
&lt;BR /&gt;Massimo</description>
      <pubDate>Sat, 16 Nov 2024 13:46:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-ignore-duplicate-key-errors/m-p/2321092#M91165</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore 'duplicate key' errors</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-ignore-duplicate-key-errors/m-p/2321093#M91166</link>
      <description>Either fetch unique values from the database or use the tUniqueRow component for moving unique rows to the target table.
&lt;BR /&gt;Thanks and Regards,
&lt;BR /&gt;Pravu Mishra.</description>
      <pubDate>Thu, 10 Sep 2009 15:14:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-ignore-duplicate-key-errors/m-p/2321093#M91166</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-10T15:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore 'duplicate key' errors</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-ignore-duplicate-key-errors/m-p/2321094#M91167</link>
      <description>Try the action "insert if not exist".</description>
      <pubDate>Thu, 10 Sep 2009 15:30:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-ignore-duplicate-key-errors/m-p/2321094#M91167</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-10T15:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore 'duplicate key' errors</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-ignore-duplicate-key-errors/m-p/2321095#M91168</link>
      <description>Hi nkxxDV, 
&lt;BR /&gt;unfortunately the only 'Action on data' I get in Component panel of tMysqlOutput are: 
&lt;BR /&gt;- insert 
&lt;BR /&gt;- update 
&lt;BR /&gt;- insert or update 
&lt;BR /&gt;- update or insert 
&lt;BR /&gt;- delete 
&lt;BR /&gt;- replace 
&lt;BR /&gt;- insert or update on duplicate key or unique index 
&lt;BR /&gt;I run TOS 3.1.3 build r26090. 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Massimo</description>
      <pubDate>Thu, 10 Sep 2009 17:03:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-ignore-duplicate-key-errors/m-p/2321095#M91168</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-10T17:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore 'duplicate key' errors</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-ignore-duplicate-key-errors/m-p/2321096#M91169</link>
      <description>Ok, indeed it only exists for tMSSqlOutput.&lt;BR /&gt;Then I suggest you to fetch all the primary keys from your destination table and use it as a lookup for your main flow. You will do the join on the primary key and only output rejected rows.</description>
      <pubDate>Thu, 10 Sep 2009 17:11:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-ignore-duplicate-key-errors/m-p/2321096#M91169</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-10T17:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore 'duplicate key' errors</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-ignore-duplicate-key-errors/m-p/2321097#M91170</link>
      <description>It seems to be working.
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Massimo</description>
      <pubDate>Thu, 10 Sep 2009 20:11:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-ignore-duplicate-key-errors/m-p/2321097#M91170</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-09-10T20:11:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to ignore 'duplicate key' errors</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-ignore-duplicate-key-errors/m-p/2321098#M91171</link>
      <description>What about choosing insert or update on duplicate key or unique index AND Advanced Settings &amp;gt; Use Field Options and selecting the primary key column(s) as Updateable
&lt;BR /&gt;
&lt;BR /&gt;edit: ETL seemed to work even without any updateable columns but this is invalid syntax and it would sometimes (?) recognise it or will hang so you are better to update the primary key (i.e. change nothing)</description>
      <pubDate>Tue, 05 Jun 2012 03:18:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-ignore-duplicate-key-errors/m-p/2321098#M91171</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-05T03:18:56Z</dc:date>
    </item>
  </channel>
</rss>

