<?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 substring from filename in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Extract-substring-from-filename/m-p/2215183#M11704</link>
    <description>&lt;P&gt;I am trying get the frequency from the file name&amp;nbsp;PMS.TD&lt;FONT color="#FF0000"&gt;&lt;U&gt;&lt;STRONG&gt;W&lt;/STRONG&gt;&lt;/U&gt;&lt;/FONT&gt;CPMC.D190402.T1821273 - W (for Weekly).&lt;/P&gt;
&lt;P&gt;I am getting the file name using&amp;nbsp;((String)globalMap.get("tFileList_1_CURRENT_FILE")).&lt;/P&gt;
&lt;P&gt;So If I want to extract the frequency from the file name, I try this :&lt;/P&gt;
&lt;P&gt;StringUtils.substring(((String)globalMap.get("tFileList_1_CURRENT_FILE")),6,7)&lt;/P&gt;
&lt;P&gt;but I am getting this error "Exception in thread "main" java.lang.Error: Unresolved compilation problem: "&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help would be appreciated.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 04:50:59 GMT</pubDate>
    <dc:creator>A_San</dc:creator>
    <dc:date>2024-11-16T04:50:59Z</dc:date>
    <item>
      <title>Extract substring from filename</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extract-substring-from-filename/m-p/2215183#M11704</link>
      <description>&lt;P&gt;I am trying get the frequency from the file name&amp;nbsp;PMS.TD&lt;FONT color="#FF0000"&gt;&lt;U&gt;&lt;STRONG&gt;W&lt;/STRONG&gt;&lt;/U&gt;&lt;/FONT&gt;CPMC.D190402.T1821273 - W (for Weekly).&lt;/P&gt;
&lt;P&gt;I am getting the file name using&amp;nbsp;((String)globalMap.get("tFileList_1_CURRENT_FILE")).&lt;/P&gt;
&lt;P&gt;So If I want to extract the frequency from the file name, I try this :&lt;/P&gt;
&lt;P&gt;StringUtils.substring(((String)globalMap.get("tFileList_1_CURRENT_FILE")),6,7)&lt;/P&gt;
&lt;P&gt;but I am getting this error "Exception in thread "main" java.lang.Error: Unresolved compilation problem: "&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help would be appreciated.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extract-substring-from-filename/m-p/2215183#M11704</guid>
      <dc:creator>A_San</dc:creator>
      <dc:date>2024-11-16T04:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Extract substring from filename</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Extract-substring-from-filename/m-p/2215184#M11705</link>
      <description>Try this one&lt;BR /&gt;((String)globalMap.get("tFileList_1_CURRENT_FILE")).substring(6, 7)</description>
      <pubDate>Tue, 27 Aug 2019 18:41:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Extract-substring-from-filename/m-p/2215184#M11705</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2019-08-27T18:41:52Z</dc:date>
    </item>
  </channel>
</rss>

