<?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: tMap error Nullpointerexception in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tMap-error-Nullpointerexception/m-p/2234518#M23853</link>
    <description>This error occurs when a field of the expression is null. Double check your data and reverse thé expression like this:
&lt;BR /&gt;"RC".equals(row16.Tipo_de_Requisicao)
&lt;BR /&gt;to avoid null pointer exception
&lt;BR /&gt;</description>
    <pubDate>Mon, 09 Sep 2019 14:32:35 GMT</pubDate>
    <dc:creator>TRF</dc:creator>
    <dc:date>2019-09-09T14:32:35Z</dc:date>
    <item>
      <title>tMap error Nullpointerexception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-error-Nullpointerexception/m-p/2234517#M23852</link>
      <description>&lt;P&gt;Hello Guys,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I'm new using talend and i tried to create a job who read a excel files and create two outputs at my oracle DB, using a conditional. If the column "Tipo de requisição" is "RNC" go to output1 and if the column "Tipo de requisição" is "CR" go to output2, in the first time i execute this job works well but now stops and give this mensage error&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT&gt;Exception in component tMap_16 (Carga_StagingArea)&lt;BR /&gt;java.lang.NullPointerException&lt;BR /&gt;&amp;nbsp;at extract_to_oracledb.carga_stagingarea_0_1.Carga_StagingArea.tFileInputExcel_16Process(Carga_StagingArea.java:5877)&lt;BR /&gt;&amp;nbsp;at extract_to_oracledb.carga_stagingarea_0_1.Carga_StagingArea.runJobInTOS(Carga_StagingArea.java:7249)&lt;BR /&gt;&amp;nbsp;at extract_to_oracledb.carga_stagingarea_0_1.Carga_StagingArea.main(Carga_StagingArea.java:7099)&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The expresion i'm using to filter1 is......... &lt;FONT&gt;row16.Tipo_de_Requisicao.equals("RNC")&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT&gt;The expresion i'm using to filter2 is ..........row16.Tipo_de_Requisicao.equals("CR")&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT&gt;My input and output is string and if i remove this filters the job works.&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT&gt;I will attach some prints.&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT&gt;P.S : I don't have null valeus at&amp;nbsp; "Tipo_de_Requisicao" column&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 166px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6wl.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145543i073FA7FA9911274A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6wl.png" alt="0683p000009M6wl.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture1.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6wq.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128677iCCF82E9E05233339/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6wq.png" alt="0683p000009M6wq.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture2.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M6oy.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/134055i500A6D4A9A33BA6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M6oy.png" alt="0683p000009M6oy.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:44:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-error-Nullpointerexception/m-p/2234517#M23852</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T04:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: tMap error Nullpointerexception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-error-Nullpointerexception/m-p/2234518#M23853</link>
      <description>This error occurs when a field of the expression is null. Double check your data and reverse thé expression like this:
&lt;BR /&gt;"RC".equals(row16.Tipo_de_Requisicao)
&lt;BR /&gt;to avoid null pointer exception
&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Sep 2019 14:32:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-error-Nullpointerexception/m-p/2234518#M23853</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2019-09-09T14:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: tMap error Nullpointerexception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-error-Nullpointerexception/m-p/2234519#M23854</link>
      <description>I reverse the expression, the error mensage is not showing more, but 0 rows was write in my DB 
&lt;BR /&gt; 
&lt;BR /&gt;"RNC".equals(row16.Tipo_de_Requisicao) i put this in my expression</description>
      <pubDate>Mon, 09 Sep 2019 15:23:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-error-Nullpointerexception/m-p/2234519#M23854</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-09T15:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: tMap error Nullpointerexception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMap-error-Nullpointerexception/m-p/2234520#M23855</link>
      <description>&lt;P&gt;Try to execute the job with Debug Traces to check if the data are as expected (maybe something wrong in previous mapping or spaces at the end of "&lt;SPAN&gt;Tipo_de_Requisicao&lt;/SPAN&gt;" field, ...)&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2019 15:33:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMap-error-Nullpointerexception/m-p/2234520#M23855</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2019-09-09T15:33:23Z</dc:date>
    </item>
  </channel>
</rss>

