<?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 Tmap Error in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Tmap-Error/m-p/2331480#M100460</link>
    <description>&lt;P&gt;HI Team,&lt;/P&gt;&lt;P&gt;I am a new Talend User .&lt;/P&gt;&lt;P&gt;Repeatedly getting the below error while running a TMap with one condition " row1.sal &amp;gt;15000 ? "GRADE A" : "GRADE B"&amp;nbsp;" . To be more precise I am trying to read from a text file . While creating the sal column the dataype is Integer . And the dataype of Grade column is string . Whether this is a problem or not ?&lt;/P&gt;&lt;P&gt;Detailed error Details Attached .&lt;/P&gt;&lt;P&gt;Error Details&lt;/P&gt;&lt;P&gt;****************&lt;/P&gt;&lt;P&gt;Exception in component tMap_1 (Job_tmap)&lt;/P&gt;&lt;P&gt;java.lang.NullPointerException&lt;/P&gt;&lt;P&gt;	at practice.job_tmap_0_1.Job_tmap.tFileInputDelimited_1Process(Job_tmap.java:1278)&lt;/P&gt;&lt;P&gt;	at practice.job_tmap_0_1.Job_tmap.runJobInTOS(Job_tmap.java:1722)&lt;/P&gt;&lt;P&gt;	at practice.job_tmap_0_1.Job_tmap.main(Job_tmap.java:1571)&lt;/P&gt;&lt;P&gt;The map which I build.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p00000C7vR3AAJ.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148300i9FFBDDC77553A5AE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p00000C7vR3AAJ.jpg" alt="0693p00000C7vR3AAJ.jpg" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p00000C7vQyAAJ.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153844i14B0138A932EF26E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p00000C7vQyAAJ.jpg" alt="0693p00000C7vQyAAJ.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 00:26:13 GMT</pubDate>
    <dc:creator>Somnath05</dc:creator>
    <dc:date>2024-11-16T00:26:13Z</dc:date>
    <item>
      <title>Tmap Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tmap-Error/m-p/2331480#M100460</link>
      <description>&lt;P&gt;HI Team,&lt;/P&gt;&lt;P&gt;I am a new Talend User .&lt;/P&gt;&lt;P&gt;Repeatedly getting the below error while running a TMap with one condition " row1.sal &amp;gt;15000 ? "GRADE A" : "GRADE B"&amp;nbsp;" . To be more precise I am trying to read from a text file . While creating the sal column the dataype is Integer . And the dataype of Grade column is string . Whether this is a problem or not ?&lt;/P&gt;&lt;P&gt;Detailed error Details Attached .&lt;/P&gt;&lt;P&gt;Error Details&lt;/P&gt;&lt;P&gt;****************&lt;/P&gt;&lt;P&gt;Exception in component tMap_1 (Job_tmap)&lt;/P&gt;&lt;P&gt;java.lang.NullPointerException&lt;/P&gt;&lt;P&gt;	at practice.job_tmap_0_1.Job_tmap.tFileInputDelimited_1Process(Job_tmap.java:1278)&lt;/P&gt;&lt;P&gt;	at practice.job_tmap_0_1.Job_tmap.runJobInTOS(Job_tmap.java:1722)&lt;/P&gt;&lt;P&gt;	at practice.job_tmap_0_1.Job_tmap.main(Job_tmap.java:1571)&lt;/P&gt;&lt;P&gt;The map which I build.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p00000C7vR3AAJ.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148300i9FFBDDC77553A5AE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p00000C7vR3AAJ.jpg" alt="0693p00000C7vR3AAJ.jpg" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0693p00000C7vQyAAJ.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153844i14B0138A932EF26E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0693p00000C7vQyAAJ.jpg" alt="0693p00000C7vQyAAJ.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:26:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tmap-Error/m-p/2331480#M100460</guid>
      <dc:creator>Somnath05</dc:creator>
      <dc:date>2024-11-16T00:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Tmap Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tmap-Error/m-p/2331481#M100461</link>
      <description>&lt;P&gt;I found it . It was throwing the error because an input file was having null value in sal column for which it was throwing the error . Remove that value after which It executed successfully . Thanks for the help .&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2021 10:15:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tmap-Error/m-p/2331481#M100461</guid>
      <dc:creator>Somnath05</dc:creator>
      <dc:date>2021-03-15T10:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Tmap Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Tmap-Error/m-p/2331482#M100462</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;You can perform a null test before calling a Java method, otherwise it will throw a null pointer exception if the input data contains a null value.&lt;/P&gt;&lt;P&gt;For more information, please have a look at this article about: &lt;A href="https://community.talend.com/s/article/tMap-expression-syntax-TCiHW" alt="https://community.talend.com/s/article/tMap-expression-syntax-TCiHW" target="_blank"&gt;https://community.talend.com/s/article/tMap-expression-syntax-TCiHW&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 16 Mar 2021 08:16:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Tmap-Error/m-p/2331482#M100462</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-03-16T08:16:47Z</dc:date>
    </item>
  </channel>
</rss>

