<?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: TALEND JOB SCHEDULING in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/TALEND-JOB-SCHEDULING/m-p/2354154#M120193</link>
    <description>&lt;P&gt;tFileOuputExcel is the output file that the name needs to be changed each time the scheduled job runs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please help.&lt;/P&gt;</description>
    <pubDate>Mon, 23 Jul 2018 13:34:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-07-23T13:34:19Z</dc:date>
    <item>
      <title>TALEND JOB SCHEDULING</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TALEND-JOB-SCHEDULING/m-p/2354149#M120188</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I would like to know how to go about scheduling a job on Talend using the open source studio.&lt;/P&gt;&lt;P&gt;The job would run periodically. i.e i want Talend to run automatically at a particular time scheduled.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly assist with the steps to take.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2018 17:04:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TALEND-JOB-SCHEDULING/m-p/2354149#M120188</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-16T17:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: TALEND JOB SCHEDULING</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TALEND-JOB-SCHEDULING/m-p/2354150#M120189</link>
      <description>&lt;P&gt;&lt;SPAN&gt;For community version, you could export the job as standalone program &lt;/SPAN&gt;&lt;SPAN&gt;and make a schedule from window task scheduler.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Reference -&amp;nbsp;&lt;A title="Link1" href="https://www.talendbyexample.com/talend-job-deployment-reference.html" target="_self" rel="nofollow noopener noreferrer"&gt;https://www.talendbyexample.com/talend-job-deployment-reference.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jul 2018 17:52:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TALEND-JOB-SCHEDULING/m-p/2354150#M120189</guid>
      <dc:creator>iamabhishek</dc:creator>
      <dc:date>2018-07-16T17:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: TALEND JOB SCHEDULING</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TALEND-JOB-SCHEDULING/m-p/2354151#M120190</link>
      <description>&lt;P&gt;Check this:&lt;BR /&gt;&lt;A title="Build Job for scheduling" href="https://community.qlik.com/s/article/ka03p0000006EvBAAU" target="_self"&gt;https://community.talend.com/t5/Migration-Configuration-and/Exporting-a-Job-script-and-executing-it-outside-of-Talend-Studio/ta-p/21686&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The job you want to schedule, trigger it from like crontab or a different scheduler.&lt;/P&gt; 
&lt;P&gt;if you want to pass on parameters you have to define context variables in this particular job... cronEndDate and cronStartDate&lt;/P&gt; 
&lt;P&gt;From (unix) command line you could run it like this in background and return to prompt, redirect stdout and errors to a log file.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;nohup sh CRONTAB_TALENDJOBS_run.sh --context_param cronStartDate='2018-07-10' --context_param cronEndDate='2018-07-12' &amp;gt; /data/log/CRON.log 2&amp;gt;&amp;amp;1 &amp;lt;/dev/null &amp;amp;&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jul 2018 12:44:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TALEND-JOB-SCHEDULING/m-p/2354151#M120190</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-07-17T12:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: TALEND JOB SCHEDULING</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TALEND-JOB-SCHEDULING/m-p/2354152#M120191</link>
      <description>&lt;P&gt;Thank you very much. It works.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But the how do i change the output file name for every time the job runs?&lt;/P&gt;
