<?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 AWS Redshift - Empty Column value store as NULL in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/AWS-Redshift-Empty-Column-value-store-as-NULL/m-p/2471591#M12058</link>
    <description>&lt;P&gt;We are using SAP as the source and AWS Redshift as the target for QLIK Replicate. Currently, columns with no value are being populated as empty/blank values. Is there a way to configure it to load as NULL instead? In the COPY statement, we have the "EMPTYASNULL" option, which should handle this, but how can I change this in the QLIK Replicate configuration?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Jul 2024 21:20:08 GMT</pubDate>
    <dc:creator>muthyarn</dc:creator>
    <dc:date>2024-07-18T21:20:08Z</dc:date>
    <item>
      <title>AWS Redshift - Empty Column value store as NULL</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/AWS-Redshift-Empty-Column-value-store-as-NULL/m-p/2471591#M12058</link>
      <description>&lt;P&gt;We are using SAP as the source and AWS Redshift as the target for QLIK Replicate. Currently, columns with no value are being populated as empty/blank values. Is there a way to configure it to load as NULL instead? In the COPY statement, we have the "EMPTYASNULL" option, which should handle this, but how can I change this in the QLIK Replicate configuration?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 21:20:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/AWS-Redshift-Empty-Column-value-store-as-NULL/m-p/2471591#M12058</guid>
      <dc:creator>muthyarn</dc:creator>
      <dc:date>2024-07-18T21:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: AWS Redshift - Empty Column value store as NULL</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/AWS-Redshift-Empty-Column-value-store-as-NULL/m-p/2471592#M12059</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/306488"&gt;@muthyarn&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Which replicate version you are on? Also did it work before for any other tasks? Please ensure the replicate version you are using supports&amp;nbsp;&lt;SPAN&gt;EMPTYASNULL&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;BR /&gt;Naren&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 21:34:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/AWS-Redshift-Empty-Column-value-store-as-NULL/m-p/2471592#M12059</guid>
      <dc:creator>narendersarva</dc:creator>
      <dc:date>2024-07-18T21:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: AWS Redshift - Empty Column value store as NULL</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/AWS-Redshift-Empty-Column-value-store-as-NULL/m-p/2471593#M12060</link>
      <description>&lt;P&gt;&lt;SPAN&gt;We are using Replicate May 2023 SR01. No, it did not work for any Task.&amp;nbsp; Is the new version of QLIK replicate supports "EMPTYASNULL" for AWS redshift target ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2024 22:03:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/AWS-Redshift-Empty-Column-value-store-as-NULL/m-p/2471593#M12060</guid>
      <dc:creator>muthyarn</dc:creator>
      <dc:date>2024-07-18T22:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: AWS Redshift - Empty Column value store as NULL</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/AWS-Redshift-Empty-Column-value-store-as-NULL/m-p/2472046#M12097</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/306488"&gt;@muthyarn&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check below transformation whether it works for you or not.&lt;/P&gt;
&lt;P&gt;Double click on the table--&amp;gt;Transform--&amp;gt;Apply expression (fx) for the column you want to apply.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;CASE $ColumnName WHEN null Then ' ' Else $ColumnName END&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;OR&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt; ifnull($ColumnName,' ')&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Suresh&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2024 09:29:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/AWS-Redshift-Empty-Column-value-store-as-NULL/m-p/2472046#M12097</guid>
      <dc:creator>sureshkumar</dc:creator>
      <dc:date>2024-07-22T09:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: AWS Redshift - Empty Column value store as NULL</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/AWS-Redshift-Empty-Column-value-store-as-NULL/m-p/2472307#M12109</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/306488"&gt;@muthyarn&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To add more to previous TSE comments. Check the data type under the Endpoint in the Qlik help document . Sometime Storing the data and allocate block on storage depend upon the endpoint as well. for e.g. Oracle consider Spaces a Value however other endpoint does not.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sushil Kumar&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 08:15:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/AWS-Redshift-Empty-Column-value-store-as-NULL/m-p/2472307#M12109</guid>
      <dc:creator>SushilKumar</dc:creator>
      <dc:date>2024-07-23T08:15:35Z</dc:date>
    </item>
  </channel>
</rss>

