<?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 File Trigger in TAC in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/File-Trigger-in-TAC/m-p/2372795#M135588</link>
    <description>Hi All, 
&lt;BR /&gt;I created file trigger with the below settings - 
&lt;BR /&gt; 
&lt;BR /&gt;Description: job_file_trigger_test 
&lt;BR /&gt;Pollint (s): 30 
&lt;BR /&gt;Folder path: \\taldev6.travelex-dev.net\C$\KalyanTalend\BCCCODA\V1_1\RAP\input 
&lt;BR /&gt;File mask: "\\d{12}_5000.*|\\d{12}_5500.*|\\d{12}_5501.*|\\d{12}_5502.*" 
&lt;BR /&gt;Exist: Checked 
&lt;BR /&gt;Created: 
&lt;BR /&gt;Modified: 
&lt;BR /&gt;Execution server: xxxx 
&lt;BR /&gt;There is no log file generated I mean job is no triggered even if file is present in the specified location. 
&lt;BR /&gt;C:\KalyanTalend\BCCCODA\V1_1\RTS\input\265920130605_5502.539377 
&lt;BR /&gt;Can you help me whether my file mask and otehr settings are correct.</description>
    <pubDate>Tue, 20 Aug 2013 14:20:15 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-08-20T14:20:15Z</dc:date>
    <item>
      <title>File Trigger in TAC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/File-Trigger-in-TAC/m-p/2372795#M135588</link>
      <description>Hi All, 
&lt;BR /&gt;I created file trigger with the below settings - 
&lt;BR /&gt; 
&lt;BR /&gt;Description: job_file_trigger_test 
&lt;BR /&gt;Pollint (s): 30 
&lt;BR /&gt;Folder path: \\taldev6.travelex-dev.net\C$\KalyanTalend\BCCCODA\V1_1\RAP\input 
&lt;BR /&gt;File mask: "\\d{12}_5000.*|\\d{12}_5500.*|\\d{12}_5501.*|\\d{12}_5502.*" 
&lt;BR /&gt;Exist: Checked 
&lt;BR /&gt;Created: 
&lt;BR /&gt;Modified: 
&lt;BR /&gt;Execution server: xxxx 
&lt;BR /&gt;There is no log file generated I mean job is no triggered even if file is present in the specified location. 
&lt;BR /&gt;C:\KalyanTalend\BCCCODA\V1_1\RTS\input\265920130605_5502.539377 
&lt;BR /&gt;Can you help me whether my file mask and otehr settings are correct.</description>
      <pubDate>Tue, 20 Aug 2013 14:20:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/File-Trigger-in-TAC/m-p/2372795#M135588</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-20T14:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: File Trigger in TAC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/File-Trigger-in-TAC/m-p/2372796#M135589</link>
      <description>Hi 
&lt;BR /&gt;1. Remove the double quotes from the file mask expression, the correct expression is: 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;\d{12}_5000.*|\d{12}_5500.*|\d{12}_5501.*|\d{12}_5502.*&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;2. The folder path should be in the machine where Job server is installed and it is selected as execution server. I see you set a Linux path in the Folder path field, but show us a windows file path C:\KalyanTalend\BCCCODA\V1_1\RTS\input\265920130605_5502.539377 
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 21 Aug 2013 08:22:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/File-Trigger-in-TAC/m-p/2372796#M135589</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-21T08:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: File Trigger in TAC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/File-Trigger-in-TAC/m-p/2372797#M135590</link>
      <description>Thanks a lot Shong. 
&lt;BR /&gt;It's working but now the problem is that when I'm keeping only one file mask it is working. 
&lt;BR /&gt;If I keep multiple file mask it is not working and also below specified regular expressions are also not working. 
&lt;BR /&gt;I just kept the file mask as *5502.* then it is working when I add *5501.*|*5502.* it is not working. 
&lt;BR /&gt;Can you please explain how to configure the file mask ?</description>
      <pubDate>Wed, 21 Aug 2013 10:53:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/File-Trigger-in-TAC/m-p/2372797#M135590</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-21T10:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: File Trigger in TAC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/File-Trigger-in-TAC/m-p/2372798#M135591</link>
      <description>Hi 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;I just kept the file mask as *5502.* then it is working when I add *5501.*|*5502.* it is not working.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Try this expression, it works for me. 
&lt;BR /&gt;.*5501.*|.*5502.* 
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 21 Aug 2013 11:40:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/File-Trigger-in-TAC/m-p/2372798#M135591</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-21T11:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: File Trigger in TAC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/File-Trigger-in-TAC/m-p/2372799#M135592</link>
      <description>Hi I am trying to setup a file trigger in TAC with a file mask of the previous day's date but it does not seem to work.&lt;BR /&gt;The below filemask does work 100% when I use it in a tFileList component.&amp;nbsp;&lt;BR /&gt;File mask: "PFA2_"+TalendDate.addDate(TalendDate.getDate("yyyyMMdd"),"yyyyMMdd",-1,"dd")+"2200_D.zip"&lt;BR /&gt;Any help would be appreciated.&lt;BR /&gt;Regards,&lt;BR /&gt;Stephan</description>
      <pubDate>Mon, 13 Apr 2015 14:13:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/File-Trigger-in-TAC/m-p/2372799#M135592</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-04-13T14:13:03Z</dc:date>
    </item>
  </channel>
</rss>

