<?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 Extract basename in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Extract-basename/m-p/2285256#M58878</link>
    <description>Hello,
&lt;BR /&gt;I search how I can extract the basename without the extend of a file:
&lt;BR /&gt;toto.txt --&amp;gt; toto
&lt;BR /&gt;Thank you for help me
&lt;BR /&gt;Quartz
&lt;BR /&gt;Paris (with snow !!) - France</description>
    <pubDate>Tue, 22 Jan 2013 11:15:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-01-22T11:15:29Z</dc:date>
    <item>
      <title>Extract basename</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extract-basename/m-p/2285256#M58878</link>
      <description>Hello,
&lt;BR /&gt;I search how I can extract the basename without the extend of a file:
&lt;BR /&gt;toto.txt --&amp;gt; toto
&lt;BR /&gt;Thank you for help me
&lt;BR /&gt;Quartz
&lt;BR /&gt;Paris (with snow !!) - France</description>
      <pubDate>Tue, 22 Jan 2013 11:15:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extract-basename/m-p/2285256#M58878</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-22T11:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: Extract basename</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extract-basename/m-p/2285257#M58879</link>
      <description>Hi,&lt;BR /&gt;Using tFileProperties to get the basic information of a file, including the size, basename etc. and then parse the basename on tJavaRow, for example:&lt;BR /&gt;(tFileList--iterate--&amp;gt;)tFileProperties--main--tJavaRow&lt;BR /&gt;on tJavaRow:&lt;BR /&gt;&lt;PRE&gt;String basename=input_row.basename.substring(0,input_row.basename.indexOf("."))&lt;/PRE&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 23 Jan 2013 02:18:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extract-basename/m-p/2285257#M58879</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-23T02:18:58Z</dc:date>
    </item>
  </channel>
</rss>

