<?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 Update record only when there is a change using tOracleInput and use in CDC in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Update-record-only-when-there-is-a-change-using-tOracleInput-and/m-p/2277165#M53025</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am working on a requirement, where I need to find out new and updated records from a full delivery from source system to Data warehouse. I&amp;nbsp; need to capture those changes and process them into SCD table.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;I have a table called 'A', where I get a full delivery. Then, I load data from table 'A' to table 'B' with some additional look ups. Table 'B' has action on data insert or update. It also has primary key, so it finds new records and updates changed record.&lt;/LI&gt; 
 &lt;LI&gt;I also have set up Change Data Capture on table 'B' in order to get changes and from table 'B', I load them to a SCD table.&lt;/LI&gt; 
 &lt;LI&gt;The problem here is that - even when there is no change in records, the records are updated in table 'B'. And I get all of them through CDC. For example - If I execute 10 records for the first time, it gets through and I get 10 records. When I execute the same 10 records again, it should not give me any records as there is no change is the data. But CDC gives me the same 10 records again.&lt;/LI&gt; 
 &lt;LI&gt;I have checked the trace log, with insert or update option on table, talend updates even if there is no change.&amp;nbsp;&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;P&gt;How do I avoid updating when there is no change so that it doesn't come through CDC?&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 02:49:43 GMT</pubDate>
    <dc:creator>BBD1</dc:creator>
    <dc:date>2024-11-16T02:49:43Z</dc:date>
    <item>
      <title>Update record only when there is a change using tOracleInput and use in CDC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Update-record-only-when-there-is-a-change-using-tOracleInput-and/m-p/2277165#M53025</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am working on a requirement, where I need to find out new and updated records from a full delivery from source system to Data warehouse. I&amp;nbsp; need to capture those changes and process them into SCD table.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;I have a table called 'A', where I get a full delivery. Then, I load data from table 'A' to table 'B' with some additional look ups. Table 'B' has action on data insert or update. It also has primary key, so it finds new records and updates changed record.&lt;/LI&gt; 
 &lt;LI&gt;I also have set up Change Data Capture on table 'B' in order to get changes and from table 'B', I load them to a SCD table.&lt;/LI&gt; 
 &lt;LI&gt;The problem here is that - even when there is no change in records, the records are updated in table 'B'. And I get all of them through CDC. For example - If I execute 10 records for the first time, it gets through and I get 10 records. When I execute the same 10 records again, it should not give me any records as there is no change is the data. But CDC gives me the same 10 records again.&lt;/LI&gt; 
 &lt;LI&gt;I have checked the trace log, with insert or update option on table, talend updates even if there is no change.&amp;nbsp;&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;P&gt;How do I avoid updating when there is no change so that it doesn't come through CDC?&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:49:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Update-record-only-when-there-is-a-change-using-tOracleInput-and/m-p/2277165#M53025</guid>
      <dc:creator>BBD1</dc:creator>
      <dc:date>2024-11-16T02:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Update record only when there is a change using tOracleInput and use in CDC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Update-record-only-when-there-is-a-change-using-tOracleInput-and/m-p/2277166#M53026</link>
      <description>&lt;P&gt;Any expert here for advice?&lt;/P&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;HR /&gt; 
 &lt;A href="https://community.qlik.com/s/profile/0053p0000078BTDAA2"&gt;@BBD&lt;/A&gt;&amp;nbsp;wrote: 
 &lt;BR /&gt; 
 &lt;P&gt;Hi,&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;P&gt;I am working on a requirement, where I need to find out new and updated records from a full delivery from source system to Data warehouse. I&amp;nbsp; need to capture those changes and process them into SCD table.&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;UL&gt; 
  &lt;LI&gt;I have a table called 'A', where I get a full delivery. Then, I load data from table 'A' to table 'B' with some additional look ups. Table 'B' has action on data insert or update. It also has primary key, so it finds new records and updates changed record.&lt;/LI&gt; 
  &lt;LI&gt;I also have set up Change Data Capture on table 'B' in order to get changes and from table 'B', I load them to a SCD table.&lt;/LI&gt; 
  &lt;LI&gt;The problem here is that - even when there is no change in records, the records are updated in table 'B'. And I get all of them through CDC. For example - If I execute 10 records for the first time, it gets through and I get 10 records. When I execute the same 10 records again, it should not give me any records as there is no change is the data. But CDC gives me the same 10 records again.&lt;/LI&gt; 
  &lt;LI&gt;I have checked the trace log, with insert or update option on table, talend updates even if there is no change.&amp;nbsp;&lt;/LI&gt; 
 &lt;/UL&gt; 
 &lt;P&gt;How do I avoid updating when there is no change so that it doesn't come through CDC?&amp;nbsp;&lt;/P&gt; 
 &lt;P&gt;&amp;nbsp;&lt;/P&gt; 
 &lt;HR /&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2020 14:03:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Update-record-only-when-there-is-a-change-using-tOracleInput-and/m-p/2277166#M53026</guid>
      <dc:creator>BBD1</dc:creator>
      <dc:date>2020-04-01T14:03:52Z</dc:date>
    </item>
  </channel>
</rss>

