<?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: tFileInputExcel can't read Integer value more than 2 digits in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-can-t-read-Integer-value-more-than-2-digits/m-p/2371807#M134709</link>
    <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi Jcs19,&lt;BR /&gt;Actually the error came out when I used several combination from Excel column to make an aggregate count using tAggregateRow.&amp;nbsp;&lt;BR /&gt;For Example :&amp;nbsp;4182168210&lt;BR /&gt;41821682 is my sample product code. Its data type is String.&lt;BR /&gt;10 is my quantity of my the product. The data type is Integer.&lt;BR /&gt;I've tried some ways just now, include try to remove 1-2 character from my product code (Ex: 41821682 to 418216) and the process accepted it. So I wonder when the combination happened my product code and quantity were blended together into Integer since max capacity of Integer is 2147483647 so if the amount is above the max value then it will error.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;So there's several ways to prevent the error, whether change all data type into String for temporary and change it back to what it supposed to be when the combination is done, or change my quantity data type to Long (actually I haven't try this way yet so I dunno whether it'll works or not)&lt;BR /&gt;Thanks and regards,&lt;BR /&gt;Liong&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Yes, that was what I thought so 
&lt;BR /&gt;In your example&amp;nbsp; 
&lt;BR /&gt;"41821682" should stay as a String and "10" should stay as an integer 
&lt;BR /&gt;but your output "4182168210" should be a string and not an integer or a long. 
&lt;BR /&gt;is your issue solved?</description>
    <pubDate>Fri, 03 Jul 2015 10:53:43 GMT</pubDate>
    <dc:creator>Jcs19</dc:creator>
    <dc:date>2015-07-03T10:53:43Z</dc:date>
    <item>
      <title>tFileInputExcel can't read Integer value more than 2 digits</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-can-t-read-Integer-value-more-than-2-digits/m-p/2371803#M134705</link>
      <description>Hi, I'm a newbie in Talend.. I found some issues when I'm trying to inserting data from Excel file into Talend. I try to insert Excel file using tFileInputExcel, but in the middle of the process Talend sent me an error message that stated "For Input String : xxxxxxxxxx". But Integer value with only 1 digit (Example: 2 or 5)&amp;nbsp;can be inserted while the other value with 2 digits (Example: 10 or 14)&amp;nbsp;can't be inserted.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Anybody ever experienced with this issue?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Liong</description>
      <pubDate>Fri, 03 Jul 2015 07:14:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-can-t-read-Integer-value-more-than-2-digits/m-p/2371803#M134705</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-03T07:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputExcel can't read Integer value more than 2 digits</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-can-t-read-Integer-value-more-than-2-digits/m-p/2371804#M134706</link>
      <description>&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/296607/Capture.png" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAsL.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144818i8903EF49F938A102/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAsL.png" alt="0683p000009MAsL.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/A&gt; 
&lt;BR /&gt;Here's the screenshot of the error..</description>
      <pubDate>Fri, 03 Jul 2015 07:23:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-can-t-read-Integer-value-more-than-2-digits/m-p/2371804#M134706</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-03T07:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputExcel can't read Integer value more than 2 digits</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-can-t-read-Integer-value-more-than-2-digits/m-p/2371805#M134707</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Hi, I'm a newbie in Talend.. I found some issues when I'm trying to inserting data from Excel file into Talend. I try to insert Excel file using tFileInputExcel, but in the middle of the process Talend sent me an error message that stated "For Input String : xxxxxxxxxx". But Integer value with only 1 digit (Example: 2 or 5)&amp;nbsp;can be inserted while the other value with 2 digits (Example: 10 or 14)&amp;nbsp;can't be inserted.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Anybody ever experienced with this issue?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Liong&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;The max value for an integer is 2147483647
&lt;BR /&gt;
&lt;BR /&gt;Are you sure it's an integer ? it looks like a string... (yes, not all numbers are integers or floats, for example if your product_code is 201507010000001, it will be a string)
&lt;BR /&gt;if it's really a number, then you can declare it as "long", its max value is&amp;nbsp;&amp;nbsp;9223372036854775807 (dont forget to do the same on your DB)</description>
      <pubDate>Fri, 03 Jul 2015 08:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-can-t-read-Integer-value-more-than-2-digits/m-p/2371805#M134707</guid>
      <dc:creator>Jcs19</dc:creator>
      <dc:date>2015-07-03T08:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputExcel can't read Integer value more than 2 digits</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-can-t-read-Integer-value-more-than-2-digits/m-p/2371806#M134708</link>
      <description>Hi Jcs19, 
