<?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 unpredictable spaces in column value? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-remove-unpredictable-spaces-in-column-value/m-p/2377996#M139807</link>
    <description>&lt;P&gt;Hi,  and if you want to keep only one space:&lt;/P&gt;&lt;P&gt; row1.columnName.replaceAll("(?&amp;lt;= ) +","")&lt;/P&gt;</description>
    <pubDate>Tue, 08 Feb 2022 07:54:37 GMT</pubDate>
    <dc:creator>gjeremy1617088143</dc:creator>
    <dc:date>2022-02-08T07:54:37Z</dc:date>
    <item>
      <title>How to remove unpredictable spaces in column value?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-remove-unpredictable-spaces-in-column-value/m-p/2377994#M139805</link>
      <description>&lt;P&gt;I have requirement where in order to match the names from lookup table to main table, I need to remove spaces from input value.&lt;/P&gt;&lt;P&gt;For ex. Input -"ABC&amp;lt;space&amp;gt;&amp;lt;space&amp;gt;&amp;lt;space&amp;gt; DGJ"&lt;/P&gt;&lt;P&gt;Lookup value "ABC&amp;lt;space&amp;gt;DGJ"&lt;/P&gt;&lt;P&gt;Some values have 3 spaces between it or some have have 2 spaces between name. How can i eliminate these without using too many replace?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:14:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-remove-unpredictable-spaces-in-column-value/m-p/2377994#M139805</guid>
      <dc:creator>RDhage1644252496</dc:creator>
      <dc:date>2024-11-15T23:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove unpredictable spaces in column value?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-remove-unpredictable-spaces-in-column-value/m-p/2377995#M139806</link>
      <description>&lt;P&gt;This should work for you.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;row1.columnName.replaceAll(" +", " ")&lt;/P&gt;</description>
      <pubDate>Mon, 07 Feb 2022 18:12:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-remove-unpredictable-spaces-in-column-value/m-p/2377995#M139806</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-07T18:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove unpredictable spaces in column value?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-remove-unpredictable-spaces-in-column-value/m-p/2377996#M139807</link>
      <description>&lt;P&gt;Hi,  and if you want to keep only one space:&lt;/P&gt;&lt;P&gt; row1.columnName.replaceAll("(?&amp;lt;= ) +","")&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2022 07:54:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-remove-unpredictable-spaces-in-column-value/m-p/2377996#M139807</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2022-02-08T07:54:37Z</dc:date>
    </item>
  </channel>
</rss>

