<?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>idea Netezza Target endpoint - Allow to specify control characters (&amp;quot;0x1e&amp;quot;) as column delimiter in Suggest an Idea</title>
    <link>https://community.qlik.com/t5/Suggest-an-Idea/Netezza-Target-endpoint-Allow-to-specify-control-characters-quot/idi-p/1838096</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Business&lt;/STRONG&gt;&lt;STRONG&gt;&amp;nbsp;Justification &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The main reason we adopted the Qlik replicate solution is to replace custom Mainframe data pipelines with a sound replication solution. Qlik delimiter limitation and not having an official support around using control characters as delimiter is limiting the adoption.&lt;/P&gt;&lt;P&gt;Why use Control characters like “&lt;STRONG&gt;0x1e&lt;/STRONG&gt;” as column delimiter?&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Over the years of managing mainframe data we found that the delimiter “0x1e” is a sound delimiter that does not show up within character dataset and does not cause load jobs to fail on distributed side.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;What is the request?&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Phase1:&lt;/STRONG&gt; Asking Qlik to officially support use of control characters using method mentioned below.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Phase2:&lt;/STRONG&gt; Enhance the Qlik product to use decimal number for the control character with replicate UI.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Specifying Control characters as column delimiter to csv load files.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Currently, there are two steps to specify a delimiter when loading into Netezza. 1) set the delimiter at $info.query_syntax.csv_delimiter internal parameter 2) specify the delimiter in provider syntax file.&lt;/LI&gt;&lt;LI&gt;For 1) above, replicate do not allow to specify “control” characters like 0x1E via GUI. We found a crude way to do it, but Qlik SME/CF/CSE team confirmed this is unsupported and should go via ideation. Below details on the workaround (but unsupported) we are currently using&lt;/LI&gt;&lt;LI&gt;Add internal parameter &lt;STRONG&gt;$info.query_syntax.csv_delimiter&lt;/STRONG&gt; in Netezza target endpoint and set the value to desired delimiter created using Notepad++&lt;/LI&gt;&lt;LI&gt;Control character creation using Notepad++&lt;UL&gt;&lt;LI&gt;Open a new notepad++ document, hold “&lt;STRONG&gt;Alt&lt;/STRONG&gt;” key and enter “&lt;STRONG&gt;030&lt;/STRONG&gt;” using Numeric keypad and release “&lt;STRONG&gt;Alt&lt;/STRONG&gt;” key to see control character in the document.&lt;/LI&gt;&lt;LI&gt;Copy control character from notepad++ document and past into $info.query_syntax.csv_delimter value.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Update Provider syntax file override for Netezza load statement.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "load_data_exe_params":&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "-quotedValue DOUBLE -host ${SERVER} -db ${DATABASE} -nullvalue attN -u ${USER_NAME} -pw ${PASSWORD} -delim 030 -t \\\"${TABLE_NAME}\\\" -df \"${FILENAME}\" -escapeChar \\ -outputDir \"${OUTPUT_DIR}\" ",&lt;/P&gt;</description>
    <pubDate>Tue, 21 Sep 2021 17:34:58 GMT</pubDate>
    <dc:creator>RajT</dc:creator>
    <dc:date>2021-09-21T17:34:58Z</dc:date>
    <item>
      <title>Netezza Target endpoint - Allow to specify control characters ("0x1e") as column delimiter</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Netezza-Target-endpoint-Allow-to-specify-control-characters-quot/idi-p/1838096</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Business&lt;/STRONG&gt;&lt;STRONG&gt;&amp;nbsp;Justification &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The main reason we adopted the Qlik replicate solution is to replace custom Mainframe data pipelines with a sound replication solution. Qlik delimiter limitation and not having an official support around using control characters as delimiter is limiting the adoption.&lt;/P&gt;&lt;P&gt;Why use Control characters like “&lt;STRONG&gt;0x1e&lt;/STRONG&gt;” as column delimiter?&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Over the years of managing mainframe data we found that the delimiter “0x1e” is a sound delimiter that does not show up within character dataset and does not cause load jobs to fail on distributed side.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;What is the request?&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Phase1:&lt;/STRONG&gt; Asking Qlik to officially support use of control characters using method mentioned below.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Phase2:&lt;/STRONG&gt; Enhance the Qlik product to use decimal number for the control character with replicate UI.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Specifying Control characters as column delimiter to csv load files.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Currently, there are two steps to specify a delimiter when loading into Netezza. 1) set the delimiter at $info.query_syntax.csv_delimiter internal parameter 2) specify the delimiter in provider syntax file.&lt;/LI&gt;&lt;LI&gt;For 1) above, replicate do not allow to specify “control” characters like 0x1E via GUI. We found a crude way to do it, but Qlik SME/CF/CSE team confirmed this is unsupported and should go via ideation. Below details on the workaround (but unsupported) we are currently using&lt;/LI&gt;&lt;LI&gt;Add internal parameter &lt;STRONG&gt;$info.query_syntax.csv_delimiter&lt;/STRONG&gt; in Netezza target endpoint and set the value to desired delimiter created using Notepad++&lt;/LI&gt;&lt;LI&gt;Control character creation using Notepad++&lt;UL&gt;&lt;LI&gt;Open a new notepad++ document, hold “&lt;STRONG&gt;Alt&lt;/STRONG&gt;” key and enter “&lt;STRONG&gt;030&lt;/STRONG&gt;” using Numeric keypad and release “&lt;STRONG&gt;Alt&lt;/STRONG&gt;” key to see control character in the document.&lt;/LI&gt;&lt;LI&gt;Copy control character from notepad++ document and past into $info.query_syntax.csv_delimter value.&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;Update Provider syntax file override for Netezza load statement.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "load_data_exe_params":&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "-quotedValue DOUBLE -host ${SERVER} -db ${DATABASE} -nullvalue attN -u ${USER_NAME} -pw ${PASSWORD} -delim 030 -t \\\"${TABLE_NAME}\\\" -df \"${FILENAME}\" -escapeChar \\ -outputDir \"${OUTPUT_DIR}\" ",&lt;/P&gt;</description>
      <pubDate>Tue, 21 Sep 2021 17:34:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Netezza-Target-endpoint-Allow-to-specify-control-characters-quot/idi-p/1838096</guid>
      <dc:creator>RajT</dc:creator>
      <dc:date>2021-09-21T17:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Netezza Target endpoint - Allow to specify control characters ("0x1e") as column delimiter - Status changed to: Closed - Declined</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Netezza-Target-endpoint-Allow-to-specify-control-characters-quot/idc-p/2057074#M12491</link>
      <description />
      <pubDate>Tue, 04 Apr 2023 18:36:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Netezza-Target-endpoint-Allow-to-specify-control-characters-quot/idc-p/2057074#M12491</guid>
      <dc:creator>Nulee_Massaro</dc:creator>
      <dc:date>2023-04-04T18:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Netezza Target endpoint - Allow to specify control characters ("0x1e") as column delimiter - Status changed to: Closed - Declined</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Netezza-Target-endpoint-Allow-to-specify-control-characters-quot/idc-p/2057697#M12545</link>
      <description>I see it is declined, what is the solution.&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Apr 2023 21:14:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Netezza-Target-endpoint-Allow-to-specify-control-characters-quot/idc-p/2057697#M12545</guid>
      <dc:creator>RajT</dc:creator>
      <dc:date>2023-04-05T21:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Netezza Target endpoint - Allow to specify control characters ("0x1e") as column delimiter</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Netezza-Target-endpoint-Allow-to-specify-control-characters-quot/idc-p/2057951#M12548</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/134655"&gt;@RajT&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;&lt;SPAN class="ui-provider ix b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak"&gt;We are currently in the process of moving all ideations to a new system. In an effort to make this migration easier, we are closing older ideations that did not see a lot of activity (likes/comments). If you are still interested in this enhancement, please open a new ideation so it repopulates as "new" in our system.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="ui-provider ix b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak"&gt;Thank you. Let me know if you have any questions!&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2023 12:15:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Netezza-Target-endpoint-Allow-to-specify-control-characters-quot/idc-p/2057951#M12548</guid>
      <dc:creator>Nulee_Massaro</dc:creator>
      <dc:date>2023-04-06T12:15:35Z</dc:date>
    </item>
  </channel>
</rss>

