<?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 [resolved] Delete a specific file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Delete-a-specific-file/m-p/2374691#M137249</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I am trying to delete a specific list of files from one of my directory, but unfortunately I fail.&lt;BR /&gt;For this, I use:&amp;nbsp; &lt;BR /&gt;tFileList - iterate - tFileDelete&lt;BR /&gt;properties for tFileList: Directory path, Filemask: "xls"&lt;BR /&gt;properties for tFileDelete: Filename: ((String)globalMap.get("tFileList_1_CURRENT_FILEEXTENSION"))&lt;BR /&gt;&lt;BR /&gt;But unfortunatelly it is not working. Can someone help?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Lucian Sabau&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 10:15:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T10:15:46Z</dc:date>
    <item>
      <title>[resolved] Delete a specific file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Delete-a-specific-file/m-p/2374691#M137249</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I am trying to delete a specific list of files from one of my directory, but unfortunately I fail.&lt;BR /&gt;For this, I use:&amp;nbsp; &lt;BR /&gt;tFileList - iterate - tFileDelete&lt;BR /&gt;properties for tFileList: Directory path, Filemask: "xls"&lt;BR /&gt;properties for tFileDelete: Filename: ((String)globalMap.get("tFileList_1_CURRENT_FILEEXTENSION"))&lt;BR /&gt;&lt;BR /&gt;But unfortunatelly it is not working. Can someone help?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Lucian Sabau&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 10:15:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Delete-a-specific-file/m-p/2374691#M137249</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Delete a specific file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Delete-a-specific-file/m-p/2374692#M137250</link>
      <description>Hi Lucian&lt;BR /&gt;&lt;BR /&gt;You job is looking for files with the name "xls" in tFileList and your tFileDelete component does nothing because there is no file named "xls". For Filemask you will need something like "*.xls" (this will return all files with file names ending with .xls) and the file name in tFileDelete will have to be&amp;nbsp;((String)globalMap.get("tFileList_1_CURRENT_FILEPATH")).&lt;BR /&gt;&lt;BR /&gt;Regards, Joachim</description>
      <pubDate>Thu, 10 Nov 2016 16:12:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Delete-a-specific-file/m-p/2374692#M137250</guid>
      <dc:creator>JR1</dc:creator>
      <dc:date>2016-11-10T16:12:21Z</dc:date>
    </item>
  </channel>
</rss>

