<?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: Qlik Replicate | Adding a custom Header in Kafka Message in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Adding-a-custom-Header-in-Kafka-Message/m-p/2456954#M11268</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;&amp;nbsp;, Thanks for the response, I went through the shared article. Actually i am looking to add a custom header in the message instead of adding a column in the data(&lt;STRONG&gt;"customerHeader": "customValue"&lt;/STRONG&gt;). PFB example for reference:&lt;/P&gt;
&lt;P&gt;{&lt;BR /&gt;"data": {&lt;BR /&gt;"CUSTOMERREF": "206.0000000000",&lt;BR /&gt;"DESCRIPTION": "TESTING",&lt;BR /&gt;"ACTION": "INSERT"&lt;BR /&gt;},&lt;BR /&gt;"beforeData": null,&lt;BR /&gt;"headers": {&lt;BR /&gt;&lt;STRONG&gt;"customerHeader": "customValue",&lt;/STRONG&gt;&lt;BR /&gt;"operation": "INSERT",&lt;BR /&gt;"changeSequence": "20240528082007000000000000000000005",&lt;BR /&gt;"timestamp": "2024-05-28T08:20:05.000",&lt;BR /&gt;"streamPosition": "00000db9.3f2abeb7.00000001.0000.02.0000:4021.301196.16",&lt;BR /&gt;"transactionId": "00000000000000000000000000050023",&lt;BR /&gt;"changeMask": "1F",&lt;BR /&gt;"columnMask": "1F",&lt;BR /&gt;"transactionEventCounter": 1,&lt;BR /&gt;"transactionLastEvent": true&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;I hope this JSON example will clarify my need &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 28 May 2024 12:33:47 GMT</pubDate>
    <dc:creator>shnaqi</dc:creator>
    <dc:date>2024-05-28T12:33:47Z</dc:date>
    <item>
      <title>Qlik Replicate | Adding a custom Header in Kafka Message</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Adding-a-custom-Header-in-Kafka-Message/m-p/2456916#M11263</link>
      <description>&lt;P&gt;I am using Kafka as Target and want to add a new custom Header in the Kafka message:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="shnaqi_0-1716894038729.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166978i5CEB12B1A2A40CE0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="shnaqi_0-1716894038729.png" alt="shnaqi_0-1716894038729.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Can anyone please assist that how it can be achieved in Qlik Replicate.&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 11:05:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Adding-a-custom-Header-in-Kafka-Message/m-p/2456916#M11263</guid>
      <dc:creator>shnaqi</dc:creator>
      <dc:date>2024-05-28T11:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate | Adding a custom Header in Kafka Message</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Adding-a-custom-Header-in-Kafka-Message/m-p/2456942#M11266</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/300714"&gt;@shnaqi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Welcome to Qlik Community forum and thanks for reaching out here!&lt;/P&gt;
&lt;P&gt;I'm assuming you want to add an additional calculated column to the Kafka message, we have a sample article:&amp;nbsp;&lt;SPAN&gt;&lt;A title="How to add tables name in Kafka message" href="https://community.qlik.com/t5/Official-Support-Articles/Qlik-Replicate-and-Kafka-target-How-to-add-tables-name-in-Kafka/ta-p/2115290" target="_blank" rel="noopener"&gt;How to add tables name in Kafka message&lt;/A&gt;.&lt;/SPAN&gt;&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>Tue, 28 May 2024 11:58:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Adding-a-custom-Header-in-Kafka-Message/m-p/2456942#M11266</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2024-05-28T11:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate | Adding a custom Header in Kafka Message</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Adding-a-custom-Header-in-Kafka-Message/m-p/2456954#M11268</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;&amp;nbsp;, Thanks for the response, I went through the shared article. Actually i am looking to add a custom header in the message instead of adding a column in the data(&lt;STRONG&gt;"customerHeader": "customValue"&lt;/STRONG&gt;). PFB example for reference:&lt;/P&gt;
&lt;P&gt;{&lt;BR /&gt;"data": {&lt;BR /&gt;"CUSTOMERREF": "206.0000000000",&lt;BR /&gt;"DESCRIPTION": "TESTING",&lt;BR /&gt;"ACTION": "INSERT"&lt;BR /&gt;},&lt;BR /&gt;"beforeData": null,&lt;BR /&gt;"headers": {&lt;BR /&gt;&lt;STRONG&gt;"customerHeader": "customValue",&lt;/STRONG&gt;&lt;BR /&gt;"operation": "INSERT",&lt;BR /&gt;"changeSequence": "20240528082007000000000000000000005",&lt;BR /&gt;"timestamp": "2024-05-28T08:20:05.000",&lt;BR /&gt;"streamPosition": "00000db9.3f2abeb7.00000001.0000.02.0000:4021.301196.16",&lt;BR /&gt;"transactionId": "00000000000000000000000000050023",&lt;BR /&gt;"changeMask": "1F",&lt;BR /&gt;"columnMask": "1F",&lt;BR /&gt;"transactionEventCounter": 1,&lt;BR /&gt;"transactionLastEvent": true&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;I hope this JSON example will clarify my need &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 12:33:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Adding-a-custom-Header-in-Kafka-Message/m-p/2456954#M11268</guid>
      <dc:creator>shnaqi</dc:creator>
      <dc:date>2024-05-28T12:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate | Adding a custom Header in Kafka Message</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Adding-a-custom-Header-in-Kafka-Message/m-p/2456974#M11270</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/300714"&gt;@shnaqi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for the update.&lt;/P&gt;
&lt;P&gt;If I understand correctly, you hope the&amp;nbsp;&lt;SPAN&gt;additional calculated column appears in the "headers" part rather than "data" part. is that correct?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If yes, then the pre-built headers (in your picture) can be appeared in "headers" part (see item 4 in article &amp;nbsp;&lt;A title="How to add tables name in Kafka message" href="http://Task Settings   → Message Format  Enable the &amp;quot;Table Name&amp;quot;  option will include the header information in Kafka messages.  john_wang_8-1694406078922.png Prons: -- Affects all the tables -- This new feature was released in Replicate 2023.5 and above versions -- The table name appears in message's headers part (rather than data part)" target="_blank" rel="noopener"&gt;How to add tables name in Kafka message&lt;/A&gt;). The other additional&amp;nbsp;calculated column appears in "data" part (items 1 - 3 in the article).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;John.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 13:16:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Adding-a-custom-Header-in-Kafka-Message/m-p/2456974#M11270</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2024-05-28T13:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate | Adding a custom Header in Kafka Message</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Adding-a-custom-Header-in-Kafka-Message/m-p/2458504#M11333</link>
      <description>&lt;P&gt;So it clarifies my question that i can only use the prebuilt headers but Custom headers cant be added in the headers. Thanks for the clarification!&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jun 2024 12:03:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Adding-a-custom-Header-in-Kafka-Message/m-p/2458504#M11333</guid>
      <dc:creator>shnaqi</dc:creator>
      <dc:date>2024-06-02T12:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Replicate | Adding a custom Header in Kafka Message</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Adding-a-custom-Header-in-Kafka-Message/m-p/2458519#M11337</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/300714"&gt;@shnaqi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Exactly. Anyway I'm double-confirming with R&amp;amp;D to see if any workaround. Will keep you posted.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jun 2024 13:50:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate-Adding-a-custom-Header-in-Kafka-Message/m-p/2458519#M11337</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2024-06-02T13:50:05Z</dc:date>
    </item>
  </channel>
</rss>

