<?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 Handling &amp;quot;null&amp;quot; and “” or ‘’ or ‘ values. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Handling-quot-null-quot-and-or-or-values/m-p/2292400#M65474</link>
    <description>Hi, 
&lt;BR /&gt;I have used a input field (String) and wants to validate the field 
&lt;BR /&gt;in Tmap component - (Java project) 
&lt;BR /&gt;How to validate and replace the value 0 if null or ?? or ?? or ? values comes for that particular field in input. 
&lt;BR /&gt;Please let me know your pointers and updates. 
&lt;BR /&gt;Using the below expression i can able to check the null condition alone but not the 
&lt;BR /&gt;?? or ?? or ? values in input 
&lt;BR /&gt;row1.T_amount == null? "0" : row1.T_amount; 
&lt;BR /&gt;Thanks and regards, 
&lt;BR /&gt;Manikandan.R</description>
    <pubDate>Sat, 16 Nov 2024 13:50:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T13:50:04Z</dc:date>
    <item>
      <title>Handling "null" and “” or ‘’ or ‘ values.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Handling-quot-null-quot-and-or-or-values/m-p/2292400#M65474</link>
      <description>Hi, 
&lt;BR /&gt;I have used a input field (String) and wants to validate the field 
&lt;BR /&gt;in Tmap component - (Java project) 
&lt;BR /&gt;How to validate and replace the value 0 if null or ?? or ?? or ? values comes for that particular field in input. 
&lt;BR /&gt;Please let me know your pointers and updates. 
&lt;BR /&gt;Using the below expression i can able to check the null condition alone but not the 
&lt;BR /&gt;?? or ?? or ? values in input 
&lt;BR /&gt;row1.T_amount == null? "0" : row1.T_amount; 
&lt;BR /&gt;Thanks and regards, 
&lt;BR /&gt;Manikandan.R</description>
      <pubDate>Sat, 16 Nov 2024 13:50:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Handling-quot-null-quot-and-or-or-values/m-p/2292400#M65474</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Handling "null" and “” or ‘’ or ‘ values.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Handling-quot-null-quot-and-or-or-values/m-p/2292401#M65475</link>
      <description>Hello guy 
&lt;BR /&gt;try 
&lt;BR /&gt; 
&lt;PRE&gt;row1.T_amount.equals("\"\"")? "0" : row1.T_amount    //for ""&lt;/PRE&gt; 
&lt;BR /&gt; 
&lt;PRE&gt;row1.T_amount.equals("\'\'")? "0" : row1.T_amount    //for ''&lt;/PRE&gt; 
&lt;BR /&gt; 
&lt;PRE&gt;row1.T_amount.equals("\'")? "0" : row1.T_amount    //for '&lt;/PRE&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; shong</description>
      <pubDate>Tue, 11 Aug 2009 07:41:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Handling-quot-null-quot-and-or-or-values/m-p/2292401#M65475</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-11T07:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: Handling "null" and “” or ‘’ or ‘ values.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Handling-quot-null-quot-and-or-or-values/m-p/2292402#M65476</link>
      <description>The above solutions leads to Java error. &lt;BR /&gt;Please let me know if any other ways to handle the special charecters.&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Mani.</description>
      <pubDate>Tue, 11 Aug 2009 13:34:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Handling-quot-null-quot-and-or-or-values/m-p/2292402#M65476</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-11T13:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Handling "null" and “” or ‘’ or ‘ values.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Handling-quot-null-quot-and-or-or-values/m-p/2292403#M65477</link>
      <description>Hello 
&lt;BR /&gt;What's the java error message?
&lt;BR /&gt;Can you show us your source file?
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Tue, 11 Aug 2009 14:57:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Handling-quot-null-quot-and-or-or-values/m-p/2292403#M65477</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-08-11T14:57:35Z</dc:date>
    </item>
  </channel>
</rss>

