<?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: Convert String to Int in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Convert-String-to-Int/m-p/2308422#M79754</link>
    <description>&lt;P&gt;Thank you so much for your help, that has worked for me. Thank you also for the hint sheet, I am sure this will come in very useful!&lt;/P&gt;</description>
    <pubDate>Mon, 20 Jun 2022 19:16:05 GMT</pubDate>
    <dc:creator>thomas_2583</dc:creator>
    <dc:date>2022-06-20T19:16:05Z</dc:date>
    <item>
      <title>Convert String to Int</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-String-to-Int/m-p/2308420#M79752</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I am trying to convert my String value to an Integer, but not having any luck. The field either has a number, or a NULL. &lt;/P&gt;&lt;P&gt;I have tried the following within TMap, but this doesn't work&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000Sq0XzAAJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152232iEDAD4A3FEE78FC4F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000Sq0XzAAJ.png" alt="0695b00000Sq0XzAAJ.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Integer.parseInt(row1.comp_number)&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea how to pass this through, please?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:48:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-String-to-Int/m-p/2308420#M79752</guid>
      <dc:creator>thomas_2583</dc:creator>
      <dc:date>2024-11-15T22:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Convert String to Int</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-String-to-Int/m-p/2308421#M79753</link>
      <description>&lt;P&gt;Hi @Steven Littlewood​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;try this using tMap or tJavaRow...&lt;/P&gt;&lt;P&gt; &lt;B&gt;row1.comp_number!=null &amp;amp;&amp;amp; !row1.comp_number.trim().equals("")? Integer.valueOf(row1.comp_number):null&lt;/B&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;B&gt;++++gift&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000Sq0bIAAR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136489i48F0AFDCE8C5D8FC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000Sq0bIAAR.png" alt="0695b00000Sq0bIAAR.png" /&gt;&lt;/span&gt;&lt;B&gt;Select as Best&lt;/B&gt;&amp;nbsp;if its OK﻿&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":face_with_medical_mask:"&gt;😷&lt;/span&gt;19.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 14:49:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-String-to-Int/m-p/2308421#M79753</guid>
      <dc:creator>InfoCraft</dc:creator>
      <dc:date>2022-06-20T14:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Convert String to Int</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Convert-String-to-Int/m-p/2308422#M79754</link>
      <description>&lt;P&gt;Thank you so much for your help, that has worked for me. Thank you also for the hint sheet, I am sure this will come in very useful!&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 19:16:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Convert-String-to-Int/m-p/2308422#M79754</guid>
      <dc:creator>thomas_2583</dc:creator>
      <dc:date>2022-06-20T19:16:05Z</dc:date>
    </item>
  </channel>
</rss>

