<?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 Remove string after &amp;quot;.&amp;quot;(dot) from string in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Remove-string-after-quot-quot-dot-from-string/m-p/2346429#M113822</link>
    <description>&lt;P&gt;Hi Experts&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have to remove string after "."(dot) like "abcik.tarh". My output should come "abcik"&lt;/P&gt;
&lt;P&gt;Kindly help for the same.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Nizam&lt;/P&gt;</description>
    <pubDate>Mon, 18 Sep 2017 08:04:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-09-18T08:04:39Z</dc:date>
    <item>
      <title>Remove string after "."(dot) from string</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Remove-string-after-quot-quot-dot-from-string/m-p/2346429#M113822</link>
      <description>&lt;P&gt;Hi Experts&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have to remove string after "."(dot) like "abcik.tarh". My output should come "abcik"&lt;/P&gt;
&lt;P&gt;Kindly help for the same.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Nizam&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 08:04:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Remove-string-after-quot-quot-dot-from-string/m-p/2346429#M113822</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-18T08:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Remove string after "."(dot) from string</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Remove-string-after-quot-quot-dot-from-string/m-p/2346430#M113823</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use a simple regex for that.&lt;/P&gt;&lt;P&gt;Assuming the field name is fullname and the flow name is row43, here is an example:&lt;/P&gt;&lt;PRE&gt;row43.fullname.replaceAll("\\..*$", "")&lt;/PRE&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 08:28:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Remove-string-after-quot-quot-dot-from-string/m-p/2346430#M113823</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-09-18T08:28:34Z</dc:date>
    </item>
  </channel>
</rss>

