<?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: error in Tmap: NumberFormatException in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/error-in-Tmap-NumberFormatException/m-p/2197598#M1282</link>
    <description>hope so 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;better to ask if value can be null , than waiting for some "bad thing" in future. 
&lt;BR /&gt;regards 
&lt;BR /&gt;laurent</description>
    <pubDate>Fri, 14 Dec 2012 09:46:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-12-14T09:46:51Z</dc:date>
    <item>
      <title>error in Tmap: NumberFormatException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/error-in-Tmap-NumberFormatException/m-p/2197595#M1279</link>
      <description>hi all,
&lt;BR /&gt;i am executing a job and i have an error in a tmap component:
&lt;BR /&gt;Exception in component tMap_6
&lt;BR /&gt;java.lang.NumberFormatException: null
&lt;BR /&gt; at java.lang.Integer.parseInt(Unknown Source)
&lt;BR /&gt; at java.lang.Integer.parseInt(Unknown Source)
&lt;BR /&gt; at datawarehouse.customer_performance_acuorl_0_7.Customer_Performance_ACUORL.tHashInput_3Process(Customer_Performance_ACUORL.java:55797)
&lt;BR /&gt; at datawarehouse.customer_performance_acuorl_0_7.Customer_Performance_ACUORL.tHashInput_1Process(Customer_Performance_ACUORL.java:36006)
&lt;BR /&gt; at datawarehouse.customer_performance_acuorl_0_7.Customer_Performance_ACUORL.runJobInTOS(Customer_Performance_ACUORL.java:63941)
&lt;BR /&gt; at datawarehouse.customer_performance_acuorl_0_7.Customer_Performance_ACUORL.main(Customer_Performance_ACUORL.java:63745)
&lt;BR /&gt; disconnected
&lt;BR /&gt;
&lt;BR /&gt;Can you please help to understand the meaning and see how can i solve it ?
&lt;BR /&gt;
&lt;BR /&gt;Regards</description>
      <pubDate>Thu, 13 Dec 2012 11:07:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/error-in-Tmap-NumberFormatException/m-p/2197595#M1279</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-13T11:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: error in Tmap: NumberFormatException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/error-in-Tmap-NumberFormatException/m-p/2197596#M1280</link>
      <description>hi, 
&lt;BR /&gt;as error log say : 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;java.lang.NumberFormatException: null&lt;BR /&gt;...&lt;BR /&gt;Integer.parseInt(unknown)&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;you've got a null value. 
&lt;BR /&gt;and you try to use a method with a null value. 
&lt;BR /&gt;is it normal ? 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;make some profiling about your source data. 
&lt;BR /&gt;correct source or/and filter null value . 
&lt;BR /&gt;and so on! 
&lt;BR /&gt;regards 
&lt;BR /&gt;laurent</description>
      <pubDate>Thu, 13 Dec 2012 20:40:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/error-in-Tmap-NumberFormatException/m-p/2197596#M1280</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-13T20:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: error in Tmap: NumberFormatException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/error-in-Tmap-NumberFormatException/m-p/2197597#M1281</link>
      <description>Thank you !!&lt;BR /&gt;i fixed the issue by allowing null values for my columns. &lt;BR /&gt;Hope this solution will not have a bad impact. &lt;BR /&gt;regards</description>
      <pubDate>Fri, 14 Dec 2012 09:11:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/error-in-Tmap-NumberFormatException/m-p/2197597#M1281</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-14T09:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: error in Tmap: NumberFormatException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/error-in-Tmap-NumberFormatException/m-p/2197598#M1282</link>
      <description>hope so 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;better to ask if value can be null , than waiting for some "bad thing" in future. 
&lt;BR /&gt;regards 
&lt;BR /&gt;laurent</description>
      <pubDate>Fri, 14 Dec 2012 09:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/error-in-Tmap-NumberFormatException/m-p/2197598#M1282</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-12-14T09:46:51Z</dc:date>
    </item>
  </channel>
</rss>

