<?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: tFileInputDelimited_1 - Error in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-1-Error/m-p/2311726#M82740</link>
    <description>Hi 
&lt;BR /&gt;Theres are some blank space in your file: | 1| 7|, so if your datatype is "integer", it will throw exception. You can set the datatype as string in your schema and your job will run fine.
&lt;BR /&gt;Best regards
&lt;BR /&gt; shong</description>
    <pubDate>Thu, 25 Oct 2007 10:07:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2007-10-25T10:07:58Z</dc:date>
    <item>
      <title>tFileInputDelimited_1 - Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-1-Error/m-p/2311723#M82737</link>
      <description>Hi, 
&lt;BR /&gt;I am trying to load .txt file to another .txt file. It's just a plain load. But I am getting following error. 
&lt;BR /&gt; 
&lt;BR /&gt; connecting to socket on port 3406 
&lt;BR /&gt; connected 
&lt;BR /&gt;Exception in component tFileInputDelimited_1 
&lt;BR /&gt;java.lang.NumberFormatException: For input string: " 1" 
&lt;BR /&gt; at java.lang.NumberFormatException.forInputString(Unknown Source) 
&lt;BR /&gt; at java.lang.Integer.parseInt(Unknown Source) 
&lt;BR /&gt; at java.lang.Integer.parseInt(Unknown Source) 
&lt;BR /&gt; at routines.system.ParserUtils.parseTo_Integer(ParserUtils.java:73) 
&lt;BR /&gt; at test_java.curr_demo.curr_demo.tFileInputDelimited_1Process(curr_demo.java:429) 
&lt;BR /&gt; at test_java.curr_demo.curr_demo.runJob(curr_demo.java:1075) 
&lt;BR /&gt; at test_java.curr_demo.curr_demo.main(curr_demo.java:1014) 
&lt;BR /&gt; disconnected 
&lt;BR /&gt; 
&lt;BR /&gt;Sample Data: 
&lt;BR /&gt;001116533| 1| 7| 1| 1| 6| 8| 7| 5|11| 9| 4|10| 6| 4| 1| 3| 4| 0|28| 0| 0.0000|4|10661.24|999|10661.24 
&lt;BR /&gt;001141168| 2| 6| 1| 1| 4| 8| 4| 3| 9| 3| 1|13| 4| 2| 1| 1| 6| 0|38| 0| 0.0000|4|3185.662|999|3185.662 
&lt;BR /&gt;001309633| 2|12| 1| 2| 5| 8| 5| 3| 2| 4| 3| 2| 8| 2| 1| 3| 6| 0| 2|47|2159.200|3|2764.614|999|2764.614 
&lt;BR /&gt;001315564| 6| 8| 1| 1| 4| 3| 4| 3| 7| 6| 3| 1| 8| 2| 0| 2| 2| 1|52| 0| 0.0000|7|7344.500|999|7344.500 
&lt;BR /&gt;003107169| 4| 8| 1| 2| 3| 4| 3| 2| 2| 7| 2| 2| 7| 2| 1| 2| 1| 1|37| 0| 0.0000|2|3856.955|999|3856.955 
&lt;BR /&gt;003119495| 4|11| 1| 2| 3| 2| 3| 3| 2| 5| 1|13| 8| 2| 0| 3| 1| 1|19| 0| 0.0000|2|8127.013|999|8127.013 
&lt;BR /&gt; 
&lt;BR /&gt;Can any body help me to resove the issue?</description>
      <pubDate>Sat, 16 Nov 2024 14:31:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-1-Error/m-p/2311723#M82737</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputDelimited_1 - Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-1-Error/m-p/2311724#M82738</link>
      <description>Hi 
&lt;BR /&gt;What's your datatype of columns in schema of input file?
&lt;BR /&gt;Best regards
&lt;BR /&gt; shong</description>
      <pubDate>Thu, 25 Oct 2007 09:20:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-1-Error/m-p/2311724#M82738</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-10-25T09:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputDelimited_1 - Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-1-Error/m-p/2311725#M82739</link>
      <description>Hi,&lt;BR /&gt;All the columns are "integer" and columns which are having precessions are "float.&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 25 Oct 2007 09:24:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-1-Error/m-p/2311725#M82739</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-10-25T09:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputDelimited_1 - Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-1-Error/m-p/2311726#M82740</link>
      <description>Hi 
&lt;BR /&gt;Theres are some blank space in your file: | 1| 7|, so if your datatype is "integer", it will throw exception. You can set the datatype as string in your schema and your job will run fine.
&lt;BR /&gt;Best regards
&lt;BR /&gt; shong</description>
      <pubDate>Thu, 25 Oct 2007 10:07:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-1-Error/m-p/2311726#M82740</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-10-25T10:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputDelimited_1 - Error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-1-Error/m-p/2311727#M82741</link>
      <description>Thanks Shong, it is working. 
&lt;BR /&gt;But in my output table (Database) I want these columns as integers only. In tMap, left side if I take it as "string" for columns and right side if I take it as "integer" for columns then it is showing warning. 
&lt;BR /&gt;Actually, once the data is red we trim all the records before loading data to the table. This is part of our transformations. 
&lt;BR /&gt;Is there a way to read these records without any space while reading input data. 
&lt;BR /&gt;Thanks again...</description>
      <pubDate>Thu, 25 Oct 2007 10:35:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputDelimited-1-Error/m-p/2311727#M82741</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2007-10-25T10:35:33Z</dc:date>
    </item>
  </channel>
</rss>

