<?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: [resolved] Skip duplicate file to process in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Skip-duplicate-file-to-process/m-p/2200386#M2887</link>
    <description>Hi arnaudbroens&lt;BR /&gt;Here is my job&lt;BR /&gt;prntscr(dot)com/969t12</description>
    <pubDate>Tue, 24 Nov 2015 06:49:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-11-24T06:49:23Z</dc:date>
    <item>
      <title>[resolved] Skip duplicate file to process</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Skip-duplicate-file-to-process/m-p/2200384#M2885</link>
      <description>Hi&lt;BR /&gt;I have one talend job.&lt;BR /&gt;First, sub job process all the files in tfilelist folder and reject all files having not required records or format. And convert that file into .csv.bad extension.&lt;BR /&gt;After this main job starts working, and process all the files not converted to .csv.bad files. And convert those files into .csv.read.&lt;BR /&gt;My requirement is, if tfilelist receive and file which is already processed and converted to .csv.read, skip that file to process.&lt;BR /&gt;Any help ?</description>
      <pubDate>Mon, 23 Nov 2015 08:54:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Skip-duplicate-file-to-process/m-p/2200384#M2885</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-23T08:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Skip duplicate file to process</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Skip-duplicate-file-to-process/m-p/2200385#M2886</link>
      <description>Hi,&lt;BR /&gt;Can you display screens from your job please ?&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 23 Nov 2015 16:08:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Skip-duplicate-file-to-process/m-p/2200385#M2886</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-23T16:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Skip duplicate file to process</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Skip-duplicate-file-to-process/m-p/2200386#M2887</link>
      <description>Hi arnaudbroens&lt;BR /&gt;Here is my job&lt;BR /&gt;prntscr(dot)com/969t12</description>
      <pubDate>Tue, 24 Nov 2015 06:49:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Skip-duplicate-file-to-process/m-p/2200386#M2887</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-24T06:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Skip duplicate file to process</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Skip-duplicate-file-to-process/m-p/2200387#M2888</link>
      <description>Did you set the file extension in the tFileList into "*.csv"?</description>
      <pubDate>Tue, 24 Nov 2015 07:16:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Skip-duplicate-file-to-process/m-p/2200387#M2888</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-24T07:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Skip duplicate file to process</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Skip-duplicate-file-to-process/m-p/2200388#M2889</link>
      <description>You have many options on tFileList. Check your options and specially extensions ( says junmilsso ).&lt;BR /&gt;For extensions, if you select 'case sensitive : true', write "*.csv" and "*.CSV"</description>
      <pubDate>Tue, 24 Nov 2015 09:50:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Skip-duplicate-file-to-process/m-p/2200388#M2889</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-24T09:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Skip duplicate file to process</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Skip-duplicate-file-to-process/m-p/2200389#M2890</link>
      <description>Yes I did&lt;BR /&gt;Files comes up with dates&lt;BR /&gt;For Example: XYZ_25122015.csv&lt;BR /&gt;If file is ok then that would be converted into XYZ_25122015.csv.read&lt;BR /&gt;But if file is not ok then that would be converted into XYZ_25122015.csv.bad without entering any single record into database.&lt;BR /&gt;My question is, if any file come up with same date which already has been &amp;nbsp;processed and converted into &amp;nbsp;XYZ_25122015.csv.read should be rejected.&lt;BR /&gt;In both tfilelist, I have set the mask like this "*.csv"&lt;BR /&gt;Any suggestion, how it can be done ?</description>
      <pubDate>Tue, 24 Nov 2015 13:02:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Skip-duplicate-file-to-process/m-p/2200389#M2890</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-24T13:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Skip duplicate file to process</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Skip-duplicate-file-to-process/m-p/2200390#M2891</link>
      <description>To do that, after your tFileList, iterate to a tFileExist with current filename suffixed to ".read".&amp;nbsp;
&lt;BR /&gt;If exist rejected else continue ...</description>
      <pubDate>Tue, 24 Nov 2015 13:30:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Skip-duplicate-file-to-process/m-p/2200390#M2891</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-24T13:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Skip duplicate file to process</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Skip-duplicate-file-to-process/m-p/2200391#M2892</link>
      <description>Hey arnaudbroens 
&lt;BR /&gt;Job is done now, thanks for reminding me tfileexist component. 
&lt;BR /&gt;Its been long time that I didn't use that component. 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Best !!</description>
      <pubDate>Wed, 25 Nov 2015 06:18:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Skip-duplicate-file-to-process/m-p/2200391#M2892</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-25T06:18:12Z</dc:date>
    </item>
  </channel>
</rss>

