<?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] converting short to Integer in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-converting-short-to-Integer/m-p/2293315#M66303</link>
    <description>thanks a lot 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
    <pubDate>Tue, 10 Apr 2012 17:26:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-04-10T17:26:54Z</dc:date>
    <item>
      <title>[resolved] converting short to Integer</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-converting-short-to-Integer/m-p/2293313#M66301</link>
      <description>how can I convert a short (not Short) to an Integer.&lt;BR /&gt;short s&lt;BR /&gt;I've tryied &lt;BR /&gt;Integer.parseInt(new Short(s))&lt;BR /&gt;&lt;BR /&gt;thanks for helping</description>
      <pubDate>Tue, 10 Apr 2012 13:54:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-converting-short-to-Integer/m-p/2293313#M66301</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-10T13:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] converting short to Integer</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-converting-short-to-Integer/m-p/2293314#M66302</link>
      <description>Hi dchambon,
&lt;BR /&gt;You need to convert it to a Short first:
&lt;BR /&gt;short abc = 10;
&lt;BR /&gt;Short a = new Short(abc);
&lt;BR /&gt;Integer myint = a.intValue();
&lt;BR /&gt;or also:
&lt;BR /&gt;Integer myint = (new Short(abc)).intValue();</description>
      <pubDate>Tue, 10 Apr 2012 15:50:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-converting-short-to-Integer/m-p/2293314#M66302</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-10T15:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] converting short to Integer</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-converting-short-to-Integer/m-p/2293315#M66303</link>
      <description>thanks a lot 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 10 Apr 2012 17:26:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-converting-short-to-Integer/m-p/2293315#M66303</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-10T17:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] converting short to Integer</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-converting-short-to-Integer/m-p/2293316#M66304</link>
      <description>tks it was helpful 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 25 Apr 2012 22:56:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-converting-short-to-Integer/m-p/2293316#M66304</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-25T22:56:22Z</dc:date>
    </item>
  </channel>
</rss>

