<?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 talend import data into a database without duplicating data in Talend Data Catalog</title>
    <link>https://community.qlik.com/t5/Talend-Data-Catalog/talend-import-data-into-a-database-without-duplicating-data/m-p/2342065#M2073</link>
    <description>&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a job which imports data from an API REST into a database SQL Server and this job is scheduled to be executed every month, the problem is that even if the data already exists on the database it injects it as same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to inject that data which does not exist in the database. &lt;/P&gt;&lt;P&gt;Any help please,&lt;/P&gt;&lt;P&gt;thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 00:24:43 GMT</pubDate>
    <dc:creator>oguedda</dc:creator>
    <dc:date>2024-11-16T00:24:43Z</dc:date>
    <item>
      <title>talend import data into a database without duplicating data</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/talend-import-data-into-a-database-without-duplicating-data/m-p/2342065#M2073</link>
      <description>&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a job which imports data from an API REST into a database SQL Server and this job is scheduled to be executed every month, the problem is that even if the data already exists on the database it injects it as same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to inject that data which does not exist in the database. &lt;/P&gt;&lt;P&gt;Any help please,&lt;/P&gt;&lt;P&gt;thank you in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:24:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/talend-import-data-into-a-database-without-duplicating-data/m-p/2342065#M2073</guid>
      <dc:creator>oguedda</dc:creator>
      <dc:date>2024-11-16T00:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: talend import data into a database without duplicating data</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/talend-import-data-into-a-database-without-duplicating-data/m-p/2342066#M2074</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Would you mind posting your job design screenshots here? Are you trying to capturing changed data via tMap component in your work flow?&lt;/P&gt;&lt;P&gt;If you want to&amp;nbsp;capture the changed data and only load these changed data into target table to achieve table sync, you can compare tables by using tMap.&lt;/P&gt;&lt;P&gt;The work flow should be:&lt;/P&gt;&lt;P&gt;Target DB--&amp;gt;tMap(inner join for input and set the "Catch lookup inner join" as true)--&amp;gt;output&lt;/P&gt;&lt;P&gt;&amp;nbsp;Source DB--&amp;gt;&lt;/P&gt;&lt;P&gt;The output will be the changed data.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 06:49:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/talend-import-data-into-a-database-without-duplicating-data/m-p/2342066#M2074</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-19T06:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: talend import data into a database without duplicating data</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/talend-import-data-into-a-database-without-duplicating-data/m-p/2342067#M2075</link>
      <description>&lt;P&gt;Hello @Xiaodi Shi​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you for your answer, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found the solution by adding the primary key in my table and on the database parameters you have to choose "insert if not exist" instead of "insert" as indicated in the screenshoot&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p00000C8WoOAAV.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157386iA3066DEA1892FAF6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p00000C8WoOAAV.png" alt="0693p00000C8WoOAAV.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hoping that help someone &lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 08:38:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/talend-import-data-into-a-database-without-duplicating-data/m-p/2342067#M2075</guid>
      <dc:creator>oguedda</dc:creator>
      <dc:date>2021-03-19T08:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: talend import data into a database without duplicating data</title>
      <link>https://community.qlik.com/t5/Talend-Data-Catalog/talend-import-data-into-a-database-without-duplicating-data/m-p/2342068#M2076</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Great it is resolved by yourself. Thanks for letting us know your solution.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 22 Mar 2021 04:41:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Data-Catalog/talend-import-data-into-a-database-without-duplicating-data/m-p/2342068#M2076</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-22T04:41:33Z</dc:date>
    </item>
  </channel>
</rss>

