<?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: Insted of CDC in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Insted-of-CDC/m-p/2340875#M108873</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="4"&gt;With community version,&amp;nbsp; you can match the table and compare all records to conclude the needed inserted records, updated records, and deleted records.&amp;nbsp;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="4"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="4"&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;/FONT&gt;&lt;BR /&gt;&lt;FONT size="4"&gt;The work flow should be: Target DB--&amp;gt;tMap(make inner join on your input and set the "Catch lookup inner join reject" as true)--&amp;gt;output&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="4"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Source DB--&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="4"&gt;The output will be the changed data.&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="4"&gt;Best regards&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="4"&gt;Sabrina&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 23 Nov 2017 08:34:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-11-23T08:34:39Z</dc:date>
    <item>
      <title>Insted of CDC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Insted-of-CDC/m-p/2340873#M108871</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm using talend 6.4 open studio for data integration and I came to know that CDC is not availiable in open studio&lt;/P&gt;
&lt;P&gt;are there any options to go instead of CDC in talend, I want to load updated,deleted,inserted rows in ware house&lt;/P&gt;
&lt;P&gt;after every 10 minutes please help me&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance..&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2017 11:23:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Insted-of-CDC/m-p/2340873#M108871</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-22T11:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Insted of CDC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Insted-of-CDC/m-p/2340874#M108872</link>
      <description>Hi, 
&lt;BR /&gt;You can make use of tmssqlscd component to find inserts and updates. You have similar scd components for most of the databases. For deletions create another job and do a inner join on key. Rejects should be the deletes. 
&lt;BR /&gt; 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Ramachandran B</description>
      <pubDate>Wed, 22 Nov 2017 17:30:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Insted-of-CDC/m-p/2340874#M108872</guid>
      <dc:creator>brama</dc:creator>
      <dc:date>2017-11-22T17:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: Insted of CDC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Insted-of-CDC/m-p/2340875#M108873</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="4"&gt;With community version,&amp;nbsp; you can match the table and compare all records to conclude the needed inserted records, updated records, and deleted records.&amp;nbsp;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="4"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="4"&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;/FONT&gt;&lt;BR /&gt;&lt;FONT size="4"&gt;The work flow should be: Target DB--&amp;gt;tMap(make inner join on your input and set the "Catch lookup inner join reject" as true)--&amp;gt;output&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="4"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Source DB--&amp;gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="4"&gt;The output will be the changed data.&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="4"&gt;Best regards&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="4"&gt;Sabrina&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2017 08:34:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Insted-of-CDC/m-p/2340875#M108873</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-23T08:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Insted of CDC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Insted-of-CDC/m-p/2340876#M108874</link>
      <description>How to use that component can you give me description of that component plz&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Nov 2017 09:24:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Insted-of-CDC/m-p/2340876#M108874</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-23T09:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Insted of CDC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Insted-of-CDC/m-p/2340877#M108875</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;You can use tMap component to achieve your goal in talend open source.&lt;/P&gt;
&lt;P&gt;Here are online documents about:&lt;A title="TalendHelpCenter:tMap" href="https://help.talend.com/reader/9FFnA0qlPWHbImGjIZazIg/aM9~r__OiTZCln1~ltFzLA" target="_self" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:tMap&lt;/A&gt; and &lt;A title="TalendHelpCenter:Mapping data sources using inner join" href="https://help.talend.com/reader/XQq6s8HhW4ULahhBcQ6kpg/Fg3ThoW90Qkss2L6Z63ksw" target="_self" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Mapping data sources using inner join&lt;/A&gt;. Hope it will be helpful for you.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Nov 2017 03:15:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Insted-of-CDC/m-p/2340877#M108875</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-24T03:15:09Z</dc:date>
    </item>
  </channel>
</rss>

