<?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: For Input String... in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/NumberFormatException-For-Input-String/m-p/2373602#M136308</link>
    <description>Hi&amp;nbsp; 
&lt;BR /&gt;This field contains string values such as "Anthony Jones", but you are using numeric data type to read it. If you uncheck the 'die on error' option on tInformixInput component, these string values will be rejected to the rejected flow. eg: 
&lt;BR /&gt;tInformixInput--main--tMap 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;--reject--tLogRow 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
    <pubDate>Mon, 03 Aug 2015 03:53:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-08-03T03:53:34Z</dc:date>
    <item>
      <title>NumberFormatException: For Input String...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NumberFormatException-For-Input-String/m-p/2373601#M136307</link>
      <description>&lt;P&gt;I'm returning a NumberFormatException in my tInformixInput component. What's the problem here? I have run this job several times and didn't have this problem when uploading similar data.&amp;nbsp;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGd5.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/128570i1E380873E0D33CF2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGd5.png" alt="0683p000009MGd5.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 11:07:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NumberFormatException-For-Input-String/m-p/2373601#M136307</guid>
      <dc:creator>dvorakstephen11</dc:creator>
      <dc:date>2024-11-16T11:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: NumberFormatException: For Input String...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NumberFormatException-For-Input-String/m-p/2373602#M136308</link>
      <description>Hi&amp;nbsp; 
&lt;BR /&gt;This field contains string values such as "Anthony Jones", but you are using numeric data type to read it. If you uncheck the 'die on error' option on tInformixInput component, these string values will be rejected to the rejected flow. eg: 
&lt;BR /&gt;tInformixInput--main--tMap 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;--reject--tLogRow 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 03 Aug 2015 03:53:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NumberFormatException-For-Input-String/m-p/2373602#M136308</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-03T03:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: NumberFormatException: For Input String...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NumberFormatException-For-Input-String/m-p/2373603#M136309</link>
      <description>My tInformixInput component doesn't have a "die on error" option in any of the component tabs.&amp;nbsp;</description>
      <pubDate>Mon, 03 Aug 2015 14:02:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NumberFormatException-For-Input-String/m-p/2373603#M136309</guid>
      <dc:creator>dvorakstephen11</dc:creator>
      <dc:date>2015-08-03T14:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: NumberFormatException: For Input String...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NumberFormatException-For-Input-String/m-p/2373604#M136310</link>
      <description>OK, this option is not available on this component yet. Try to read this column with string data type, and then filter the input data and remove the data that is alphabetic, finally, convert the data to numeric data type if needed. eg: 
&lt;BR /&gt;tInformixInput--main--tFilterRow--main--tLogRow 
&lt;BR /&gt;on tFilterRow, check the 'Use advanced mode' box, and write the expression as below: 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt;
  !StringHanding.IS_ALPHA(input_row.columnName); 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 03 Aug 2015 14:13:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NumberFormatException-For-Input-String/m-p/2373604#M136310</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-03T14:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: NumberFormatException: For Input String...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NumberFormatException-For-Input-String/m-p/2373605#M136311</link>
      <description>The field is intended to contain only string values, so I don't want (and shouldn't have) any numeric data types included. In all of my schemas, the resourcename column is a String data type, but I'm still receiving this NumberFormatException.</description>
      <pubDate>Mon, 03 Aug 2015 14:25:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NumberFormatException-For-Input-String/m-p/2373605#M136311</guid>
      <dc:creator>dvorakstephen11</dc:creator>
      <dc:date>2015-08-03T14:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: NumberFormatException: For Input String...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NumberFormatException-For-Input-String/m-p/2373606#M136312</link>
      <description>Can you upload a screenshot of tInformixInput's schema?</description>
      <pubDate>Mon, 03 Aug 2015 14:30:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NumberFormatException-For-Input-String/m-p/2373606#M136312</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-03T14:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: NumberFormatException: For Input String...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NumberFormatException-For-Input-String/m-p/2373607#M136313</link>
      <description>&amp;nbsp; &amp;nbsp;
&lt;BR /&gt;
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MGdA.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130966iD4C2EE12947EC44D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MGdA.png" alt="0683p000009MGdA.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 03 Aug 2015 14:40:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NumberFormatException-For-Input-String/m-p/2373607#M136313</guid>
      <dc:creator>dvorakstephen11</dc:creator>
      <dc:date>2015-08-03T14:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: NumberFormatException: For Input String...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NumberFormatException-For-Input-String/m-p/2373608#M136314</link>
      <description>I figured it out. For some reason I was leaving out resourceid in my query, even though I'm sure I had it in there before at one point. Thanks for your help.</description>
      <pubDate>Mon, 03 Aug 2015 14:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NumberFormatException-For-Input-String/m-p/2373608#M136314</guid>
      <dc:creator>dvorakstephen11</dc:creator>
      <dc:date>2015-08-03T14:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: NumberFormatException: For Input String...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NumberFormatException-For-Input-String/m-p/2373609#M136315</link>
      <description>From your screenshots, I see there are many integer fields, this error must occur on one of these integer fields, can you debug to see which field has the error.&amp;nbsp;</description>
      <pubDate>Mon, 03 Aug 2015 14:44:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NumberFormatException-For-Input-String/m-p/2373609#M136315</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-03T14:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: NumberFormatException: For Input String...</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NumberFormatException-For-Input-String/m-p/2373610#M136316</link>
      <description>&lt;BLOCKQUOTE&gt;dvorakstephen11 wrote:&lt;BR /&gt;I figured it out. For some reason I was leaving out resourceid in my query, even though I'm sure I had it in there before at one point. Thanks for your help.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Great! and thanks for your feedback!</description>
      <pubDate>Mon, 03 Aug 2015 14:46:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NumberFormatException-For-Input-String/m-p/2373610#M136316</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-03T14:46:14Z</dc:date>
    </item>
  </channel>
</rss>

