<?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: Create Job in folder via Commandline in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Create-Job-in-folder-via-Commandline/m-p/2296642#M147337</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Could you please create a case on talend support portal? In this way, our colleagues from support team will schedule a webex session with you to see if a patch will be needed through support cycle with priority.&lt;/P&gt;
&lt;P&gt;&lt;A title="https://login.talend.com/support-login.php" href="https://login.talend.com/support-login.php" target="_self" rel="nofollow noopener noreferrer"&gt;https://login.talend.com/support-login.php&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Thu, 20 Sep 2018 04:32:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-09-20T04:32:51Z</dc:date>
    <item>
      <title>Create Job in folder via Commandline</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-Job-in-folder-via-Commandline/m-p/2296630#M147325</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;we are currently trying to create Jobs from generated Jobscripts via the Commandline:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;createJob myJobName -sf /home/talend/workspace/project/code/jobscripts/myJobScript.item&lt;/PRE&gt; 
&lt;P&gt;So far, all created jobs can be found afterwards in the main directory in Talend Studio.&lt;/P&gt; 
&lt;P&gt;How to use the subfolder structure of Talend Studio via the Commandline? (the slash notation appears not to work...)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Best,&lt;/P&gt; 
&lt;P&gt;Kolja&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:44:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-Job-in-folder-via-Commandline/m-p/2296630#M147325</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Create Job in folder via Commandline</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-Job-in-folder-via-Commandline/m-p/2296631#M147326</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;The exhaustive help for all commands that you get when you type the &lt;CODE class="ph codeph"&gt;-help&lt;/CODE&gt; command in your &lt;SPAN class="keyword"&gt;Talend CommandLine&lt;/SPAN&gt; application.&lt;/P&gt; 
&lt;P&gt;Here is online document about:&lt;A title="TalendHelpCenter:Talend CommandLine API" href="https://help.talend.com/reader/UTmse7VFd_kBm7RLeMRC9A/g39yo1sCHTEOt8sUTBLz7g" target="_self" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Talend CommandLine API&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2017 09:51:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-Job-in-folder-via-Commandline/m-p/2296631#M147326</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-14T09:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Create Job in folder via Commandline</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-Job-in-folder-via-Commandline/m-p/2296632#M147327</link>
      <description>&lt;P&gt;Hi Sabrina,&lt;/P&gt; 
&lt;P&gt;thanks a lot for your reply!&lt;/P&gt; 
&lt;P&gt;Having read the documentation in more detail, I was still unable to find out, how to create jobs in a certain Talend path (the folder structure in the GUI) via commandline.&lt;/P&gt; 
&lt;P&gt;I can handle the 2 parameters -o &amp;amp; -sf, but as far as I see the help doesn't tell about a possibily to provide the talend path.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;|  createJob jobName                                                 create job from script file   |
|      -o (--over_write)                                             to overwrite if job existed   |
|      -sf (--script_file) file path                                 job of script file            |&lt;/PRE&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Are more parameters to the createJob command available?&lt;BR /&gt;I tried to include the path in the jobName, which didn't work.&lt;BR /&gt;Any other idea?&lt;BR /&gt;&lt;BR /&gt;Best,&lt;/P&gt; 
&lt;P&gt;Kolja&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2017 17:15:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-Job-in-folder-via-Commandline/m-p/2296632#M147327</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-14T17:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: Create Job in folder via Commandline</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-Job-in-folder-via-Commandline/m-p/2296633#M147328</link>
      <description>&lt;P&gt;Hello Kolja,&lt;BR /&gt;currently i´m facing the same Issue and I was wondering if you were able to create an Talend Job via Command Line from Jobscript in an certain folder?&lt;BR /&gt;&lt;BR /&gt;Thanks a lot&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 15:56:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-Job-in-folder-via-Commandline/m-p/2296633#M147328</guid>
      <dc:creator>Madse</dc:creator>
      <dc:date>2018-08-06T15:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Create Job in folder via Commandline</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-Job-in-folder-via-Commandline/m-p/2296634#M147329</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;You can use Job script to create a data integration process with &lt;SPAN class="keyword"&gt;Talend Studio.&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="keyword"&gt;For more information, please refer to this online document about:&lt;/SPAN&gt;&lt;A title="TalendHelpCenter:Creating a Job using a Job creation API" href="https://help.talend.com/reader/St~M252yz9qZ1qf9VbrV4A/Bl3Lkjqgve_wSVL2_7n2Qw" target="_self" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Creating a Job using a Job creation API&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;Feel free to let us know if it is what you are looking for.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2018 09:46:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-Job-in-folder-via-Commandline/m-p/2296634#M147329</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-07T09:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Create Job in folder via Commandline</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-Job-in-folder-via-Commandline/m-p/2296635#M147330</link>
      <description>&lt;P&gt;Hello xdshi,&lt;BR /&gt;thanks for your feedback. But your standard answer and reference to help.talend.com did not answer my actual question.&lt;BR /&gt;I did search in in Talend help as well as checked Talend Command Line Help.&lt;BR /&gt;&lt;BR /&gt;I would like to create an Talend Job in an specific folder in the Talend Project using CommandLine createJob function.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt; 
