<?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: To remove unnecessary characters in string in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/To-remove-unnecessary-characters-in-string/m-p/2284296#M58018</link>
    <description>Hi, ae_kel29 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;I just wonder how do I wants to removed certain character or word in string.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;If your requirement is just the example you set, the way @janhess provided is very good for you. 
&lt;BR /&gt;But if your real work have a lot of strings, it suggestion that use column_name.substring(int startIndex, int endIndex) in tMap. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
    <pubDate>Wed, 23 Jan 2013 09:04:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-01-23T09:04:03Z</dc:date>
    <item>
      <title>To remove unnecessary characters in string</title>
      <link>https://community.qlik.com/t5/Talend-Studio/To-remove-unnecessary-characters-in-string/m-p/2284293#M58015</link>
      <description>Hi, 
&lt;BR /&gt;I just wonder how do I wants to removed certain character or word in string. 
&lt;BR /&gt;For example, there is string with data "good-morning". Then i wants to remove "-morning" and then the data will become as "good" only. 
&lt;BR /&gt;Plz help me 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MPcz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157233iD1A564EF62DE3BC2/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MPcz.png" alt="0683p000009MPcz.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Kal</description>
      <pubDate>Tue, 22 Jan 2013 08:20:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/To-remove-unnecessary-characters-in-string/m-p/2284293#M58015</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-22T08:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: To remove unnecessary characters in string</title>
      <link>https://community.qlik.com/t5/Talend-Studio/To-remove-unnecessary-characters-in-string/m-p/2284294#M58016</link>
      <description>Hi, &lt;BR /&gt; &lt;A href="https://help.talend.com/search/all?query=tFileInputPositional&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;tFileInputPositional&lt;/A&gt;Component and &lt;A href="https://help.talend.com/search/all?query=tFileInputRegex&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;tFileInputRegex&lt;/A&gt; component can meet your needs.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 22 Jan 2013 08:46:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/To-remove-unnecessary-characters-in-string/m-p/2284294#M58016</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-22T08:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: To remove unnecessary characters in string</title>
      <link>https://community.qlik.com/t5/Talend-Studio/To-remove-unnecessary-characters-in-string/m-p/2284295#M58017</link>
      <description>Or in a tMap you could use column_name.replace("-morning","")</description>
      <pubDate>Tue, 22 Jan 2013 09:20:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/To-remove-unnecessary-characters-in-string/m-p/2284295#M58017</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2013-01-22T09:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: To remove unnecessary characters in string</title>
      <link>https://community.qlik.com/t5/Talend-Studio/To-remove-unnecessary-characters-in-string/m-p/2284296#M58018</link>
      <description>Hi, ae_kel29 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;I just wonder how do I wants to removed certain character or word in string.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;If your requirement is just the example you set, the way @janhess provided is very good for you. 
&lt;BR /&gt;But if your real work have a lot of strings, it suggestion that use column_name.substring(int startIndex, int endIndex) in tMap. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 23 Jan 2013 09:04:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/To-remove-unnecessary-characters-in-string/m-p/2284296#M58018</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-23T09:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: To remove unnecessary characters in string</title>
      <link>https://community.qlik.com/t5/Talend-Studio/To-remove-unnecessary-characters-in-string/m-p/2284297#M58019</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;column_name.substring(int startIndex, int endIndex) in tMap.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;This assumes the string to replace is in a fixed position.</description>
      <pubDate>Wed, 23 Jan 2013 09:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/To-remove-unnecessary-characters-in-string/m-p/2284297#M58019</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2013-01-23T09:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: To remove unnecessary characters in string</title>
      <link>https://community.qlik.com/t5/Talend-Studio/To-remove-unnecessary-characters-in-string/m-p/2284298#M58020</link>
      <description>Hi, &lt;BR /&gt;Yep, it depends on the replaced strings.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 24 Jan 2013 03:22:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/To-remove-unnecessary-characters-in-string/m-p/2284298#M58020</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-24T03:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: To remove unnecessary characters in string</title>
      <link>https://community.qlik.com/t5/Talend-Studio/To-remove-unnecessary-characters-in-string/m-p/2284299#M58021</link>
      <description>Hi There
&lt;BR /&gt;How do i remove stranges caracteres li "" on tmap when passing a string??</description>
      <pubDate>Mon, 20 Mar 2017 17:17:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/To-remove-unnecessary-characters-in-string/m-p/2284299#M58021</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2017-03-20T17:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: To remove unnecessary characters in string</title>
      <link>https://community.qlik.com/t5/Talend-Studio/To-remove-unnecessary-characters-in-string/m-p/2284300#M58022</link>
      <description>Hi&amp;nbsp;
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;eliton&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;,
&lt;BR /&gt;For you requirement, y
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;ou can use method "ReplaceAll(string s1, string s2)" in tMap component expression.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Tue, 21 Mar 2017 08:42:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/To-remove-unnecessary-characters-in-string/m-p/2284300#M58022</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-21T08:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: To remove unnecessary characters in string</title>
      <link>https://community.qlik.com/t5/Talend-Studio/To-remove-unnecessary-characters-in-string/m-p/2284301#M58023</link>
      <description>&lt;P&gt;replaceAll function throws null pointer expression when no matching string found.&lt;/P&gt;</description>
      <pubDate>Sat, 19 May 2018 07:06:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/To-remove-unnecessary-characters-in-string/m-p/2284301#M58023</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-19T07:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: To remove unnecessary characters in string</title>
      <link>https://community.qlik.com/t5/Talend-Studio/To-remove-unnecessary-characters-in-string/m-p/2284302#M58024</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMShAAO"&gt;@ContactNitesh89&lt;/A&gt;,can you try the below one.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;column_name==null ||"".equals(column_name) ? column_name : column_name.replaceAll("-morning","")&lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2018 06:20:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/To-remove-unnecessary-characters-in-string/m-p/2284302#M58024</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-05-21T06:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: To remove unnecessary characters in string</title>
      <link>https://community.qlik.com/t5/Talend-Studio/To-remove-unnecessary-characters-in-string/m-p/2284303#M58025</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMShAAO"&gt;@ContactNitesh89&lt;/A&gt;,still do you have issue?&lt;/P&gt;</description>
      <pubDate>Wed, 23 May 2018 08:01:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/To-remove-unnecessary-characters-in-string/m-p/2284303#M58025</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-05-23T08:01:33Z</dc:date>
    </item>
  </channel>
</rss>

