<?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: how to remove white space for integer column values in talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/how-to-remove-white-space-for-integer-column-values-in-talend/m-p/2316208#M86778</link>
    <description>&lt;P&gt;This is not an Integer column if it has a space in it or starts with a 0. A number cannot start with a 0 unless it is 0. What you have is a String column which holds your data as "&amp;nbsp; 0000 ". You need to remove the spaces in the way I demonstrated, and that will leave "0000". If you convert that to an Integer it will leave 0.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jan 2018 12:19:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-01-22T12:19:38Z</dc:date>
    <item>
      <title>how to remove white space for integer column values in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-remove-white-space-for-integer-column-values-in-talend/m-p/2316205#M86775</link>
      <description>&lt;P&gt;Hi Talend Folks,&lt;/P&gt; 
&lt;P&gt;I want to remove white space for integer column values in database using talend.&lt;/P&gt; 
&lt;P&gt;whether it is possible or not ?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;input&lt;/P&gt; 
&lt;P&gt;s.no&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp;0000&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;output&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;s.no&lt;/P&gt; 
&lt;P&gt;0000&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 11:29:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-remove-white-space-for-integer-column-values-in-talend/m-p/2316205#M86775</guid>
      <dc:creator>RAJ6</dc:creator>
      <dc:date>2018-01-22T11:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove white space for integer column values in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-remove-white-space-for-integer-column-values-in-talend/m-p/2316206#M86776</link>
      <description>&lt;P&gt;Yes, this is pretty straight forward. Just place the following code in a tMap (or similar)....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;row.columnWithSpaces.replaceAll(" ", "")&lt;/PRE&gt;</description>
      <pubDate>Mon, 22 Jan 2018 11:56:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-remove-white-space-for-integer-column-values-in-talend/m-p/2316206#M86776</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-22T11:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove white space for integer column values in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-remove-white-space-for-integer-column-values-in-talend/m-p/2316207#M86777</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I tried it's not working for integer column&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;row1.S_NO.replaceAll(" ","")&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 12:05:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-remove-white-space-for-integer-column-values-in-talend/m-p/2316207#M86777</guid>
      <dc:creator>RAJ6</dc:creator>
      <dc:date>2018-01-22T12:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove white space for integer column values in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-remove-white-space-for-integer-column-values-in-talend/m-p/2316208#M86778</link>
      <description>&lt;P&gt;This is not an Integer column if it has a space in it or starts with a 0. A number cannot start with a 0 unless it is 0. What you have is a String column which holds your data as "&amp;nbsp; 0000 ". You need to remove the spaces in the way I demonstrated, and that will leave "0000". If you convert that to an Integer it will leave 0.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 12:19:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-remove-white-space-for-integer-column-values-in-talend/m-p/2316208#M86778</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-22T12:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove white space for integer column values in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-remove-white-space-for-integer-column-values-in-talend/m-p/2316209#M86779</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Thank you for your help&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 12:42:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-remove-white-space-for-integer-column-values-in-talend/m-p/2316209#M86779</guid>
      <dc:creator>RAJ6</dc:creator>
      <dc:date>2018-01-22T12:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove white space for integer column values in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-remove-white-space-for-integer-column-values-in-talend/m-p/2316210#M86780</link>
      <description>&lt;P&gt;Hey @Richard Hall​&amp;nbsp; can you please guide me to remove whites spaces in float type column? &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 11:42:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-remove-white-space-for-integer-column-values-in-talend/m-p/2316210#M86780</guid>
      <dc:creator>Muhammad_irtiza</dc:creator>
      <dc:date>2021-02-01T11:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove white space for integer column values in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-remove-white-space-for-integer-column-values-in-talend/m-p/2316211#M86781</link>
      <description>&lt;P&gt;Is this in a database? Is it a float column? Can you give an example of what you are seeing? This question was a but misleading (the original question) as they were actually talking about a String representation of a number.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2021 16:32:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-remove-white-space-for-integer-column-values-in-talend/m-p/2316211#M86781</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-02-02T16:32:36Z</dc:date>
    </item>
  </channel>
</rss>