&lt;PRE&gt;|  createJob jobName                                                 create job from script file   |
|      -o (--over_write)                                             to overwrite if job existed   |
|      -sf (--script_file) file path                                 job of script file            |&lt;/PRE&gt; 
&lt;P&gt;I tried to add path information in jobName property but the Job-Creation faild.&lt;BR /&gt;&lt;BR /&gt;thanks for any advice&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2018 10:11:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-Job-in-folder-via-Commandline/m-p/2296635#M147330</guid>
      <dc:creator>Madse</dc:creator>
      <dc:date>2018-08-07T10:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Create Job in folder via Commandline</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-Job-in-folder-via-Commandline/m-p/2296636#M147331</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Could you please let us know if you are using talend open studio or subscription solution?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2018 10:21:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-Job-in-folder-via-Commandline/m-p/2296636#M147331</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-07T10:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Create Job in folder via Commandline</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-Job-in-folder-via-Commandline/m-p/2296637#M147332</link>
      <description>Hello,&lt;BR /&gt;thanks for your quick reply. Im using Talend Studio 6.4.1 subscription.&lt;BR /&gt;&lt;BR /&gt;Best regards</description>
      <pubDate>Tue, 07 Aug 2018 11:42:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-Job-in-folder-via-Commandline/m-p/2296637#M147332</guid>
      <dc:creator>Madse</dc:creator>
      <dc:date>2018-08-07T11:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Create Job in folder via Commandline</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-Job-in-folder-via-Commandline/m-p/2296638#M147333</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;What does your error message look like?&lt;/P&gt; 
&lt;P&gt;Could you please create a case on talend support portal? In this way, we can give you a remote asistance through support cycle with priority?&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 08:23:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-Job-in-folder-via-Commandline/m-p/2296638#M147333</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-14T08:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Create Job in folder via Commandline</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-Job-in-folder-via-Commandline/m-p/2296639#M147334</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/00539000004XsaeAAC"&gt;@xdshi&lt;/A&gt;,&lt;/P&gt; 
&lt;P&gt;thanks for you feedback.&lt;/P&gt; 
&lt;P&gt;by adding an ptah to the property Jobname (createJob folder/subfolder/jobname) the Error in the Talend Commandline actually just says failed.&amp;nbsp;&lt;BR /&gt;I suppose this issue and feature request ist already raised jira&amp;nbsp;TDI-40839&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2018 07:56:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-Job-in-folder-via-Commandline/m-p/2296639#M147334</guid>
      <dc:creator>Madse</dc:creator>
      <dc:date>2018-08-16T07:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Create Job in folder via Commandline</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-Job-in-folder-via-Commandline/m-p/2296640#M147335</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;What is your business use case that requires this enhancement?&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2018 08:11:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-Job-in-folder-via-Commandline/m-p/2296640#M147335</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-16T08:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: Create Job in folder via Commandline</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-Job-in-folder-via-Commandline/m-p/2296641#M147336</link>
      <description>&lt;P&gt;Hi Sabrina,&lt;BR /&gt;I am still looking for a solution to this issue.&lt;BR /&gt;It seems more people face the same problem when they come to generating Talend jobs.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The business case is to save efforts when many similar Talend jobs have to be generated (~200).&lt;/P&gt; 
&lt;P&gt;The classical example is building a staging layer in Data Warehousing. But you could imagine numerous further cases with many similar jobs.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;However, generating jobs and importing all of them to the highest level of the job hierarchy is quite cumbersome.&lt;BR /&gt;It can easily lead to intransparency.&lt;/P&gt; 
&lt;P&gt;As a workaround, you could push them manually to a subfolder with all disadvantages of such a process.&lt;BR /&gt;Especially when jobs for different subfolders should be created in the same step, this manual movement is again time-consuming.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Kolja&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2018 11:57:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-Job-in-folder-via-Commandline/m-p/2296641#M147336</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-19T11:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: Create Job in folder via Commandline</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-Job-in-folder-via-Commandline/m-p/2296642#M147337</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Could you please create a case on talend support portal? In this way, our colleagues from support team will schedule a webex session with you to see if a patch will be needed through support cycle with priority.&lt;/P&gt;
&lt;P&gt;&lt;A title="https://login.talend.com/support-login.php" href="https://login.talend.com/support-login.php" target="_self" rel="nofollow noopener noreferrer"&gt;https://login.talend.com/support-login.php&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 04:32:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-Job-in-folder-via-Commandline/m-p/2296642#M147337</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-20T04:32:51Z</dc:date>
    </item>
  </channel>
</rss>

