<?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: java.lang.NullPointerException error while running my job in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-error-while-running-my-job/m-p/2219054#M14000</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LQvwAAG"&gt;@sushantk19&lt;/A&gt;&amp;nbsp;, you need to handle null first and then write expressions and please find the below is example something like this.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;row1.col1.equals("TA")?"Thadae":"Vadea"&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;rewrite this way&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;("TA").equals(row1.col1)?"Thadae":"Vadea"&lt;/P&gt;</description>
    <pubDate>Mon, 15 Jun 2020 16:38:43 GMT</pubDate>
    <dc:creator>manodwhb</dc:creator>
    <dc:date>2020-06-15T16:38:43Z</dc:date>
    <item>
      <title>java.lang.NullPointerException error while running my job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-error-while-running-my-job/m-p/2219053#M13999</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I keep getting the below error when i run my jobs in Talend. how do i know where and which row is causing this issue? I know it is related to some NULL value that I am getting out of my lookup but still I want to know exactly which row or condition is failing? Is there a way i can debug these issues faster? I am new to talend.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Exception in component tMap_1 (job_DM_000_Order_Fact)&lt;BR /&gt;java.lang.NullPointerException&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:08:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-error-while-running-my-job/m-p/2219053#M13999</guid>
      <dc:creator>sushantk19</dc:creator>
      <dc:date>2024-11-16T02:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.NullPointerException error while running my job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-error-while-running-my-job/m-p/2219054#M14000</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LQvwAAG"&gt;@sushantk19&lt;/A&gt;&amp;nbsp;, you need to handle null first and then write expressions and please find the below is example something like this.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;row1.col1.equals("TA")?"Thadae":"Vadea"&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;rewrite this way&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;("TA").equals(row1.col1)?"Thadae":"Vadea"&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jun 2020 16:38:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-error-while-running-my-job/m-p/2219054#M14000</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-06-15T16:38:43Z</dc:date>
    </item>
  </channel>
</rss>

