<?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 Question on tFileList and tMSSQLInput in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Question-on-tFileList-and-tMSSQLInput/m-p/2231610#M21856</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am working on a job where I need:&lt;/P&gt; 
&lt;P&gt;1. Read list of distinct files from SQL database. (Say 10 files are already processed)&lt;/P&gt; 
&lt;P&gt;2. Read the list of files from Shared directory. (2 new files are arrived, so total 12 files, 10 Old + 2 new files)&lt;/P&gt; 
&lt;P&gt;3. Process the files which are newly added to the directory. (Process only 2 newly added files)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Note: I can't delete the existing files in share directory.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am using tMSSQLInput to read list of file names as below&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="2"&gt;"&lt;/FONT&gt;&lt;FONT color="#3220a0" size="2"&gt;select&lt;/FONT&gt; &lt;FONT color="#3220a0" size="2"&gt;DISTINCT&lt;/FONT&gt;&lt;FONT size="2"&gt; FileName &lt;/FONT&gt;&lt;FONT color="#3220a0" size="2"&gt;FROM&lt;/FONT&gt;&lt;FONT size="2"&gt; MBAMDetail"&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="2"&gt;This query returns all 10 existing files, now I am not able to exclude these 10 files while using tFileList and process only 2 newly added files&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="2"&gt;Can someone help on this?&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 09:52:00 GMT</pubDate>
    <dc:creator>Sanjay5</dc:creator>
    <dc:date>2024-11-16T09:52:00Z</dc:date>
    <item>
      <title>Question on tFileList and tMSSQLInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Question-on-tFileList-and-tMSSQLInput/m-p/2231610#M21856</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am working on a job where I need:&lt;/P&gt; 
&lt;P&gt;1. Read list of distinct files from SQL database. (Say 10 files are already processed)&lt;/P&gt; 
&lt;P&gt;2. Read the list of files from Shared directory. (2 new files are arrived, so total 12 files, 10 Old + 2 new files)&lt;/P&gt; 
&lt;P&gt;3. Process the files which are newly added to the directory. (Process only 2 newly added files)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Note: I can't delete the existing files in share directory.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am using tMSSQLInput to read list of file names as below&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="2"&gt;"&lt;/FONT&gt;&lt;FONT color="#3220a0" size="2"&gt;select&lt;/FONT&gt; &lt;FONT color="#3220a0" size="2"&gt;DISTINCT&lt;/FONT&gt;&lt;FONT size="2"&gt; FileName &lt;/FONT&gt;&lt;FONT color="#3220a0" size="2"&gt;FROM&lt;/FONT&gt;&lt;FONT size="2"&gt; MBAMDetail"&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="2"&gt;This query returns all 10 existing files, now I am not able to exclude these 10 files while using tFileList and process only 2 newly added files&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT size="2"&gt;Can someone help on this?&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:52:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Question-on-tFileList-and-tMSSQLInput/m-p/2231610#M21856</guid>
      <dc:creator>Sanjay5</dc:creator>
      <dc:date>2024-11-16T09:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Question on tFileList and tMSSQLInput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Question-on-tFileList-and-tMSSQLInput/m-p/2231611#M21857</link>
      <description>Connecting tFileList to tIterateToFlow will let you treat the file list as a flow and compare it to the query results with a tMap. If you create a tMap output and set it to catch inner join rejects, you can then iterate over that list to process only new files.</description>
      <pubDate>Wed, 26 Apr 2017 00:07:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Question-on-tFileList-and-tMSSQLInput/m-p/2231611#M21857</guid>
      <dc:creator>cterenzi</dc:creator>
      <dc:date>2017-04-26T00:07:05Z</dc:date>
    </item>
  </channel>
</rss>

