<?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: java.lang.NullPointerException Error in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-Error/m-p/2202754#M4331</link>
    <description>&lt;P&gt;Hm. This actually looks OK. Are you sure that your input does not contain e.g. six records with ID_CLIENT = 1 and six with ID_CLIENT = 7? If this were the case, then I would expect this output. You could always aggregate the input or the output over all columns by using a tAggregate component before or after tMap, if you are after distinct records.&lt;/P&gt;</description>
    <pubDate>Tue, 20 Aug 2019 20:00:13 GMT</pubDate>
    <dc:creator>JR1</dc:creator>
    <dc:date>2019-08-20T20:00:13Z</dc:date>
    <item>
      <title>java.lang.NullPointerException Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-Error/m-p/2202749#M4326</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This my first post here and i hope that you can help me (i'm a begginer in TALEND)&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have 4 table :&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Vente:ID_VENTE;PRIX_VENTE;DATE_VENTE;PRIX_ACHAT;ID_FOURNISSEUR;ID_VOITURE&lt;/P&gt; 
&lt;P&gt;Fournisseur;&amp;nbsp;ID_FOURNISSEUR;NOMF;DATE_LIVRAISON&lt;/P&gt; 
&lt;P&gt;COmpte:&amp;nbsp;ID_COMPTE;NOMC;MAIL;DATE_INSCRIPTION;ID_CLIENT;ID_FOURNISSEUR&lt;/P&gt; 
&lt;P&gt;Client:&amp;nbsp;ID_CLIENT;NOM;VILLE.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;the question which i like to reply is :&amp;nbsp;&amp;nbsp; &amp;nbsp; Give the list of all customers who registered before the 2015-07-11 date and who bought car online&amp;nbsp; &amp;nbsp; and the list of all customers who bought car Not online after 1999-01-20 and the price is smaller then 2000 euro.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1..JPG" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M72K.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145091i476A20A939FDC502/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M72K.jpg" alt="0683p000009M72K.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;I used a TMAP to use my conditions.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2..JPG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M72P.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128568i9A23CE014192FDA5/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M72P.jpg" alt="0683p000009M72P.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;and the expression conditons that i use are :&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;First table&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;row2.DATE_INSCRIPTION.before(TalendDate.parseDate("dd-MM-yyyy","11-07-2015")) &amp;amp;&amp;amp; row2.MAIL != null&lt;/P&gt; 
&lt;P&gt;Second table :&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;row2.MAIL==null &amp;amp;&amp;amp; row4.DATE_VENTE.after(TalendDate.parseDate("dd-MM-yyyy","20-01-1999"))&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;and when i make it run, i get this error :&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="3..JPG" style="width: 497px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M72U.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149858iDD0E995E0133EBCA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M72U.jpg" alt="0683p000009M72U.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I didn't understant what he trying to tell me.&lt;/P&gt; 
&lt;P&gt;Please help.&lt;/P&gt; 
&lt;P&gt;Best regards ,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Trimech&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:55:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-Error/m-p/2202749#M4326</guid>
      <dc:creator>trimech</dc:creator>
      <dc:date>2024-11-16T04:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.NullPointerException Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-Error/m-p/2202750#M4327</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;It tries to tell you that you want to read from a property which has not been initialised yet. Possibly the date columns are null in some cases and you try to run a method (e.g. after) on such a column. I would first try the following.&lt;/P&gt;
&lt;P&gt;Change your filter expressions as follows:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First table&amp;nbsp;&lt;/P&gt;
&lt;P&gt;row2.DATE_INSCRIPTION != null &amp;amp;&amp;amp; row2.MAIL != null &amp;amp;&amp;amp; row2.DATE_INSCRIPTION.before(TalendDate.parseDate("dd-MM-yyyy","11-07-2015"))&lt;/P&gt;
&lt;P&gt;Second table :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;row4.DATE_VENTE != null &amp;amp;&amp;amp; row2.MAIL==null &amp;amp;&amp;amp; row4.DATE_VENTE.after(TalendDate.parseDate("dd-MM-yyyy","20-01-1999"))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let us know if this helps.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 08:42:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-Error/m-p/2202750#M4327</guid>
      <dc:creator>JR1</dc:creator>
      <dc:date>2019-08-20T08:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.NullPointerException Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-Error/m-p/2202751#M4328</link>
      <description>&lt;P&gt;Thanks a lot JR.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;It works but in the result i get so many time the same result like in the picture.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="que faire.JPG" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5WF.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155108iF390FF473D748EDE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5WF.jpg" alt="0683p000009M5WF.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I think there is somthing wrong in my Tmap. Can you see it ?&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Trimech&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 19:04:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-Error/m-p/2202751#M4328</guid>
      <dc:creator>trimech</dc:creator>
      <dc:date>2019-08-20T19:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.NullPointerException Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-Error/m-p/2202752#M4329</link>
      <description>&lt;P&gt;It may be that the Match Model is set up incorrectly in your lookups. Can you please provide a screenshot of your tMap where the lookup settings are expanded (the lollipops with the "1" in red on top of the lookups row2 and row4)? This should be set to "Unique Match" or "First Match".&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 19:12:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-Error/m-p/2202752#M4329</guid>
      <dc:creator>JR1</dc:creator>
      <dc:date>2019-08-20T19:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.NullPointerException Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-Error/m-p/2202753#M4330</link>
      <description>&lt;P&gt;here are the catches.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cap1.JPG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M733.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141626iB952FAEC1BE22AE3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M733.jpg" alt="0683p000009M733.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cap2.JPG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M738.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155763i6F467A640B34FF8F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M738.jpg" alt="0683p000009M738.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 19:27:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-Error/m-p/2202753#M4330</guid>
      <dc:creator>trimech</dc:creator>
      <dc:date>2019-08-20T19:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: java.lang.NullPointerException Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-Error/m-p/2202754#M4331</link>
      <description>&lt;P&gt;Hm. This actually looks OK. Are you sure that your input does not contain e.g. six records with ID_CLIENT = 1 and six with ID_CLIENT = 7? If this were the case, then I would expect this output. You could always aggregate the input or the output over all columns by using a tAggregate component before or after tMap, if you are after distinct records.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2019 20:00:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/java-lang-NullPointerException-Error/m-p/2202754#M4331</guid>
      <dc:creator>JR1</dc:creator>
      <dc:date>2019-08-20T20:00:13Z</dc:date>
    </item>
  </channel>
</rss>

