<?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: Null pointer exception while using Fixed width file. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Null-pointer-exception-while-using-Fixed-width-file/m-p/2256271#M38719</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p0000078AXEAA2"&gt;@SudheeReddy&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks for the update. Could you please mark the topic as resolved?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
    <pubDate>Tue, 19 Nov 2019 14:00:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-11-19T14:00:24Z</dc:date>
    <item>
      <title>Null pointer exception while using Fixed width file.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Null-pointer-exception-while-using-Fixed-width-file/m-p/2256267#M38715</link>
      <description>&lt;P&gt;Hello there ,&lt;BR /&gt;&lt;BR /&gt;I am facing this issue with one of the Fixed width file while loading to target MY SQL where it gives null pointer exception.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;even though I am handling it by using multiple ways not able to find the issue... can someone help me in this ?&lt;BR /&gt;&lt;BR /&gt;I tried using .... StringHandling.LEN(row.P_LANG_CD1)==0 ? "anpdifddjl****" : row.P_LANG_CD1&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;(&lt;BR /&gt;row2.P_LANG_CD1.equals(null) &amp;amp;&amp;amp;&lt;BR /&gt;row2.P_LANG_CD2.equals(null) &amp;amp;&amp;amp;&lt;BR /&gt;row2.P_LANG_CD3.equals(null) &amp;amp;&amp;amp;&lt;BR /&gt;row2.P_LANG_CD4.equals(null) &amp;amp;&amp;amp;&lt;BR /&gt;row2.P_LANG_CD5.equals(null) &amp;amp;&amp;amp;&lt;BR /&gt;row2.P_LANG_CD6.equals(null) &amp;amp;&amp;amp;&lt;BR /&gt;row2.P_LANG_CD7.equals(null)&lt;BR /&gt;)&lt;BR /&gt;? null :&lt;BR /&gt;(&lt;BR /&gt;(Lang1.value.equals(null) &amp;amp;&amp;amp; (row2.P_LANG_CD1 != null || row2.P_LANG_CD1 != "")) ||&lt;BR /&gt;(Lang2.value.equals(null) &amp;amp;&amp;amp; (row2.P_LANG_CD2 != null || row2.P_LANG_CD2 != "")) ||&lt;BR /&gt;(Lang3.value.equals(null) &amp;amp;&amp;amp; (row2.P_LANG_CD3 != null || row2.P_LANG_CD3 != "")) ||&lt;BR /&gt;(Lang4.value.equals(null) &amp;amp;&amp;amp; (row2.P_LANG_CD4 != null || row2.P_LANG_CD4 != "")) ||&lt;BR /&gt;(Lang5.value.equals(null) &amp;amp;&amp;amp; (row2.P_LANG_CD5 != null || row2.P_LANG_CD5 != "")) ||&lt;BR /&gt;(Lang6.value.equals(null) &amp;amp;&amp;amp; (row2.P_LANG_CD6 != null || row2.P_LANG_CD6 != "")) ||&lt;BR /&gt;(Lang7.value.equals(null) &amp;amp;&amp;amp; (row2.P_LANG_CD7 != null || row2.P_LANG_CD7 != ""))&lt;BR /&gt;) ? "Language code not found": null&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;To Identify the&amp;nbsp; value which is troubling me I tried different ways as shown above and attacehd , but the value shows empty instead ... not sure how to resolve this issue.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 12:45:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Null-pointer-exception-while-using-Fixed-width-file/m-p/2256267#M38715</guid>
      <dc:creator>Sudhee_Maximus</dc:creator>
      <dc:date>2019-11-14T12:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Null pointer exception while using Fixed width file.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Null-pointer-exception-while-using-Fixed-width-file/m-p/2256268#M38716</link>
      <description>looks like i got a solution ... Thanks</description>
      <pubDate>Thu, 14 Nov 2019 14:13:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Null-pointer-exception-while-using-Fixed-width-file/m-p/2256268#M38716</guid>
      <dc:creator>Sudhee_Maximus</dc:creator>
      <dc:date>2019-11-14T14:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Null pointer exception while using Fixed width file.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Null-pointer-exception-while-using-Fixed-width-file/m-p/2256269#M38717</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;If you are using any Java function, you need to make sure that the incoming data for that column is not null. If you anticipate that any column may have null value also, you need to add a null check first before doing other operations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 02:45:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Null-pointer-exception-while-using-Fixed-width-file/m-p/2256269#M38717</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-19T02:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Null pointer exception while using Fixed width file.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Null-pointer-exception-while-using-Fixed-width-file/m-p/2256270#M38718</link>
      <description>&lt;P&gt;hey nikhil,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the reply , I sorted out the issue and its working fine now ...&lt;BR /&gt;&lt;BR /&gt;will reach out to you if any help needed &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 08:54:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Null-pointer-exception-while-using-Fixed-width-file/m-p/2256270#M38718</guid>
      <dc:creator>Sudhee_Maximus</dc:creator>
      <dc:date>2019-11-19T08:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Null pointer exception while using Fixed width file.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Null-pointer-exception-while-using-Fixed-width-file/m-p/2256271#M38719</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p0000078AXEAA2"&gt;@SudheeReddy&lt;/A&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks for the update. Could you please mark the topic as resolved?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt; 
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 14:00:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Null-pointer-exception-while-using-Fixed-width-file/m-p/2256271#M38719</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-19T14:00:24Z</dc:date>
    </item>
  </channel>
</rss>

