<?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 in tMap in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Null-pointer-exception-in-tMap/m-p/2206332#M6436</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp;The NULL check and empty value verification can be done by above post. There are two specialized components in Talend which can perform Data Quality checks for email and Telephone numbers.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; Please utilize them for data quality checks before inserting data to target table. The links for both components are as below.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://help.talend.com/reader/hCrOzogIwKfuR3mPf~LydA/8_Q4WAzPdmlNfO5mdguPVg" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/hCrOzogIwKfuR3mPf~LydA/8_Q4WAzPdmlNfO5mdguPVg&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://help.talend.com/reader/hCrOzogIwKfuR3mPf~LydA/A9mfddr8XFdjPzBpQu6Izw" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/hCrOzogIwKfuR3mPf~LydA/A9mfddr8XFdjPzBpQu6Izw&lt;/A&gt;&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;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Mar 2019 05:25:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-03-01T05:25:54Z</dc:date>
    <item>
      <title>Null pointer exception in tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Null-pointer-exception-in-tMap/m-p/2206330#M6434</link>
      <description>I am trying to read data from ldap and load it into sql server table. While loading IAM checking the phone(us format) and email format using code routines in tMap. In source, phone and email columns may having null or empty values. Code routines return null if the format doesn't match. In database, these two columns are nullable. Whenever null or empty comes from source, job is throwing null pointer exception in tMap</description>
      <pubDate>Thu, 28 Feb 2019 18:40:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Null-pointer-exception-in-tMap/m-p/2206330#M6434</guid>
      <dc:creator>Rathesh</dc:creator>
      <dc:date>2019-02-28T18:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Null pointer exception in tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Null-pointer-exception-in-tMap/m-p/2206331#M6435</link>
      <description>&lt;P&gt;Any field that you use code to manipulate needs to do null checks before the manipulation if null values are being passed. Try:&lt;BR /&gt;!Relational.ISNULL(fieldName) &amp;amp;&amp;amp; fieldName.length() &amp;gt; 0 ? codeToDo :null&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 18:52:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Null-pointer-exception-in-tMap/m-p/2206331#M6435</guid>
      <dc:creator>Jj5</dc:creator>
      <dc:date>2019-02-28T18:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Null pointer exception in tMap</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Null-pointer-exception-in-tMap/m-p/2206332#M6436</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp;The NULL check and empty value verification can be done by above post. There are two specialized components in Talend which can perform Data Quality checks for email and Telephone numbers.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; Please utilize them for data quality checks before inserting data to target table. The links for both components are as below.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://help.talend.com/reader/hCrOzogIwKfuR3mPf~LydA/8_Q4WAzPdmlNfO5mdguPVg" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/hCrOzogIwKfuR3mPf~LydA/8_Q4WAzPdmlNfO5mdguPVg&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://help.talend.com/reader/hCrOzogIwKfuR3mPf~LydA/A9mfddr8XFdjPzBpQu6Izw" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/hCrOzogIwKfuR3mPf~LydA/A9mfddr8XFdjPzBpQu6Izw&lt;/A&gt;&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;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2019 05:25:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Null-pointer-exception-in-tMap/m-p/2206332#M6436</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-01T05:25:54Z</dc:date>
    </item>
  </channel>
</rss>

