<?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: character substitution in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/character-substitution/m-p/1922303#M2468</link>
    <description>&lt;P&gt;Yes, read all of those. Only one really applies to my problem, and the solution is "create a support ticket"&lt;/P&gt;</description>
    <pubDate>Mon, 25 Apr 2022 18:00:50 GMT</pubDate>
    <dc:creator>fj40wdh</dc:creator>
    <dc:date>2022-04-25T18:00:50Z</dc:date>
    <item>
      <title>character substitution</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/character-substitution/m-p/1922074#M2465</link>
      <description>&lt;P&gt;&lt;BR /&gt;Need help removing non-unicode characters.&lt;BR /&gt;Moving data from Oracle to Sql Server, AL32UTF8 to IS01.&lt;/P&gt;
&lt;P&gt;I have character substitution in place.&lt;/P&gt;
&lt;P&gt;u+a3 -&amp;gt; u+0&lt;/P&gt;
&lt;P&gt;(I have all characters substituted except ASCII 32 to ASCII 126)&lt;/P&gt;
&lt;P&gt;If I run this query&lt;/P&gt;
&lt;P&gt;update table&lt;BR /&gt;set field = chr(163):&lt;/P&gt;
&lt;P&gt;The data is replicated as a question mark.&lt;/P&gt;
&lt;P&gt;If I run this query&lt;/P&gt;
&lt;P&gt;update table&lt;BR /&gt;set field = nchr(163);&lt;/P&gt;
&lt;P&gt;The data is replicated with the character substituted as expected.&lt;/P&gt;
&lt;P&gt;Current data is non-unicode, how to I remove non-unicode characters?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 11:34:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/character-substitution/m-p/1922074#M2465</guid>
      <dc:creator>fj40wdh</dc:creator>
      <dc:date>2022-04-25T11:34:02Z</dc:date>
    </item>
    <item>
      <title>Re: character substitution</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/character-substitution/m-p/1922298#M2467</link>
      <description>&lt;P&gt;@&lt;SPAN style="background-color:rgb(255,255,255);color:rgb(46,46,46);font-size:13px;"&gt;&lt;STRONG&gt;fj40wdh&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;there are many article on this see some below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/replicate/November2021/Content/Global_Common/Content/SharedEMReplicate/Customize%20Tasks/character_set_replacement.htm" target="_blank"&gt;https://help.qlik.com/en-US/replicate/November2021/Content/Global_Common/Content/SharedEMReplicate/Customize%20Tasks/character_set_replacement.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Knowledge/Example-of-using-Character-Substitution-in-Replicate/ta-p/1909493" target="_blank"&gt;https://community.qlik.com/t5/Knowledge/Example-of-using-Character-Substitution-in-Replicate/ta-p/1909493&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Knowledge/Replicating-special-characters/ta-p/1915507" target="_blank"&gt;https://community.qlik.com/t5/Knowledge/Replicating-special-characters/ta-p/1915507&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Replicate/Non-unicode-characters/m-p/1718432" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Replicate/Non-unicode-characters/m-p/1718432&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 17:46:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/character-substitution/m-p/1922298#M2467</guid>
      <dc:creator>Steve_Nguyen</dc:creator>
      <dc:date>2022-04-25T17:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: character substitution</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/character-substitution/m-p/1922303#M2468</link>
      <description>&lt;P&gt;Yes, read all of those. Only one really applies to my problem, and the solution is "create a support ticket"&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 18:00:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/character-substitution/m-p/1922303#M2468</guid>
      <dc:creator>fj40wdh</dc:creator>
      <dc:date>2022-04-25T18:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: character substitution</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/character-substitution/m-p/1922334#M2469</link>
      <description>&lt;P&gt;@&lt;SPAN style="background-color:rgb(255,255,255);color:rgb(46,46,46);font-size:13px;"&gt;&lt;STRONG&gt;fj40wdh , then open a support ticket, do you need any other information on this post?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 20:15:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/character-substitution/m-p/1922334#M2469</guid>
      <dc:creator>Steve_Nguyen</dc:creator>
      <dc:date>2022-04-25T20:15:07Z</dc:date>
    </item>
  </channel>
</rss>

