<?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: Null int's causing For Input String &amp;quot; &amp;quot; error in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Null-int-s-causing-For-Input-String-quot-quot-error/m-p/2228410#M19691</link>
    <description>The Test! button in Expression Builder doesn't work; you need to actually run the job. As long as row1.Visitor_Score is in the correct format for an integer it should be fine, although Integer.parseInt is more efficient than Integer.valueOf.</description>
    <pubDate>Wed, 12 Sep 2012 04:13:00 GMT</pubDate>
    <dc:creator>alevy</dc:creator>
    <dc:date>2012-09-12T04:13:00Z</dc:date>
    <item>
      <title>Null int's causing For Input String " " error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Null-int-s-causing-For-Input-String-quot-quot-error/m-p/2228405#M19686</link>
      <description>Talend/Java newbie so I am sure this is a problem of basic understanding -- thanks in advance for your help. 
&lt;BR /&gt;I am just learning Talend so my first job is a basic one but causing me trouble. 
&lt;BR /&gt;- downloading Football schedule .csv file from the internet using tFileFetch: 
&lt;A href="http://www.repole.com/sun4cast/stats/cfb2011lines.csv" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.repole.com/sun4cast/stats/cfb2011lines.csv&lt;/A&gt; 
&lt;BR /&gt;- tFileInputDelimited (pic attached) using CFBMetadata file I created 
&lt;BR /&gt;- tFileOutputExcel output file 
&lt;BR /&gt;Couple of problems. 
&lt;BR /&gt;1) it appears that even though I am downloading the file using tFIleFetch tFileInputDelimited is just passing along the data in the metadata file I have defined not the .csv file I downloaded. I got this job structure from one of the tutorials so I thought it was right, but apparently not. 
&lt;BR /&gt;2) I am only getting 42 rows when I run the job because it is giving me an empty string or For Input String " " error on the rows that have an empty value in the incoming CSV file. There is obviously some issue with the columns that I have defined as int's and floats in the metadata being treated improperly, but I don't know how to accommodate for that. I have tried several expressions to catch these, but to no avail. 
&lt;BR /&gt;thanks for the help.</description>
      <pubDate>Sat, 16 Nov 2024 12:12:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Null-int-s-causing-For-Input-String-quot-quot-error/m-p/2228405#M19686</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Null int's causing For Input String " " error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Null-int-s-causing-For-Input-String-quot-quot-error/m-p/2228406#M19687</link>
      <description>Hi,ClintMc&lt;BR /&gt;Thanks for using The talend, from your  description  i got that you want to use 3 components to finish the flow of data&lt;BR /&gt;-tFileFetch&lt;BR /&gt;-tFileInputDelimited using CFBMetadata file &lt;BR /&gt;- tFileOutputExcel output file &lt;BR /&gt;First, for the compont -tFileFetch  you can see the pic attachment i have add. there are some hint in the pic&lt;BR /&gt;Second, from the Repository, and find the metadata--Filedelimited. Right click and create a new file delimited. In the wizard, you can upload the file you have got by the -tFileFetch. the hint also have been marked in the following pic&lt;BR /&gt;Third,drag the metadata we have created before, (we called cfb2011lines) into the job designer and make a row1 with the tFileOutputExcel.&lt;BR /&gt;I'm afriad that you are newbie  cannot catch me, so i provide the detailed pic to you to understand that. Hope it will help you. &lt;BR /&gt;BTW, for the issue of or Input String " " error , there must be something wrong in the schema. If you using CFBMetadata file , the schema should be set by default.&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 11 Sep 2012 07:00:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Null-int-s-causing-For-Input-String-quot-quot-error/m-p/2228406#M19687</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-11T07:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Null int's causing For Input String " " error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Null-int-s-causing-For-Input-String-quot-quot-error/m-p/2228407#M19688</link>
      <description>Hi,ClintMc
&lt;BR /&gt;Sorry for the failture of uploading pic, the size is overload.....i change it again. it works well now!
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 11 Sep 2012 07:08:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Null-int-s-causing-For-Input-String-quot-quot-error/m-p/2228407#M19688</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-11T07:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Null int's causing For Input String " " error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Null-int-s-causing-For-Input-String-quot-quot-error/m-p/2228408#M19689</link>
      <description>Hi,ClintMc&lt;BR /&gt;And for your issue(your pic attached), we point out where you make a mistake and give the description in the following pic. To reslove the problem, read the Line column as string type, and then convert the value to null or 0 if it is a empty string " " on tMap. please see my screenshot&lt;BR /&gt;&lt;BR /&gt;Best regards</description>
      <pubDate>Tue, 11 Sep 2012 09:14:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Null-int-s-causing-For-Input-String-quot-quot-error/m-p/2228408#M19689</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-11T09:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Null int's causing For Input String " " error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Null-int-s-causing-For-Input-String-quot-quot-error/m-p/2228409#M19690</link>
      <description>valueOf worked like a charm on the float but I can't get it to compile on an Integer (row1.Visitor_score), which in the 2012 schedule has some zeros; am I doing something else wrong?</description>
      <pubDate>Tue, 11 Sep 2012 22:25:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Null-int-s-causing-For-Input-String-quot-quot-error/m-p/2228409#M19690</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-11T22:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Null int's causing For Input String " " error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Null-int-s-causing-For-Input-String-quot-quot-error/m-p/2228410#M19691</link>
      <description>The Test! button in Expression Builder doesn't work; you need to actually run the job. As long as row1.Visitor_Score is in the correct format for an integer it should be fine, although Integer.parseInt is more efficient than Integer.valueOf.</description>
      <pubDate>Wed, 12 Sep 2012 04:13:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Null-int-s-causing-For-Input-String-quot-quot-error/m-p/2228410#M19691</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2012-09-12T04:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Null int's causing For Input String " " error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Null-int-s-causing-For-Input-String-quot-quot-error/m-p/2228411#M19692</link>
      <description>Wow, you are exactly right...now I feel silly. Thank you for the reply!!</description>
      <pubDate>Wed, 12 Sep 2012 04:42:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Null-int-s-causing-For-Input-String-quot-quot-error/m-p/2228411#M19692</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-12T04:42:07Z</dc:date>
    </item>
  </channel>
</rss>

