<?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 How to replace a &amp;quot;NULL&amp;quot; to an empty string in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-replace-a-quot-NULL-quot-to-an-empty-string/m-p/2210942#M9164</link>
    <description>Hi All,&lt;BR /&gt;I have an use case where we have data in sql server which stores the keyword NULL but my target which is Snowflakes doesn't accept NULL. Is there a component that I can use to convert the NULL to like an empty string. Any help is appreciated.</description>
    <pubDate>Fri, 17 Feb 2017 20:45:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-02-17T20:45:46Z</dc:date>
    <item>
      <title>How to replace a "NULL" to an empty string</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-replace-a-quot-NULL-quot-to-an-empty-string/m-p/2210942#M9164</link>
      <description>Hi All,&lt;BR /&gt;I have an use case where we have data in sql server which stores the keyword NULL but my target which is Snowflakes doesn't accept NULL. Is there a component that I can use to convert the NULL to like an empty string. Any help is appreciated.</description>
      <pubDate>Fri, 17 Feb 2017 20:45:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-replace-a-quot-NULL-quot-to-an-empty-string/m-p/2210942#M9164</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-17T20:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace a "NULL" to an empty string</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-replace-a-quot-NULL-quot-to-an-empty-string/m-p/2210943#M9165</link>
      <description>Hi,
&lt;BR /&gt;You can use tMap or treplace component to achieve your goal.
&lt;BR /&gt;In tMap, the expression should be:row1.input==NULL?"":row1.input
&lt;BR /&gt;Let us know if it is Ok with you.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina
&lt;BR /&gt;&amp;nbsp;</description>
      <pubDate>Mon, 20 Feb 2017 08:19:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-replace-a-quot-NULL-quot-to-an-empty-string/m-p/2210943#M9165</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-20T08:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace a "NULL" to an empty string</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-replace-a-quot-NULL-quot-to-an-empty-string/m-p/2210944#M9166</link>
      <description>Hi,&lt;BR /&gt;Yes that worked for me. Thanks</description>
      <pubDate>Tue, 21 Feb 2017 19:43:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-replace-a-quot-NULL-quot-to-an-empty-string/m-p/2210944#M9166</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-21T19:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace a "NULL" to an empty string</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-replace-a-quot-NULL-quot-to-an-empty-string/m-p/2210945#M9167</link>
      <description>Hi,&lt;BR /&gt;Can we consider this topic as resolved? Feel free to let us know if there is any further help we can give.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 22 Feb 2017 08:49:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-replace-a-quot-NULL-quot-to-an-empty-string/m-p/2210945#M9167</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-22T08:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to replace a "NULL" to an empty string</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-replace-a-quot-NULL-quot-to-an-empty-string/m-p/2210946#M9168</link>
      <description>&lt;P&gt;Hi Sabrina,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am facing similar issue using Snowflake as the Database. row1.input==null? "": row1.input is throwing error as NULL cannot be inserted into Database.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please suggest a solution for this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saravanan.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Dec 2018 09:07:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-replace-a-quot-NULL-quot-to-an-empty-string/m-p/2210946#M9168</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-28T09:07:03Z</dc:date>
    </item>
  </channel>
</rss>

