<?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 How to  trigger a job automatically when User drops file on FTP Server (BOX) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-job-automatically-when-User-drops-file-on-FTP/m-p/2303000#M74928</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a requirement wherein the job has to get triggered and process the file as and when a User drops a File on BOX(FTP Location).&amp;nbsp;&lt;/P&gt;&lt;P&gt;TAC File Trigger does not work for this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I set the job to continually poll the FTP location and then get the files to local and process the same?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any inputs?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;sr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 10 May 2019 16:03:07 GMT</pubDate>
    <dc:creator>sr11</dc:creator>
    <dc:date>2019-05-10T16:03:07Z</dc:date>
    <item>
      <title>How to  trigger a job automatically when User drops file on FTP Server (BOX)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-job-automatically-when-User-drops-file-on-FTP/m-p/2303000#M74928</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a requirement wherein the job has to get triggered and process the file as and when a User drops a File on BOX(FTP Location).&amp;nbsp;&lt;/P&gt;&lt;P&gt;TAC File Trigger does not work for this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I set the job to continually poll the FTP location and then get the files to local and process the same?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any inputs?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;sr&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2019 16:03:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-job-automatically-when-User-drops-file-on-FTP/m-p/2303000#M74928</guid>
      <dc:creator>sr11</dc:creator>
      <dc:date>2019-05-10T16:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to  trigger a job automatically when User drops file on FTP Server (BOX)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-job-automatically-when-User-drops-file-on-FTP/m-p/2303001#M74929</link>
      <description>&lt;P&gt;The way I would attempt this is to use the BOX API to see if you can get it to call a webhook when a new file arrives. Use that webhook to call the Talend metaservlet API to trigger the job. I have not done this (and do not know the BOX API), but I suspect this approach is the one you want.&lt;/P&gt;</description>
      <pubDate>Sat, 11 May 2019 17:34:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-job-automatically-when-User-drops-file-on-FTP/m-p/2303001#M74929</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-11T17:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to  trigger a job automatically when User drops file on FTP Server (BOX)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-job-automatically-when-User-drops-file-on-FTP/m-p/2303002#M74930</link>
      <description>&lt;P&gt;Thank you very much for the reply. I do see that Webhooks option is available with Talend Cloud.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would like to know if this is do-able in Talend v 6.1 and, if yes - can you pl layout / suggest how the design should be&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate your assistance on the same&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2019 19:24:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-job-automatically-when-User-drops-file-on-FTP/m-p/2303002#M74930</guid>
      <dc:creator>sr11</dc:creator>
      <dc:date>2019-05-17T19:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to  trigger a job automatically when User drops file on FTP Server (BOX)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-job-automatically-when-User-drops-file-on-FTP/m-p/2303003#M74931</link>
      <description>&lt;P&gt;I'm not very familiar with the Box API. However I have been able to find out that Box supports webhooks. So what I was suggesting was to create a web service using Talend ESB. This would be called by the Box API when the trigger criteria are met. You could then use the Talend Service to trigger your job to pick up and process the file. To do this, you can make use of the Talend metaservlet API. This API allows you to control the TAC.&lt;/P&gt;</description>
      <pubDate>Sat, 18 May 2019 12:14:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-trigger-a-job-automatically-when-User-drops-file-on-FTP/m-p/2303003#M74931</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-18T12:14:33Z</dc:date>
    </item>
  </channel>
</rss>

