<?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 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-Error/m-p/2290767#M64017</link>
    <description>&lt;P&gt;Thank you&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/005390000067LRbAAM"&gt;@vapukov&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Aug 2017 12:31:09 GMT</pubDate>
    <dc:creator>RAJ6</dc:creator>
    <dc:date>2017-08-09T12:31:09Z</dc:date>
    <item>
      <title>java.lang.NullPointerException Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-Error/m-p/2290765#M64015</link>
      <description>&lt;P&gt;Hi Talend folks,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;When I write below expression for particular column. I am Facing "NullPointerException".&lt;/P&gt; 
&lt;P&gt;How to solve this issues. please tell me?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;(row8.Sales.equals("o") &amp;amp;&amp;amp; row9.Bun.equals("B"))?&lt;BR /&gt;"B" : (row8.Sales).equals("o")?&lt;BR /&gt;"D" : (row8.Sales.equals("o") &amp;amp;&amp;amp; row9.Bun.equals("B"))?&lt;BR /&gt;"B": row8.Sales&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (986).png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LvZt.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152475i6F5C3C4E0CF27557/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LvZt.png" alt="0683p000009LvZt.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;ERROR:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#000000"&gt;Exception in component tMap_3 (LM)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#000000"&gt;java.lang.NullPointerException&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#000000"&gt;at local_project___java.lm_0_1.LM.tFileInputExcel_2Process(LM.java:19165)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#000000"&gt;at local_project___java.lm_0_1.LM.runJobInTOS(LM.java:21300)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#000000"&gt;at local_project___java.lm_0_1.LM.main(LM.java:21126)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#000000"&gt;[FATAL]: local_project___java.lm_0_1.LM - tMap_3 null&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:25:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-Error/m-p/2290765#M64015</guid>
      <dc:creator>RAJ6</dc:creator>
      <dc:date>2024-11-16T09:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.NullPointerException Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-Error/m-p/2290766#M64016</link>
      <description>&lt;P&gt;add check null&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;(row8.Sales!=null&amp;amp;&amp;amp;row9.Bun!=null)&amp;amp;&amp;amp;(row8.Sales.equals("o") &amp;amp;&amp;amp; row9.Bun.equals("B"))?&lt;/PRE&gt;&lt;P&gt;You need add check null for all important columns&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for example - first check - if any of columns null - than null&lt;BR /&gt;other variant - define default value for replace null&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 10:20:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-Error/m-p/2290766#M64016</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-08-09T10:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.NullPointerException Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-Error/m-p/2290767#M64017</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/005390000067LRbAAM"&gt;@vapukov&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2017 12:31:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-Error/m-p/2290767#M64017</guid>
      <dc:creator>RAJ6</dc:creator>
      <dc:date>2017-08-09T12:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.NullPointerException Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-Error/m-p/2290768#M64018</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am experiencing a similar issue when using the sql editor. Do you mind giving more specific details on what you mean by "&lt;SPAN&gt;other variant - define default value for replace null"&lt;/SPAN&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks so much!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Sep 2018 17:41:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-Error/m-p/2290768#M64018</guid>
      <dc:creator>pradeephc0671</dc:creator>
      <dc:date>2018-09-04T17:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.NullPointerException Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-Error/m-p/2290769#M64019</link>
      <description>&lt;P&gt;Dear team,&lt;/P&gt;&lt;P&gt;I have the problem of NullPointerException Error but cause is little different. Please help me on the case.&lt;/P&gt;&lt;P&gt;Let say, I got csv file from other team with 10 columns, comma separated value. But one row has only 3 column's value.&lt;/P&gt;&lt;P&gt;While I load data in tmap, i got the error even though I put isempty or null function in tmap. Please see the image for detail and I saw no comma in one row, when error is start happening.&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lvjj"&gt;Capture.PNG&lt;/A&gt;</description>
      <pubDate>Sun, 23 Jun 2019 11:00:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-Error/m-p/2290769#M64019</guid>
      <dc:creator>kyawzin</dc:creator>
      <dc:date>2019-06-23T11:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.NullPointerException Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-Error/m-p/2290770#M64020</link>
      <description>&lt;P&gt;Hello &lt;A href="https://community.qlik.com/s/profile/0053p000007LPHJAA4"&gt;@kyawzin&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Do your your input columns have null value? Could you please show us your tMap setting screenshot on community?&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2019 03:24:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-Error/m-p/2290770#M64020</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-24T03:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.NullPointerException Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-Error/m-p/2290771#M64021</link>
      <description>&lt;P&gt;Yes of course&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000004XsaeAAC"&gt;@xdshi&lt;/A&gt;&amp;nbsp;, please see the picture in the attachment.&lt;/P&gt; 
&lt;P&gt;I have noticed one thing but no idea. You can see in my previous picture, there is no comma in the middle row. Actually there must be comma even though there is no value for the rest of the columns. The error is start happening before that row.&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lw0Z"&gt;Capture2.PNG&lt;/A&gt;</description>
      <pubDate>Mon, 24 Jun 2019 17:26:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-Error/m-p/2290771#M64021</guid>
      <dc:creator>kyawzin</dc:creator>
      <dc:date>2019-06-24T17:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.NullPointerException Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-Error/m-p/2290772#M64022</link>
      <description>&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture3.PNG" style="width: 710px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5ec.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147187i7D8FFEC5C3A58433/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5ec.png" alt="0683p000009M5ec.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000004XsaeAAC"&gt;@xdshi&lt;/A&gt;&amp;nbsp; you can see my output result, some of the row are imported but start from the row which has only two value for 6 columns without comma for the rest column. Example see the line 711400.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5c8.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/127876i07632BA0378E0F87/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5c8.png" alt="0683p000009M5c8.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2019 18:17:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-Error/m-p/2290772#M64022</guid>
      <dc:creator>kyawzin</dc:creator>
      <dc:date>2019-06-24T18:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.NullPointerException Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-Error/m-p/2290773#M64023</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000004XsaeAAC"&gt;@xdshi&lt;/A&gt;&amp;nbsp;, hi any comment?&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jun 2019 06:02:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-Error/m-p/2290773#M64023</guid>
      <dc:creator>kyawzin</dc:creator>
      <dc:date>2019-06-29T06:02:35Z</dc:date>
    </item>
  </channel>
</rss>

