<?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: How to make transaction id as custom key from the header data for the event in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-make-transaction-id-as-custom-key-from-the-header-data/m-p/2152415#M8501</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/258108"&gt;@murali23krishna&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can try&amp;nbsp;&lt;A title="AR_H_CHANGE_SEQ" href="https://help.qlik.com/en-US/replicate/November2023/Content/Global_Common/Content/SharedEMReplicate/Customize%20Tasks/tasks_headColumns.htm#ar_tasks_custom_1624443382_1713442:~:text=are%20described%20below.-,AR_H_CHANGE_SEQ,-Value%20in%20Change" target="_blank" rel="noopener"&gt;$AR_H_CHANGE_SEQ&lt;/A&gt;. Please be aware that&amp;nbsp;&lt;SPAN&gt;resuming the task from a previous position will result in a different change sequence for the same record.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Desmond&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Dec 2023 10:23:54 GMT</pubDate>
    <dc:creator>DesmondWOO</dc:creator>
    <dc:date>2023-12-13T10:23:54Z</dc:date>
    <item>
      <title>How to make transaction id as custom key from the header data for the event</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-make-transaction-id-as-custom-key-from-the-header-data/m-p/2152119#M8487</link>
      <description>&lt;P&gt;We have a scenario where we do not want to use the table primary key as the key, instead, I would want to use the transaction id present in the headers, is there a way to achieve it by using transformations?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2023 15:27:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-make-transaction-id-as-custom-key-from-the-header-data/m-p/2152119#M8487</guid>
      <dc:creator>murali23krishna</dc:creator>
      <dc:date>2023-12-12T15:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to make transaction id as custom key from the header data for the event</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-make-transaction-id-as-custom-key-from-the-header-data/m-p/2152292#M8490</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/258108"&gt;@murali23krishna&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks for reaching Qlik community.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;On the transformation page, you can add a new column with $AR_H_TRANSACTION_ID value to get the transaction&amp;nbsp;ID. However,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;SPAN&gt;1. There is no transaction ID for full load. It will cause skewed data to one partition.&lt;BR /&gt;2. A discrepancy exists between&amp;nbsp;$AR_H_TRANSACTION_ID and Kafka's transactionId. For example,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-60px"&gt;&lt;SPAN&gt;$AR_H_TRANSACTION_ID : "E0FAB00100000000"&lt;BR /&gt;Kafka's header transactionId: "E0FAB001000000000000000000000000"&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Desmond&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 04:45:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-make-transaction-id-as-custom-key-from-the-header-data/m-p/2152292#M8490</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2023-12-13T04:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to make transaction id as custom key from the header data for the event</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-make-transaction-id-as-custom-key-from-the-header-data/m-p/2152312#M8492</link>
      <description>&lt;P&gt;Is this $AR_H_TRANSACTION_ID&amp;nbsp; is unique for every transaction or it can be duplicated across?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 06:22:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-make-transaction-id-as-custom-key-from-the-header-data/m-p/2152312#M8492</guid>
      <dc:creator>murali23krishna</dc:creator>
      <dc:date>2023-12-13T06:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to make transaction id as custom key from the header data for the event</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-make-transaction-id-as-custom-key-from-the-header-data/m-p/2152318#M8493</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/258108"&gt;@murali23krishna&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;According to the&amp;nbsp;&lt;A title="AR_H_TRANSACTION_ID" href="https://help.qlik.com/en-US/replicate/November2023/Content/Global_Common/Content/SharedEMReplicate/Customize%20Tasks/tasks_headColumns.htm#ar_tasks_custom_1624443382_1713442:~:text=DATETIME-,AR_H_TRANSACTION_ID,-Value%20in%20Change" target="_blank" rel="noopener"&gt;user guide&lt;/A&gt;&amp;nbsp;, the uniqueness of the Transaction ID is not guaranteed.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Desmond&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 06:38:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-make-transaction-id-as-custom-key-from-the-header-data/m-p/2152318#M8493</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2023-12-13T06:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to make transaction id as custom key from the header data for the event</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-make-transaction-id-as-custom-key-from-the-header-data/m-p/2152320#M8494</link>
      <description>&lt;P&gt;Is there any other field from the header can be used as unique field?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 06:42:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-make-transaction-id-as-custom-key-from-the-header-data/m-p/2152320#M8494</guid>
      <dc:creator>murali23krishna</dc:creator>
      <dc:date>2023-12-13T06:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to make transaction id as custom key from the header data for the event</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-make-transaction-id-as-custom-key-from-the-header-data/m-p/2152330#M8496</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/258108"&gt;@murali23krishna&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Which source database are you using?&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Desmond&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 07:20:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-make-transaction-id-as-custom-key-from-the-header-data/m-p/2152330#M8496</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2023-12-13T07:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to make transaction id as custom key from the header data for the event</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-make-transaction-id-as-custom-key-from-the-header-data/m-p/2152331#M8497</link>
      <description>&lt;P&gt;It is a oracle database&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 07:21:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-make-transaction-id-as-custom-key-from-the-header-data/m-p/2152331#M8497</guid>
      <dc:creator>murali23krishna</dc:creator>
      <dc:date>2023-12-13T07:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to make transaction id as custom key from the header data for the event</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-make-transaction-id-as-custom-key-from-the-header-data/m-p/2152415#M8501</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/258108"&gt;@murali23krishna&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You can try&amp;nbsp;&lt;A title="AR_H_CHANGE_SEQ" href="https://help.qlik.com/en-US/replicate/November2023/Content/Global_Common/Content/SharedEMReplicate/Customize%20Tasks/tasks_headColumns.htm#ar_tasks_custom_1624443382_1713442:~:text=are%20described%20below.-,AR_H_CHANGE_SEQ,-Value%20in%20Change" target="_blank" rel="noopener"&gt;$AR_H_CHANGE_SEQ&lt;/A&gt;. Please be aware that&amp;nbsp;&lt;SPAN&gt;resuming the task from a previous position will result in a different change sequence for the same record.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Desmond&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 10:23:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-make-transaction-id-as-custom-key-from-the-header-data/m-p/2152415#M8501</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2023-12-13T10:23:54Z</dc:date>
    </item>
  </channel>
</rss>

