<?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 on tJavaRow in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Error-on-tJavaRow/m-p/2224777#M17343</link>
    <description>Great, &lt;BR /&gt;I'm still figuring out how the Null pointer had happend.&lt;BR /&gt;I think that the problem comes from the tMap : tJavaRow doesn't automatically propage datas so for each of your column, you have to specify manually  : output_row.mycolumn = input_row.mycolumn else it will be null after.&lt;BR /&gt;There might be a bug because it prints "Exception in tJavaRow" which looks fairly incorrect according to my explanations....&lt;BR /&gt;Regards,</description>
    <pubDate>Wed, 13 Feb 2008 14:42:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-02-13T14:42:35Z</dc:date>
    <item>
      <title>Error on tJavaRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-on-tJavaRow/m-p/2224774#M17340</link>
      <description>Hi,&lt;BR /&gt;I've to do a migration beween SqlServer 7.0 and PostgreSQL 8.2. I don't know how, but I've null value on my Primary key in SqlServer that I try to filter... but i've the following error :&lt;BR /&gt;    Starting job MigreSite at 10:57 13/02/2008.&lt;BR /&gt;    Exception in component tJavaRow_1&lt;BR /&gt;    java.lang.NullPointerException&lt;BR /&gt;	at gespat.migresite.MigreSite.tMSSqlInput_2Process(MigreSite.java:1882)&lt;BR /&gt;	at gespat.migresite.MigreSite.runJobInTOS(MigreSite.java:2350)&lt;BR /&gt;	at gespat.migresite.MigreSite.main(MigreSite.java:2269)&lt;BR /&gt;    Job MigreSite ended at 10:57 13/02/2008. &lt;BR /&gt;Another question : can i do in the SELECT (input) WHERE &amp;lt;column_name&amp;gt; IS NOT NULL ... and other conditions ?</description>
      <pubDate>Sat, 16 Nov 2024 14:27:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-on-tJavaRow/m-p/2224774#M17340</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error on tJavaRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-on-tJavaRow/m-p/2224775#M17341</link>
      <description>The generated code : 
  &lt;BR /&gt;// ============================================================================ 
  &lt;BR /&gt;// 
  &lt;BR /&gt;// Copyright (c) 2005-2007, Talend Inc. 
  &lt;BR /&gt;// 
  &lt;BR /&gt;// This source code has been automatically generated by Talend Open Studio 
  &lt;BR /&gt;// / JobDesigner (CodeGenerator version 2.3.0.r8623). 
  &lt;BR /&gt;// You can find more information about Talend products at 
  &lt;A href="http://www.talend.com"&gt;www.talend.com&lt;/A&gt;. 
  &lt;BR /&gt;// You may distribute this code under the terms of the GNU LGPL license 
  &lt;BR /&gt;// ( 
  &lt;A href="http://www.gnu.org/licenses/lgpl.html"&gt;http://www.gnu.org/licenses/lgpl.html&lt;/A&gt;). 
  &lt;BR /&gt;// 
  &lt;BR /&gt;// ============================================================================ 
  &lt;BR /&gt;package gespat.migresite; 
  &lt;BR /&gt;import routines.DataOperation; 
  &lt;BR /&gt;import routines.Mathematical; 
  &lt;BR /&gt;import routines.Numeric; 
  &lt;BR /&gt;import routines.Relational; 
  &lt;BR /&gt;import routines.StringHandling; import routines.TalendDataGenerator; import routines.Ta
 &lt;BR /&gt;&lt;BR /&gt;To see the whole post, download it &lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Md9p"&gt;here&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Md9p"&gt;OriginalPost.pdf&lt;/A&gt;</description>
      <pubDate>Wed, 13 Feb 2008 10:16:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-on-tJavaRow/m-p/2224775#M17341</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-13T10:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error on tJavaRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-on-tJavaRow/m-p/2224776#M17342</link>
      <description>Now it's ok ! I've just use a tMap with filter in the tMap. I use (&amp;lt;colonne&amp;gt;==null || &amp;lt;colonne&amp;gt;==0)?null:&amp;lt;colonne&amp;gt; to do what i want !</description>
      <pubDate>Wed, 13 Feb 2008 14:10:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-on-tJavaRow/m-p/2224776#M17342</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-13T14:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Error on tJavaRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-on-tJavaRow/m-p/2224777#M17343</link>
      <description>Great, &lt;BR /&gt;I'm still figuring out how the Null pointer had happend.&lt;BR /&gt;I think that the problem comes from the tMap : tJavaRow doesn't automatically propage datas so for each of your column, you have to specify manually  : output_row.mycolumn = input_row.mycolumn else it will be null after.&lt;BR /&gt;There might be a bug because it prints "Exception in tJavaRow" which looks fairly incorrect according to my explanations....&lt;BR /&gt;Regards,</description>
      <pubDate>Wed, 13 Feb 2008 14:42:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-on-tJavaRow/m-p/2224777#M17343</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-13T14:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error on tJavaRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-on-tJavaRow/m-p/2224778#M17344</link>
      <description>Thanks for this explication !
&lt;BR /&gt;It should help me if i use it after !
&lt;BR /&gt;Regards,</description>
      <pubDate>Wed, 13 Feb 2008 14:45:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-on-tJavaRow/m-p/2224778#M17344</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-02-13T14:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error on tJavaRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-on-tJavaRow/m-p/2224779#M17345</link>
      <description>It is a nice post. I got it very useful. Thanks!
&lt;BR /&gt;
&lt;A href="http://simulationempruntimmobilier.com/" target="_blank" rel="nofollow noopener noreferrer"&gt;&lt;FONT color="#DEDFDF"&gt;&lt;U&gt;simulation emprunt immobilier&lt;/U&gt;&lt;/FONT&gt;&lt;/A&gt;</description>
      <pubDate>Wed, 06 May 2009 20:02:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-on-tJavaRow/m-p/2224779#M17345</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-06T20:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Error on tJavaRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Error-on-tJavaRow/m-p/2224780#M17346</link>
      <description>Wow ! The code is very very long. I assume that you are very good in computer programming. It is a good talent. Good Job ! 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;A href="http://simulationpretimmobilier.net" target="_blank" rel="nofollow noopener noreferrer"&gt;&lt;FONT color="#DEDFDF"&gt;&lt;U&gt;Simulation pret immobilier&lt;/U&gt;&lt;/FONT&gt;&lt;/A&gt;</description>
      <pubDate>Sat, 09 May 2009 14:18:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Error-on-tJavaRow/m-p/2224780#M17346</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-09T14:18:27Z</dc:date>
    </item>
  </channel>
</rss>