&lt;BR /&gt;Actually the error came out when I used several combination from Excel column to make an aggregate count using tAggregateRow.&amp;nbsp; 
&lt;BR /&gt;For Example :&amp;nbsp;4182168210 
&lt;BR /&gt;41821682 is my sample product code. Its data type is String. 
&lt;BR /&gt;10 is my quantity of my the product. The data type is Integer. 
&lt;BR /&gt;I've tried some ways just now, include try to remove 1-2 character from my product code (Ex: 41821682 to 418216) and the process accepted it. So I wonder when the combination happened my product code and quantity were blended together into Integer since max capacity of Integer is 2147483647 so if the amount is above the max value then it will error.&amp;nbsp; 
&lt;BR /&gt; 
&lt;BR /&gt;So there's several ways to prevent the error, whether change all data type into String for temporary and change it back to what it supposed to be when the combination is done, or change my quantity data type to Long (actually I haven't try this way yet so I dunno whether it'll works or not) 
&lt;BR /&gt;Thanks and regards, 
&lt;BR /&gt;Liong</description>
      <pubDate>Fri, 03 Jul 2015 09:27:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-can-t-read-Integer-value-more-than-2-digits/m-p/2371806#M134708</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-03T09:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputExcel can't read Integer value more than 2 digits</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-can-t-read-Integer-value-more-than-2-digits/m-p/2371807#M134709</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi Jcs19,&lt;BR /&gt;Actually the error came out when I used several combination from Excel column to make an aggregate count using tAggregateRow.&amp;nbsp;&lt;BR /&gt;For Example :&amp;nbsp;4182168210&lt;BR /&gt;41821682 is my sample product code. Its data type is String.&lt;BR /&gt;10 is my quantity of my the product. The data type is Integer.&lt;BR /&gt;I've tried some ways just now, include try to remove 1-2 character from my product code (Ex: 41821682 to 418216) and the process accepted it. So I wonder when the combination happened my product code and quantity were blended together into Integer since max capacity of Integer is 2147483647 so if the amount is above the max value then it will error.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;So there's several ways to prevent the error, whether change all data type into String for temporary and change it back to what it supposed to be when the combination is done, or change my quantity data type to Long (actually I haven't try this way yet so I dunno whether it'll works or not)&lt;BR /&gt;Thanks and regards,&lt;BR /&gt;Liong&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Yes, that was what I thought so 
&lt;BR /&gt;In your example&amp;nbsp; 
&lt;BR /&gt;"41821682" should stay as a String and "10" should stay as an integer 
&lt;BR /&gt;but your output "4182168210" should be a string and not an integer or a long. 
&lt;BR /&gt;is your issue solved?</description>
      <pubDate>Fri, 03 Jul 2015 10:53:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-can-t-read-Integer-value-more-than-2-digits/m-p/2371807#M134709</guid>
      <dc:creator>Jcs19</dc:creator>
      <dc:date>2015-07-03T10:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputExcel can't read Integer value more than 2 digits</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-can-t-read-Integer-value-more-than-2-digits/m-p/2371808#M134710</link>
      <description>Hi Jcs19,
&lt;BR /&gt;
&lt;BR /&gt;You're right, my product number should stay as String and quantity as Integer. But the error still occurred. So I tried to create a new column beside my product number in my Excel file then I replace all value of the product number in original column with same value as I created in temporary column one. After that, it works.&amp;nbsp;
&lt;BR /&gt;
&lt;BR /&gt;I still don't know the reason why is this happened. I suspect that this is related to data type or formula (vlookup, etc.) issues that I used in my Excel file. Because when I replaced the original value with the duplicated one, I only copied the value instead of copy with the formula.&amp;nbsp;
&lt;BR /&gt;Thanks and Regards,
&lt;BR /&gt;Liong</description>
      <pubDate>Fri, 03 Jul 2015 11:41:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-can-t-read-Integer-value-more-than-2-digits/m-p/2371808#M134710</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-03T11:41:07Z</dc:date>
    </item>
  </channel>
</rss>

