<?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: NumberFormatException with TaggregateRow in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/NumberFormatException-with-TaggregateRow/m-p/2293677#M66627</link>
    <description>For Information i've done a select TOP 12000 on my table to put it on a csv file.&lt;BR /&gt;I have some values like this on my csv file : 1.3E-4&lt;BR /&gt;Could it be a problem ?&lt;BR /&gt;Thank you</description>
    <pubDate>Tue, 22 Dec 2009 10:55:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-12-22T10:55:06Z</dc:date>
    <item>
      <title>NumberFormatException with TaggregateRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NumberFormatException-with-TaggregateRow/m-p/2293674#M66624</link>
      <description>Hello, 
&lt;BR /&gt;i've got a problem with a tAggregateRow 
&lt;BR /&gt;I have the following error message : 
&lt;BR /&gt;"Exception in component tAggregateRow_1_AGGOUT 
&lt;BR /&gt;java.lang.NumberFormatException 
&lt;BR /&gt; at java.math.BigDecimal.&amp;lt;init&amp;gt;(Unknown Source) 
&lt;BR /&gt; at java.math.BigDecimal.&amp;lt;init&amp;gt;(Unknown Source) 
&lt;BR /&gt; at fauchon_alimentation.etape4_alimentation_faits_ca_0_1.Etape4_Alimentation_FAITS_CA.tMSSqlInput_1Process(Etape4_Alimentation_FAITS_CA.java:9700) 
&lt;BR /&gt; at fauchon_alimentation.etape4_alimentation_faits_ca_0_1.Etape4_Alimentation_FAITS_CA.runJobInTOS(Etape4_Alimentation_FAITS_CA.java:12560) 
&lt;BR /&gt; at fauchon_alimentation.etape4_alimentation_faits_ca_0_1.Etape4_Alimentation_FAITS_CA.main(Etape4_Alimentation_FAITS_CA.java:12434)" 
&lt;BR /&gt;I've tried all differents formats for the columns (double, BigDecimal, Float) but the error is always the same. 
&lt;BR /&gt;I have also replace the "," by "." in a tmap before the Taggregate, but it's not resolving my problem. 
&lt;BR /&gt;Thank you for your help</description>
      <pubDate>Sat, 16 Nov 2024 13:38:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NumberFormatException-with-TaggregateRow/m-p/2293674#M66624</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: NumberFormatException with TaggregateRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NumberFormatException-with-TaggregateRow/m-p/2293675#M66625</link>
      <description>Hello 
&lt;BR /&gt;Can you upload a screenshot of schema?
&lt;BR /&gt;Best regards
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Tue, 22 Dec 2009 08:53:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NumberFormatException-with-TaggregateRow/m-p/2293675#M66625</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-22T08:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: NumberFormatException with TaggregateRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NumberFormatException-with-TaggregateRow/m-p/2293676#M66626</link>
      <description>This is then screenshot of the schema of the taggregate. 
&lt;BR /&gt;For Information, i've tested the job with a limited number of lines (2100 lines) and it works. 
&lt;BR /&gt;But when i launch the same job with the full table (4 000 000 lines) it failed at lines 9100. 
&lt;BR /&gt;Alaways with the same message : 
&lt;BR /&gt;Démarrage du jobEtape4_Alimentation_FAITS_CA_Init a 10:33 22/12/2009. 
&lt;BR /&gt; connecting to socket on port 3626 
&lt;BR /&gt; connected 
&lt;BR /&gt;Exception in component tAggregateRow_1_AGGOUT 
&lt;BR /&gt;java.lang.NumberFormatException 
&lt;BR /&gt; at java.math.BigDecimal.&amp;lt;init&amp;gt;(Unknown Source) 
&lt;BR /&gt; at java.math.BigDecimal.&amp;lt;init&amp;gt;(Unknown Source) 
&lt;BR /&gt; at fauchon_alimentation.etape4_alimentation_faits_ca_init_0_1.Etape4_Alimentation_FAITS_CA_Init.tMSSqlInput_1Process(Etape4_Alimentation_FAITS_CA_Init.java:11981) 
&lt;BR /&gt; at fauchon_alimentation.etape4_alimentation_faits_ca_init_0_1.Etape4_Alimentation_FAITS_CA_Init.runJobInTOS(Etape4_Alimentation_FAITS_CA_Init.java:18877) 
&lt;BR /&gt; at fauchon_alimentation.etape4_alimentation_faits_ca_init_0_1.Etape4_Alimentation_FAITS_CA_Init.main(Etape4_Alimentation_FAITS_CA_Init.java:18751) 
&lt;BR /&gt; disconnected 
&lt;BR /&gt;Job Etape4_Alimentation_FAITS_CA_Init terminé à 10:39 22/12/2009. 
&lt;BR /&gt; 
&lt;BR /&gt;Thank you</description>
      <pubDate>Tue, 22 Dec 2009 09:58:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NumberFormatException-with-TaggregateRow/m-p/2293676#M66626</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-22T09:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: NumberFormatException with TaggregateRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NumberFormatException-with-TaggregateRow/m-p/2293677#M66627</link>
      <description>For Information i've done a select TOP 12000 on my table to put it on a csv file.&lt;BR /&gt;I have some values like this on my csv file : 1.3E-4&lt;BR /&gt;Could it be a problem ?&lt;BR /&gt;Thank you</description>
      <pubDate>Tue, 22 Dec 2009 10:55:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NumberFormatException-with-TaggregateRow/m-p/2293677#M66627</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-22T10:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: NumberFormatException with TaggregateRow</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NumberFormatException-with-TaggregateRow/m-p/2293678#M66628</link>
      <description>Hello 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;java.lang.NumberFormatException&lt;BR /&gt; at java.math.BigDecimal.&amp;lt;init&amp;gt;(Unknown Source)&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;1) Make sure there is no comma "," in the values. 
&lt;BR /&gt;2) try to filter the null value before tAggregateRow. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt; 
&lt;BR /&gt; shong</description>
      <pubDate>Wed, 23 Dec 2009 05:31:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NumberFormatException-with-TaggregateRow/m-p/2293678#M66628</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-12-23T05:31:18Z</dc:date>
    </item>
  </channel>
</rss>

