<?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: Replace 0 (zero) by NULL with treplace (or other component) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Replace-0-zero-by-NULL-with-treplace-or-other-component/m-p/2306418#M77967</link>
    <description>Hello 
&lt;BR /&gt;What's the data type of this column? You can replace it on tMap:
&lt;BR /&gt;Assuming the data type is String,
&lt;BR /&gt;
&lt;PRE&gt;row1.value.equals("0")?null:row1.value&lt;/PRE&gt;
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
    <pubDate>Wed, 13 Jan 2010 06:41:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-01-13T06:41:07Z</dc:date>
    <item>
      <title>Replace 0 (zero) by NULL with treplace (or other component)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Replace-0-zero-by-NULL-with-treplace-or-other-component/m-p/2306417#M77966</link>
      <description>Hello,&lt;BR /&gt;i want to replace the value 0 by NULL with treplace, but this dosn´t work.&lt;BR /&gt;I'm on talend 4.0&lt;BR /&gt;I try 0 to null &amp;gt; error&lt;BR /&gt;I try "0" to null &amp;gt; error&lt;BR /&gt;I try 0 to  &amp;gt; no error but nothing happens the zero still appears in tlog &lt;BR /&gt;I try "0" to  &amp;gt; no error but nothing happens the zero still appeas in tlog&lt;BR /&gt;Please help me to find my mistake.&lt;BR /&gt;Thanks&lt;BR /&gt;Sebastian1234</description>
      <pubDate>Sat, 16 Nov 2024 13:36:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Replace-0-zero-by-NULL-with-treplace-or-other-component/m-p/2306417#M77966</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T13:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: Replace 0 (zero) by NULL with treplace (or other component)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Replace-0-zero-by-NULL-with-treplace-or-other-component/m-p/2306418#M77967</link>
      <description>Hello 
&lt;BR /&gt;What's the data type of this column? You can replace it on tMap:
&lt;BR /&gt;Assuming the data type is String,
&lt;BR /&gt;
&lt;PRE&gt;row1.value.equals("0")?null:row1.value&lt;/PRE&gt;
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Wed, 13 Jan 2010 06:41:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Replace-0-zero-by-NULL-with-treplace-or-other-component/m-p/2306418#M77967</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-13T06:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Replace 0 (zero) by NULL with treplace (or other component)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Replace-0-zero-by-NULL-with-treplace-or-other-component/m-p/2306419#M77968</link>
      <description>Hello,&lt;BR /&gt;ok i will have a try.&lt;BR /&gt;It is a integer so i think it musst be&lt;BR /&gt;row1.value.equals(0)?null:row1.value&lt;BR /&gt;Thanks a lot!&lt;BR /&gt;Sebastian1234</description>
      <pubDate>Wed, 13 Jan 2010 18:57:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Replace-0-zero-by-NULL-with-treplace-or-other-component/m-p/2306419#M77968</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2010-01-13T18:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Replace 0 (zero) by NULL with treplace (or other component)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Replace-0-zero-by-NULL-with-treplace-or-other-component/m-p/2306420#M77969</link>
      <description>Hello 
&lt;BR /&gt;If it is a Integer, try
&lt;BR /&gt;
&lt;PRE&gt;row1.value==0?null:row1.value&lt;/PRE&gt;
&lt;BR /&gt;Best regards
&lt;BR /&gt; shong</description>
      <pubDate>Thu, 14 Jan 2010 06:07:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Replace-0-zero-by-NULL-with-treplace-or-other-component/m-p/2306420#M77969</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-14T06:07:30Z</dc:date>
    </item>
  </channel>
</rss>

