<?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 JobScript - howto create it with API and using repository in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/JobScript-howto-create-it-with-API-and-using-repository/m-p/2333179#M101990</link>
    <description>hi&lt;BR /&gt;is there a way to create jobscript using a Talend API and the repository objects that we define?&lt;BR /&gt;thanks,</description>
    <pubDate>Thu, 14 Feb 2013 16:16:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-02-14T16:16:25Z</dc:date>
    <item>
      <title>JobScript - howto create it with API and using repository</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JobScript-howto-create-it-with-API-and-using-repository/m-p/2333179#M101990</link>
      <description>hi&lt;BR /&gt;is there a way to create jobscript using a Talend API and the repository objects that we define?&lt;BR /&gt;thanks,</description>
      <pubDate>Thu, 14 Feb 2013 16:16:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JobScript-howto-create-it-with-API-and-using-repository/m-p/2333179#M101990</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-14T16:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: JobScript - howto create it with API and using repository</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JobScript-howto-create-it-with-API-and-using-repository/m-p/2333180#M101991</link>
      <description>Hi, 
&lt;BR /&gt;More information description will help us understand your requirement very well.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 20 Feb 2013 08:11:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JobScript-howto-create-it-with-API-and-using-repository/m-p/2333180#M101991</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-20T08:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: JobScript - howto create it with API and using repository</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JobScript-howto-create-it-with-API-and-using-repository/m-p/2333181#M101992</link>
      <description>the jobscript looks like (is) JSON which is interpreted by the engine into a Talend Job and then as a JAVA class. 
&lt;BR /&gt;that is what i understand - let me know if i am wrong. 
&lt;BR /&gt;in a regular Talend project we collect meta-data of all sorts. 
&lt;BR /&gt;Question: 
&lt;BR /&gt;is there an API that i could use to create jobscript files using the project's metadata. 
&lt;BR /&gt;like: 
&lt;BR /&gt;&amp;lt;Java (ish)&amp;gt; .class 
&lt;BR /&gt; 
&lt;BR /&gt;private JobScript myjs; 
&lt;BR /&gt;myjs.addComp( new JobScript.DBConn( "DBconnMetaDataName" , "DbConnNameInJob" ); 
&lt;BR /&gt;myjs.addComp( new JobScript.DBInput( "DbConnNameInJob", "myDBinput", "MetaDataFromTbl_ABCZ" ); 
&lt;BR /&gt;... 
&lt;BR /&gt;probably not - but it is a nice idea 
&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; (can i claim authorship?)</description>
      <pubDate>Mon, 25 Feb 2013 15:34:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JobScript-howto-create-it-with-API-and-using-repository/m-p/2333181#M101992</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-25T15:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: JobScript - howto create it with API and using repository</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JobScript-howto-create-it-with-API-and-using-repository/m-p/2333182#M101993</link>
      <description>Hi, 
&lt;BR /&gt;There is no such an API that you could use to create jobscript files using the project's metadata, but we have the function "import connection from csv" in Talend Enterprise subscription version. Hope it will be helpful for you. 
&lt;BR /&gt;see the screenshot 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDfd.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135350i1952A9CDF057C3A9/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDfd.png" alt="0683p000009MDfd.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 26 Feb 2013 03:13:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JobScript-howto-create-it-with-API-and-using-repository/m-p/2333182#M101993</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-26T03:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: JobScript - howto create it with API and using repository</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JobScript-howto-create-it-with-API-and-using-repository/m-p/2333183#M101994</link>
      <description>thanks,&lt;BR /&gt;but i have a project which requires me to load hundreds of files with different metadata.&lt;BR /&gt;so i was looking for a way to apply the same pattern&lt;BR /&gt;read file (thisDataset) -&amp;gt; load into SQL table (thisDataset)&lt;BR /&gt;but i guess we will have to take the regular route.&lt;BR /&gt;thanks,</description>
      <pubDate>Tue, 26 Feb 2013 12:59:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JobScript-howto-create-it-with-API-and-using-repository/m-p/2333183#M101994</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-26T12:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: JobScript - howto create it with API and using repository</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JobScript-howto-create-it-with-API-and-using-repository/m-p/2333184#M101995</link>
      <description>If you get any solution please post on forum, I am also looking for the same solution but Talend is not giving any information. If we get Code-generator, reference we can generate code for schema, and jobs.</description>
      <pubDate>Wed, 27 Feb 2013 10:54:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JobScript-howto-create-it-with-API-and-using-repository/m-p/2333184#M101995</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-02-27T10:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: JobScript - howto create it with API and using repository</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JobScript-howto-create-it-with-API-and-using-repository/m-p/2333185#M101996</link>
      <description>yep&lt;BR /&gt;i guess we will have to work a solution for this!</description>
      <pubDate>Wed, 06 Mar 2013 18:23:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JobScript-howto-create-it-with-API-and-using-repository/m-p/2333185#M101996</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-06T18:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: JobScript - howto create it with API and using repository</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JobScript-howto-create-it-with-API-and-using-repository/m-p/2333186#M101997</link>
      <description>another use asking for the same feature - information at least&lt;BR /&gt;as this feature is built into Talend&lt;BR /&gt;&lt;A href="http://www.talendforge.org/forum/viewtopic.php?pid=104251" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/forum/viewtopic.php?pid=104251&lt;/A&gt;</description>
      <pubDate>Mon, 11 Mar 2013 09:37:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JobScript-howto-create-it-with-API-and-using-repository/m-p/2333186#M101997</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-03-11T09:37:49Z</dc:date>
    </item>
  </channel>
</rss>

