<?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: DB2 to Kafka NUL character problem in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/DB2-to-Kafka-NUL-character-problem/m-p/2046171#M5245</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This doesn't work for me. I still see '\u0000'at the end of my message.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kindly let me know if anything else can be done on this.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Mar 2023 12:39:35 GMT</pubDate>
    <dc:creator>dineshkumarl</dc:creator>
    <dc:date>2023-03-07T12:39:35Z</dc:date>
    <item>
      <title>DB2 to Kafka NUL character problem</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/DB2-to-Kafka-NUL-character-problem/m-p/1728163#M337</link>
      <description>&lt;P&gt;I have a Replicate 6.5 task setup to replicate data from a DB2 for z/OS table to Kafka. I am using Avro format (use logical data types unchecked) and Confluent schema registry. Some of the columns are of a string type with the ibm-37_P100-1995 character set. At present, I have no transforms other than topic name mapping.&lt;/P&gt;&lt;P&gt;A few of these columns are frequently showing up in the Kafka messages (when using Kafka Tool) with values inclusive of the string "\u0000" or repeats of that string. I have looked in the DB2 source tables to see that the special character for NUL exists in those columns but is not visible in a typical query UI tool. When using Avro, those special NUL characters are coming across as "\u0000". If I reconfigure the endpoint to using the JSON format, those same values show up as an empty string. Since I want to use Avro, how do I make sure those special NUL characters are replaced with nothing?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:18:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/DB2-to-Kafka-NUL-character-problem/m-p/1728163#M337</guid>
      <dc:creator>BradA</dc:creator>
      <dc:date>2024-11-16T00:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: DB2 to Kafka NUL character problem</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/DB2-to-Kafka-NUL-character-problem/m-p/1728667#M339</link>
      <description>&lt;P&gt;Hello Brad,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The special character ("\&lt;SPAN&gt;u0000" , or x'00')&amp;nbsp; maybe generated by COBOL program or other legacy apps in IBM world.&amp;nbsp; If you use&amp;nbsp; HEX(&amp;lt;colName&amp;gt;) to query the table you may get it (eg in PCOM terminal).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;One option:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In task setting --&amp;gt; "Character Substitution" --&amp;gt; "Substitute or Delete Source Characters" --&amp;gt; "+ Add Character":&lt;BR /&gt;&amp;gt;Source Character&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: U+ 00&lt;BR /&gt;&amp;gt;Substitute Character: U+ 20&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So far let Replicate to replace&amp;nbsp;UNICODE NULL by SPACE (or other special character you wish).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Take care that I did not do test or reproduction for you, so above suggestion are based on theory.&amp;nbsp; Try it and let me if it works.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;John WANG.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2020 02:10:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/DB2-to-Kafka-NUL-character-problem/m-p/1728667#M339</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2020-07-17T02:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: DB2 to Kafka NUL character problem</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/DB2-to-Kafka-NUL-character-problem/m-p/1729673#M345</link>
      <description>&lt;P&gt;John,&lt;/P&gt;&lt;P&gt;Your suggestion does work for substituting the NUL character with a space, but I really want to delete the U+00 characters (ie. replace them with nothing).&amp;nbsp; &amp;nbsp;The Replicate character substitution dialogue says to use U+0 as the substitute character to delete the source character.&amp;nbsp; &amp;nbsp; But it does not allow the following:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;gt;Source Character&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;: U+ 00&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;Substitute Character: U+ 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any other direction on how to delete the U+00 characters from the columns of my table(s) being replicated?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Brad&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2020 19:31:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/DB2-to-Kafka-NUL-character-problem/m-p/1729673#M345</guid>
      <dc:creator>BradA</dc:creator>
      <dc:date>2020-07-21T19:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: DB2 to Kafka NUL character problem</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/DB2-to-Kafka-NUL-character-problem/m-p/1729704#M346</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AlexeySosnovskih_0-1595367468658.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/37832iF65F440F76FCD106/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AlexeySosnovskih_0-1595367468658.png" alt="AlexeySosnovskih_0-1595367468658.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2020 21:35:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/DB2-to-Kafka-NUL-character-problem/m-p/1729704#M346</guid>
      <dc:creator>AlexeySosnovskih</dc:creator>
      <dc:date>2020-07-21T21:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: DB2 to Kafka NUL character problem</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/DB2-to-Kafka-NUL-character-problem/m-p/1729731#M347</link>
      <description>&lt;P&gt;That worked great.&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;SPAN&gt;Alexey!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2020 01:37:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/DB2-to-Kafka-NUL-character-problem/m-p/1729731#M347</guid>
      <dc:creator>BradA</dc:creator>
      <dc:date>2020-07-22T01:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: DB2 to Kafka NUL character problem</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/DB2-to-Kafka-NUL-character-problem/m-p/1729755#M348</link>
      <description>&lt;P&gt;Hi Brad,&lt;/P&gt;&lt;P&gt;So far the &lt;SPAN&gt;substitute&amp;nbsp;&lt;/SPAN&gt;solution (with &lt;SPAN&gt;&amp;nbsp;Alexey&lt;/SPAN&gt;&lt;SPAN class="login-bold"&gt;'s enhanced format&lt;/SPAN&gt;) solved your issue. right?&lt;/P&gt;&lt;P&gt;Many thanks to Alexey.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jul 2020 04:25:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/DB2-to-Kafka-NUL-character-problem/m-p/1729755#M348</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2020-07-22T04:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: DB2 to Kafka NUL character problem</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/DB2-to-Kafka-NUL-character-problem/m-p/1730704#M353</link>
      <description>&lt;P&gt;Yes.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2020 16:05:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/DB2-to-Kafka-NUL-character-problem/m-p/1730704#M353</guid>
      <dc:creator>BradA</dc:creator>
      <dc:date>2020-07-24T16:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: DB2 to Kafka NUL character problem</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/DB2-to-Kafka-NUL-character-problem/m-p/2046171#M5245</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This doesn't work for me. I still see '\u0000'at the end of my message.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kindly let me know if anything else can be done on this.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2023 12:39:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/DB2-to-Kafka-NUL-character-problem/m-p/2046171#M5245</guid>
      <dc:creator>dineshkumarl</dc:creator>
      <dc:date>2023-03-07T12:39:35Z</dc:date>
    </item>
  </channel>
</rss>

