<?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: Synchronize data between different table in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Synchronize-data-between-different-table/m-p/2349028#M116054</link>
    <description>&lt;P&gt;@Not defined Not defined​&amp;nbsp;, you need the Change Data Capture (CDC) functionality which is only available on enterprise subscription products, it captures the change data and update them into target table, for more details about CDC, see this documentation &lt;A href="https://help.talend.com/r/en-US/8.0/studio-user-guide/trigger-mode" alt="https://help.talend.com/r/en-US/8.0/studio-user-guide/trigger-mode" target="_blank"&gt;page&lt;/A&gt;. Without CDC, all data are read from input table and updated into target table even though some of data aren't changed.&lt;/P&gt;</description>
    <pubDate>Fri, 03 Mar 2023 08:53:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-03-03T08:53:59Z</dc:date>
    <item>
      <title>Synchronize data between different table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Synchronize-data-between-different-table/m-p/2349027#M116053</link>
      <description>&lt;P&gt;hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two mysql table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here Personal_ID is the primary Key&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table_input&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000ddhJKAAY.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154200i807AC186F71C6AF1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000ddhJKAAY.png" alt="0695b00000ddhJKAAY.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000ddhIlAAI.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152392iA62CCE401F81920E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000ddhIlAAI.png" alt="0695b00000ddhIlAAI.png" /&gt;&lt;/span&gt;here also Personal_ID is the &lt;/P&gt;&lt;P&gt;primary Key&lt;/P&gt;&lt;P&gt;I have another output table table_output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000ddhJPAAY.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157297i52C53000DF9FF516/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000ddhJPAAY.png" alt="0695b00000ddhJPAAY.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000ddhJZAAY.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/150753i805A3EC2DC3B8EF1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000ddhJZAAY.png" alt="0695b00000ddhJZAAY.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using talend open studio to migrate data from table_input to table_out and all 6 data came from table_input to table_out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000ddhK8AAI.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146710i2AEC80293B0654D5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000ddhK8AAI.png" alt="0695b00000ddhK8AAI.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my table_input configuration is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000ddhJtAAI.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141631i9D39DF6CD041179E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000ddhJtAAI.png" alt="0695b00000ddhJtAAI.png" /&gt;&lt;/span&gt;tMap configuration is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000ddhK3AAI.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147523iACD61C93C7B40715/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000ddhK3AAI.png" alt="0695b00000ddhK3AAI.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and table_out configuration is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000ddhKIAAY.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157522i6F22573CD5705395/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000ddhKIAAY.png" alt="0695b00000ddhKIAAY.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000ddhKNAAY.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154521iF22C45CB5CB7FD70/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000ddhKNAAY.png" alt="0695b00000ddhKNAAY.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000ddhKcAAI.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145312iFF2EA0DD7E256038/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000ddhKcAAI.png" alt="0695b00000ddhKcAAI.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;So the issue is when I insert new data into table_input I want to get an&lt;U&gt; update only that new data&lt;/U&gt;, &lt;U&gt;not all / everything from table_input&lt;/U&gt;.&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;please help me with where is my issue is.. several times i have tried but failed&lt;/B&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>Fri, 15 Nov 2024 22:02:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Synchronize-data-between-different-table/m-p/2349027#M116053</guid>
      <dc:creator>modara</dc:creator>
      <dc:date>2024-11-15T22:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronize data between different table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Synchronize-data-between-different-table/m-p/2349028#M116054</link>
      <description>&lt;P&gt;@Not defined Not defined​&amp;nbsp;, you need the Change Data Capture (CDC) functionality which is only available on enterprise subscription products, it captures the change data and update them into target table, for more details about CDC, see this documentation &lt;A href="https://help.talend.com/r/en-US/8.0/studio-user-guide/trigger-mode" alt="https://help.talend.com/r/en-US/8.0/studio-user-guide/trigger-mode" target="_blank"&gt;page&lt;/A&gt;. Without CDC, all data are read from input table and updated into target table even though some of data aren't changed.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2023 08:53:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Synchronize-data-between-different-table/m-p/2349028#M116054</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-03-03T08:53:59Z</dc:date>
    </item>
  </channel>
</rss>