&lt;P&gt;Remember we cannot generate two output files with the names.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please help. Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jul 2018 12:48:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TALEND-JOB-SCHEDULING/m-p/2354152#M120191</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-23T12:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: TALEND JOB SCHEDULING</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TALEND-JOB-SCHEDULING/m-p/2354153#M120192</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LMv9AAG"&gt;@daescada&lt;/A&gt;&amp;nbsp;- what kind of output file?&lt;/P&gt; 
&lt;P&gt;Just for illustration purpose let's take an example using tJava.&lt;/P&gt; 
&lt;P&gt;You derive with your logic on what filename you would like to achieve using Java code and assign the same to global variable -&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;globalMap.put("NewFilename", &amp;lt;derived filename&amp;gt;);&lt;/PRE&gt; 
&lt;P&gt;&lt;SPAN&gt;And then in your subsequent tFileOutputXXXXX component&amp;nbsp;reuse this variable as the filename using this expression:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;PRE&gt;((String)globalMap.get("NewFilename"))&lt;/PRE&gt; 
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Ex:&lt;/STRONG&gt; to get current date timestamp you could use this code and then append the same to your filename prefix/suffix if any:&lt;/SPAN&gt;&lt;/P&gt; 
&lt;PRE&gt;TalendDate.formatDate("yyyyMMddHHmmss",TalendDate.getCurrentDate())&lt;/PRE&gt;</description>
      <pubDate>Mon, 23 Jul 2018 13:22:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TALEND-JOB-SCHEDULING/m-p/2354153#M120192</guid>
      <dc:creator>iamabhishek</dc:creator>
      <dc:date>2018-07-23T13:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: TALEND JOB SCHEDULING</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TALEND-JOB-SCHEDULING/m-p/2354154#M120193</link>
      <description>&lt;P&gt;tFileOuputExcel is the output file that the name needs to be changed each time the scheduled job runs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please help.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jul 2018 13:34:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TALEND-JOB-SCHEDULING/m-p/2354154#M120193</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-23T13:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: TALEND JOB SCHEDULING</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TALEND-JOB-SCHEDULING/m-p/2354155#M120194</link>
      <description>&lt;P&gt;A fairly simple scenario explained -&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Have a global variable using tSetGlobalVar, use the same in tJavaRow to put your dynamic excel filename using your required logic. Once done use the same global variable in tFileOutputExcel component "File Name"&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tSetGlobalVar-1.JPG" style="width: 650px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LzMD.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143590iE3C8A25CA9A522E9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LzMD.jpg" alt="0683p000009LzMD.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tSetGlobalVar-2.JPG" style="width: 651px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LzL6.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147351i21522B236D61A52B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LzL6.jpg" alt="0683p000009LzL6.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tSetGlobalVar-3.JPG" style="width: 537px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LzMI.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129751i522B6E792A73C167/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LzMI.jpg" alt="0683p000009LzMI.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jul 2018 15:40:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TALEND-JOB-SCHEDULING/m-p/2354155#M120194</guid>
      <dc:creator>iamabhishek</dc:creator>
      <dc:date>2018-07-23T15:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: TALEND JOB SCHEDULING</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TALEND-JOB-SCHEDULING/m-p/2354156#M120195</link>
      <description>&lt;P&gt;Easy....&amp;nbsp;&lt;SPAN&gt;tFileOuputExcel where you put the file name make sure you add &lt;EM&gt;pid&lt;/EM&gt; variable to its name: &lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;TalendDate.getCurrentDate("yyyyMMddHHmmssSSS")+"_" + pid + "_" + "your readable name.xlsx"&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;pid = process id, is also used in&amp;nbsp;logging components like tLogCatcher.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I always put this in my dynamic file generation so I can simply find corresponding files, think about clearing / archiving ... finding corresponding files by date-time is a mess when running your job x times.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jul 2018 22:14:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TALEND-JOB-SCHEDULING/m-p/2354156#M120195</guid>
      <dc:creator>Jesperrekuh</dc:creator>
      <dc:date>2018-07-23T22:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: TALEND JOB SCHEDULING</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TALEND-JOB-SCHEDULING/m-p/2354157#M120196</link>
      <description>&lt;P&gt;If date/time is not sufficiently unique, you can use java.util.UUID. Something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;java.util.UUID.randomUUID().toString() + "_your_readable_name.xlsx"&lt;/PRE&gt;</description>
      <pubDate>Mon, 23 Jul 2018 23:02:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TALEND-JOB-SCHEDULING/m-p/2354157#M120196</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-23T23:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: TALEND JOB SCHEDULING</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TALEND-JOB-SCHEDULING/m-p/2354158#M120197</link>
      <description>&lt;P&gt;Thanks for this.&lt;/P&gt;&lt;P&gt;where in the talend open studio do i input the&amp;nbsp; code. i.e&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;TalendDate.getCurrentDate("yyyyMMddHHmmssSSS")+"_" + pid + "_" + "your readable name.xlsx"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jul 2018 14:15:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TALEND-JOB-SCHEDULING/m-p/2354158#M120197</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-26T14:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: TALEND JOB SCHEDULING</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TALEND-JOB-SCHEDULING/m-p/2354159#M120198</link>
      <description>&lt;P&gt;look for "File Name" property in tFileOutputExcel component, that is where you put your configurable code.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jul 2018 14:17:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TALEND-JOB-SCHEDULING/m-p/2354159#M120198</guid>
      <dc:creator>iamabhishek</dc:creator>
      <dc:date>2018-07-26T14:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: TALEND JOB SCHEDULING</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TALEND-JOB-SCHEDULING/m-p/2354160#M120199</link>
      <description>Where would the destination file path now be?&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Jul 2018 14:34:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TALEND-JOB-SCHEDULING/m-p/2354160#M120199</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-26T14:34:34Z</dc:date>
    </item>
  </channel>
</rss>

