<?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: [resolved] How to convert float to integer in tMap ? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-convert-float-to-integer-in-tMap/m-p/2318594#M88926</link>
    <description>thanks a lot Shong, it works !
&lt;BR /&gt;I don't understand why i haven't try this before...</description>
    <pubDate>Tue, 16 Mar 2010 08:47:57 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-03-16T08:47:57Z</dc:date>
    <item>
      <title>[resolved] How to convert float to integer in tMap ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-convert-float-to-integer-in-tMap/m-p/2318592#M88924</link>
      <description>Hello&lt;BR /&gt;How to convert float (AS400) column  to integer (Postgres) column in tMap ?&lt;BR /&gt;I tried several methods without success &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Sat, 16 Nov 2024 13:30:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-convert-float-to-integer-in-tMap/m-p/2318592#M88924</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to convert float to integer in tMap ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-convert-float-to-integer-in-tMap/m-p/2318593#M88925</link>
      <description>Hello 
&lt;BR /&gt;try
&lt;BR /&gt;
&lt;PRE&gt;(int)row1.columnName&lt;/PRE&gt;
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 16 Mar 2010 02:08:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-convert-float-to-integer-in-tMap/m-p/2318593#M88925</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-16T02:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to convert float to integer in tMap ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-convert-float-to-integer-in-tMap/m-p/2318594#M88926</link>
      <description>thanks a lot Shong, it works !
&lt;BR /&gt;I don't understand why i haven't try this before...</description>
      <pubDate>Tue, 16 Mar 2010 08:47:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-convert-float-to-integer-in-tMap/m-p/2318594#M88926</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-03-16T08:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to convert float to integer in tMap ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-convert-float-to-integer-in-tMap/m-p/2318595#M88927</link>
      <description>how to convert string 0.15 into integer?&lt;BR /&gt;thanks and regards&lt;BR /&gt;Syed</description>
      <pubDate>Thu, 07 Aug 2014 13:14:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-convert-float-to-integer-in-tMap/m-p/2318595#M88927</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-07T13:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to convert float to integer in tMap ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-convert-float-to-integer-in-tMap/m-p/2318596#M88928</link>
      <description>Integer.parseInt(yourstring);</description>
      <pubDate>Thu, 07 Aug 2014 14:20:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-convert-float-to-integer-in-tMap/m-p/2318596#M88928</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-07T14:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] How to convert float to integer in tMap ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-convert-float-to-integer-in-tMap/m-p/2318597#M88929</link>
      <description>hi, 
&lt;BR /&gt;have a look at : 
&lt;BR /&gt;&amp;nbsp;http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html#parseInt(java.lang.String) 
&lt;BR /&gt;It give you the method in java&amp;nbsp; 
&lt;BR /&gt;ps : you can also do something like 'java String to integer' in google 
&lt;IMG id="smileywink" class="emoticon emoticon-smileywink" src="https://yutwg22796.i.lithium.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&amp;nbsp; or look for similar post in Talend forum with the option Search .... 
&lt;BR /&gt;regards 
&lt;BR /&gt;laurent</description>
      <pubDate>Thu, 07 Aug 2014 14:20:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-How-to-convert-float-to-integer-in-tMap/m-p/2318597#M88929</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-07T14:20:08Z</dc:date>
    </item>
  </channel>
</rss>

