<?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 DML Output in Qlik Replicate in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/DML-Output-in-Qlik-Replicate/m-p/2481654#M12735</link>
    <description>&lt;P&gt;Is it possible to generate DML statements instead of replicating to a destination ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 15 Sep 2024 16:49:23 GMT</pubDate>
    <dc:creator>rgulati</dc:creator>
    <dc:date>2024-09-15T16:49:23Z</dc:date>
    <item>
      <title>DML Output in Qlik Replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/DML-Output-in-Qlik-Replicate/m-p/2481654#M12735</link>
      <description>&lt;P&gt;Is it possible to generate DML statements instead of replicating to a destination ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Sep 2024 16:49:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/DML-Output-in-Qlik-Replicate/m-p/2481654#M12735</guid>
      <dc:creator>rgulati</dc:creator>
      <dc:date>2024-09-15T16:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: DML Output in Qlik Replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/DML-Output-in-Qlik-Replicate/m-p/2481661#M12736</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/313088"&gt;@rgulati&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Welcome to Qlik Community forum and thanks for reaching out here!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You may enable&amp;nbsp;the&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/replicate/May2024/Content/Global_Common/Content/SharedEMReplicate/Design%20Tasks/tasks_setup.htm#ar_tasks_1150461142_1273307:~:text=cannot%20be%20disabled.-,Store%20Changes,-%3A%20Click%20this%20button" target="_blank" rel="noopener nofollow noreferrer"&gt;store changes&lt;/A&gt;&amp;nbsp;to meet your need. This feature stores &amp;nbsp;all events (Update,Insert,Delete) in the associated&amp;nbsp;&lt;A title="change table" href="https://help.qlik.com/en-US/replicate/May2024/Content/Replicate/Main/Change%20Tables/use_change_tables.htm#ar_chg_tbls_3080803564_639641" target="_blank" rel="noopener nofollow noreferrer"&gt;change table&lt;/A&gt;&amp;nbsp;(__ct), each table owns itself __ct table.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please note that in some scenarios, change events are captured as individual row-level changes, rather than reflecting a single original DML operation from the source. For example, consider the following DML statement executed on the source side:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;update &lt;EM&gt;tableA&lt;/EM&gt; set &lt;EM&gt;ColA&lt;/EM&gt;=something where &lt;EM&gt;ColB&lt;/EM&gt;='condition';&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;If this operation affects 10 rows, the change table (__ct) will contain 10 separate DML entries instead of one single operation. These individual entries may also include other columns that help distinguish between the affected rows.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;John.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 00:55:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/DML-Output-in-Qlik-Replicate/m-p/2481661#M12736</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2024-09-16T00:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: DML Output in Qlik Replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/DML-Output-in-Qlik-Replicate/m-p/2481663#M12737</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/313088"&gt;@rgulati&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've attached a screen capture of the change table (__ct) for your reference.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DesmondWOO_0-1726455188010.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/171669i59809B2F89F269B4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DesmondWOO_0-1726455188010.png" alt="DesmondWOO_0-1726455188010.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;In the picture above, id, c1 and c2 are&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;the columns of the target table, while the other columns are Qlik Replicate's header columns.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;BR /&gt;Desmond&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 03:01:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/DML-Output-in-Qlik-Replicate/m-p/2481663#M12737</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2024-09-16T03:01:51Z</dc:date>
    </item>
  </channel>
</rss>

