<?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: Handle the escape character in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Handle-the-escape-character/m-p/2061796#M5709</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/215166"&gt;@eksmirnova&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I'd like to say thanks for you opening the ticket with sufficient and clear information! With source/target DB types, A clear description with sample... I'm sure you are Replicate expert, thank you so much for your excellent support!&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
    <pubDate>Wed, 19 Apr 2023 01:27:42 GMT</pubDate>
    <dc:creator>john_wang</dc:creator>
    <dc:date>2023-04-19T01:27:42Z</dc:date>
    <item>
      <title>Handle the escape character</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Handle-the-escape-character/m-p/2061669#M5697</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am looking for &lt;SPAN&gt;a recommendation&lt;/SPAN&gt; regarding the "\" escape character. What we need to do in order to handle escaping the escape character.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I know we can replace that character in Qlik task but we are worried that will end up replacing characters that we do not want to be replaced.&lt;/P&gt;
&lt;P&gt;We actually only want to replace the \ when it precedes a double quote. Is there an option to replace \ only when it precedes a double quote?&lt;/P&gt;
&lt;P&gt;Qlik task configuration:&lt;/P&gt;
&lt;P&gt;source - DB2,&amp;nbsp;target - ADLS storage,&amp;nbsp;Full load/Store changes&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 17:15:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Handle-the-escape-character/m-p/2061669#M5697</guid>
      <dc:creator>eksmirnova</dc:creator>
      <dc:date>2023-04-18T17:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Handle the escape character</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Handle-the-escape-character/m-p/2061767#M5701</link>
      <description>&lt;P&gt;What have you tried? What was the result?&lt;/P&gt;
&lt;P&gt;It would seem you need a simple transformation with &amp;lt;replace&amp;gt;&amp;nbsp;as Fx.&amp;nbsp;&lt;STRONG&gt;&amp;nbsp;Do NOT use &amp;lt;replaceChars&amp;gt; for this&lt;/STRONG&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;I tried expression: replace($txt,'\"','"')
Parse, and provide: $txt = abc"abc\abc\abc\"abc\"abc   
Test, and result:          abc"abc\abc\abc"abc"abc 
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is that not what you want? - of course you need to replace $txt with your column name.&lt;/P&gt;
&lt;P&gt;hth,&lt;/P&gt;
&lt;P&gt;Hein.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 21:33:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Handle-the-escape-character/m-p/2061767#M5701</guid>
      <dc:creator>Heinvandenheuvel</dc:creator>
      <dc:date>2023-04-18T21:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Handle the escape character</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Handle-the-escape-character/m-p/2061795#M5708</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/215166"&gt;@eksmirnova&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Besides&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/110970"&gt;@Heinvandenheuvel&lt;/a&gt;&amp;nbsp;comments, another option is using JSON/Parquet format rather than CSV as&amp;nbsp;&lt;SPAN&gt;escape character is relevant to CSV format only.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope this helps a bit.&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>Wed, 19 Apr 2023 01:23:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Handle-the-escape-character/m-p/2061795#M5708</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2023-04-19T01:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: Handle the escape character</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Handle-the-escape-character/m-p/2061796#M5709</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/215166"&gt;@eksmirnova&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I'd like to say thanks for you opening the ticket with sufficient and clear information! With source/target DB types, A clear description with sample... I'm sure you are Replicate expert, thank you so much for your excellent support!&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 01:27:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Handle-the-escape-character/m-p/2061796#M5709</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2023-04-19T01:27:42Z</dc:date>
    </item>
  </channel>
</rss>

