<?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 [resolved] CONVERT STRING TO INTEGER in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-CONVERT-STRING-TO-INTEGER/m-p/2265550#M45063</link>
    <description>Hello All,&lt;BR /&gt;I want to convert my input column (&lt;B&gt;String type&lt;/B&gt;) to &lt;B&gt;Integer&lt;/B&gt; in my tMap&lt;BR /&gt;In my input i have these values for exemple&lt;BR /&gt;"0.23"&lt;BR /&gt;"2.45"&lt;BR /&gt;"9.57"&lt;BR /&gt;So i test these both function: &amp;nbsp; Integer.parseInt() &amp;nbsp;or Integer.valueOf().&lt;BR /&gt;But it does not. I also change all dot to comma in input like that:&lt;BR /&gt;"0,23"&lt;BR /&gt;"2,45"&lt;BR /&gt;"9,57"&lt;BR /&gt;But nothing&lt;BR /&gt;Thanks for help,</description>
    <pubDate>Mon, 15 Feb 2016 15:17:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-02-15T15:17:04Z</dc:date>
    <item>
      <title>[resolved] CONVERT STRING TO INTEGER</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-CONVERT-STRING-TO-INTEGER/m-p/2265550#M45063</link>
      <description>Hello All,&lt;BR /&gt;I want to convert my input column (&lt;B&gt;String type&lt;/B&gt;) to &lt;B&gt;Integer&lt;/B&gt; in my tMap&lt;BR /&gt;In my input i have these values for exemple&lt;BR /&gt;"0.23"&lt;BR /&gt;"2.45"&lt;BR /&gt;"9.57"&lt;BR /&gt;So i test these both function: &amp;nbsp; Integer.parseInt() &amp;nbsp;or Integer.valueOf().&lt;BR /&gt;But it does not. I also change all dot to comma in input like that:&lt;BR /&gt;"0,23"&lt;BR /&gt;"2,45"&lt;BR /&gt;"9,57"&lt;BR /&gt;But nothing&lt;BR /&gt;Thanks for help,</description>
      <pubDate>Mon, 15 Feb 2016 15:17:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-CONVERT-STRING-TO-INTEGER/m-p/2265550#M45063</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-15T15:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] CONVERT STRING TO INTEGER</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-CONVERT-STRING-TO-INTEGER/m-p/2265551#M45064</link>
      <description>You probably need to get rid of the quotes first.</description>
      <pubDate>Mon, 15 Feb 2016 16:15:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-CONVERT-STRING-TO-INTEGER/m-p/2265551#M45064</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-15T16:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] CONVERT STRING TO INTEGER</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-CONVERT-STRING-TO-INTEGER/m-p/2265552#M45065</link>
      <description>Hi janhess2, 
&lt;BR /&gt;I am not sure because i make test with a small job but it does not work. 
&lt;BR /&gt;See the screenshot of job please 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/252461/Capturedouble.jpg" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDBi.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130088i908B88FB28826667/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDBi.jpg" alt="0683p000009MDBi.jpg" /&gt;&lt;/span&gt; &lt;/A&gt; 
&lt;BR /&gt;And down the config of tFixeFlowInput component 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/252461/Capturedouble2.jpg" target="_blank"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDEs.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143185i14CEFEB7D25B1744/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDEs.jpg" alt="0683p000009MDEs.jpg" /&gt;&lt;/span&gt; &lt;/A&gt; 
&lt;BR /&gt;Thanks for help,</description>
      <pubDate>Mon, 15 Feb 2016 16:28:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-CONVERT-STRING-TO-INTEGER/m-p/2265552#M45065</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-15T16:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] CONVERT STRING TO INTEGER</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-CONVERT-STRING-TO-INTEGER/m-p/2265553#M45066</link>
      <description>Hi IDEMBELE, 
&lt;BR /&gt;What error does the console state when running your small test job? 
&lt;BR /&gt;Also, the 
&lt;B&gt;Integer &lt;/B&gt;data type cannot hold 
&lt;I&gt; decimal values&lt;/I&gt;, only the 
&lt;I&gt;whole numbers&lt;/I&gt;. I think that is whats causing the error. You have to either: 
&lt;BR /&gt; 
&lt;BR /&gt;change 
&lt;B&gt;input value&lt;/B&gt;s to whole numbers; or 
&lt;BR /&gt;change 
&lt;B&gt;Integer&lt;/B&gt; data type to float or some other similar data type that handles decimals 
&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Feb 2016 02:16:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-CONVERT-STRING-TO-INTEGER/m-p/2265553#M45066</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-16T02:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] CONVERT STRING TO INTEGER</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-CONVERT-STRING-TO-INTEGER/m-p/2265554#M45067</link>
      <description>Thanks junmilsso</description>
      <pubDate>Mon, 09 May 2016 13:34:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-CONVERT-STRING-TO-INTEGER/m-p/2265554#M45067</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-09T13:34:56Z</dc:date>
    </item>
  </channel>
</rss>

