<?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: FileWatcher in Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/FileWatcher-in-Talend/m-p/2321819#M91817</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Your solution worked perfectly. But one thing I did was I kept Exit Loop once File will be created. So untill and unless it was gettting file it was iterating in the directory. Marking the psot as Solved &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;. Thanks a lotttttt&lt;/P&gt;</description>
    <pubDate>Tue, 20 Mar 2018 07:36:49 GMT</pubDate>
    <dc:creator>abhi90</dc:creator>
    <dc:date>2018-03-20T07:36:49Z</dc:date>
    <item>
      <title>FileWatcher in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FileWatcher-in-Talend/m-p/2321812#M91810</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to check existance of a file based upon which One of my Child Job will trigger. I have already done with tfileexist giving location of the file. Now I want to keep checking in that location untill and unless that file is available and it will be in loop upto file is available.So basically it will be in an infinite loop. I have placed one tloop where I am placing the condition in while Loop like&amp;nbsp;&lt;/P&gt;&lt;P&gt;i=1,&lt;/P&gt;&lt;P&gt;!((boolean)globalMap.get(tfile_exists)) =Condition&lt;/P&gt;&lt;P&gt;i++&lt;/P&gt;&lt;P&gt;But the problem is the loop is not working.&amp;nbsp; I have attached my Job screenshot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2018 19:07:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FileWatcher-in-Talend/m-p/2321812#M91810</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-03-19T19:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: FileWatcher in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FileWatcher-in-Talend/m-p/2321813#M91811</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/005390000067LRbAAM"&gt;@vapukov&lt;/A&gt;,&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;,&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKj7AAG"&gt;@TRF&lt;/A&gt;,&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/005390000069RuGAAU"&gt;@rhall&lt;/A&gt;&amp;nbsp;any help will be appreciated &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;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2018 19:09:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FileWatcher-in-Talend/m-p/2321813#M91811</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-03-19T19:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: FileWatcher in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FileWatcher-in-Talend/m-p/2321814#M91812</link>
      <description>Based on your job design, tFileExists is executed only once, so the result of your condition will never change.&lt;BR /&gt;Also notice the variable associated to tFileExists is called tFileExists_1_EXISTS (if the component is called tFileExists_1).&lt;BR /&gt;So, review your logic and correct the variable name.</description>
      <pubDate>Mon, 19 Mar 2018 22:26:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FileWatcher-in-Talend/m-p/2321814#M91812</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-03-19T22:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: FileWatcher in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FileWatcher-in-Talend/m-p/2321815#M91813</link>
      <description>Hi 
&lt;A href="https://community.qlik.com/s/profile/0053p000007LKj7AAG"&gt;@TRF&lt;/A&gt;,
&lt;BR /&gt;Yeah I using the condition like !(boolean variable of tfileexists). Can you please tell me what logic i will use so that it will keep checking fr the file</description>
      <pubDate>Tue, 20 Mar 2018 02:50:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FileWatcher-in-Talend/m-p/2321815#M91813</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-03-20T02:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: FileWatcher in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FileWatcher-in-Talend/m-p/2321816#M91814</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLs9AAG"&gt;@abhi90&lt;/A&gt;&amp;nbsp;in this scenario,tWaitForFile will be usefull,please check.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 04:50:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FileWatcher-in-Talend/m-p/2321816#M91814</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-03-20T04:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: FileWatcher in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FileWatcher-in-Talend/m-p/2321817#M91815</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please let me know how to achieve this using tWaitforFile?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 06:26:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FileWatcher-in-Talend/m-p/2321817#M91815</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-03-20T06:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: FileWatcher in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FileWatcher-in-Talend/m-p/2321818#M91816</link>
      <description>&lt;P&gt;please try to implement in this way&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://help.talend.com/reader/iYcvdknuprDzYycT3WRU8w/ENb3YdCeu2TceECJ7RAnTg" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/iYcvdknuprDzYycT3WRU8w/ENb3YdCeu2TceECJ7RAnTg&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lt8P.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131473i1CF60A246DAEE3B1/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lt8P.png" alt="0683p000009Lt8P.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 06:46:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FileWatcher-in-Talend/m-p/2321818#M91816</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-03-20T06:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: FileWatcher in Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FileWatcher-in-Talend/m-p/2321819#M91817</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Your solution worked perfectly. But one thing I did was I kept Exit Loop once File will be created. So untill and unless it was gettting file it was iterating in the directory. Marking the psot as Solved &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;. Thanks a lotttttt&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 07:36:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FileWatcher-in-Talend/m-p/2321819#M91817</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2018-03-20T07:36:49Z</dc:date>
    </item>
  </channel>
</rss>

