<?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 Trying to create a dynamic job in Studio in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Trying-to-create-a-dynamic-job-in-Studio/m-p/2299279#M71639</link>
    <description>&lt;P&gt;Hi&lt;/P&gt; 
&lt;P&gt;I have created a job that creates an XML suitable for importing into a tRowGenerator schema.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I then run a second job after importing the schema. I was wondering if it was possible to combine these 2 jobs in to one where the tRowGenerator's schema is dynamic, using the generated XML?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks&lt;/P&gt; 
&lt;P&gt;K&lt;/P&gt;</description>
    <pubDate>Thu, 09 Aug 2018 05:28:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-08-09T05:28:49Z</dc:date>
    <item>
      <title>Trying to create a dynamic job in Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Trying-to-create-a-dynamic-job-in-Studio/m-p/2299279#M71639</link>
      <description>&lt;P&gt;Hi&lt;/P&gt; 
&lt;P&gt;I have created a job that creates an XML suitable for importing into a tRowGenerator schema.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I then run a second job after importing the schema. I was wondering if it was possible to combine these 2 jobs in to one where the tRowGenerator's schema is dynamic, using the generated XML?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks&lt;/P&gt; 
&lt;P&gt;K&lt;/P&gt;</description>
      <pubDate>Thu, 09 Aug 2018 05:28:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Trying-to-create-a-dynamic-job-in-Studio/m-p/2299279#M71639</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-09T05:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to create a dynamic job in Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Trying-to-create-a-dynamic-job-in-Studio/m-p/2299280#M71640</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Could you please elaborate your case with an example with input and expected output values?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sabrina&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Aug 2018 09:08:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Trying-to-create-a-dynamic-job-in-Studio/m-p/2299280#M71640</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-09T09:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to create a dynamic job in Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Trying-to-create-a-dynamic-job-in-Studio/m-p/2299281#M71641</link>
      <description>&lt;P&gt;Hi&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;OK, I generate an XML dynamically, say:&lt;/P&gt; 
&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;

&amp;lt;schema&amp;gt;
  &amp;lt;column comment="" default="" function="TalendString.getAsciiRandomString(int)" key="false" label="RandString" length="0" nullable="true" originalDbColumnName="RandString" originalLength="-1" parameter="length=&amp;amp;gt;Numeric.random(6,15)   ; " pattern="" precision="0" preview="" talendType="id_String" type=""/&amp;gt;
  &amp;lt;column comment="" default="" function="Numeric.random(int,int)" key="false" label="RandNumber" length="0" nullable="true" originalDbColumnName="RandNumber" originalLength="-1" parameter="min value=&amp;amp;gt;0  ; max value=&amp;amp;gt;999" pattern="" precision="0" preview="" talendType="id_Integer" type=""/&amp;gt;
  &amp;lt;column comment="" default="" function="..." key="false" label="FullName" length="0" nullable="true" originalDbColumnName="FullName" originalLength="-1" parameter="customize parameter=&amp;amp;gt;TalendDataGenerator.getFirstName() + &amp;amp;quot; &amp;amp;quot; + TalendDataGenerator.getLastName()" pattern="" precision="0" preview="" talendType="id_String" type=""/&amp;gt;
&amp;lt;/schema&amp;gt;&lt;/PRE&gt; 
&lt;P&gt;Then I use this in another job and import the schema to a tRowGenerator:&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lzpv.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145297i798A7709AB758FA6/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lzpv.jpg" alt="0683p000009Lzpv.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;This works fine by selecting the "Import" button (marked in red above) and produces the expected (pictured) results.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;What I am wondering was if it was possible to automate the load of this schema rather than having to manually clicking on the import button.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Hope I've explained it well enough this time.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards&lt;/P&gt; 
&lt;P&gt;Kenton&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Aug 2018 06:27:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Trying-to-create-a-dynamic-job-in-Studio/m-p/2299281#M71641</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-10T06:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to create a dynamic job in Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Trying-to-create-a-dynamic-job-in-Studio/m-p/2299282#M71642</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Talend provides user with dynamic schema feature which allows you to design schema with an unknown column structure (unknown name and number of columns).&lt;BR /&gt; This feature is available in talend subscription solution.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 07:08:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Trying-to-create-a-dynamic-job-in-Studio/m-p/2299282#M71642</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-15T07:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to create a dynamic job in Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Trying-to-create-a-dynamic-job-in-Studio/m-p/2299283#M71643</link>
      <description>Thanks Sabrina.
&lt;BR /&gt;
&lt;BR /&gt;Can you point me in the right direction for how to do this in your enterprise version. I am using open studio while I've been waiting for the licensing to go ahead.
&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Aug 2018 07:24:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Trying-to-create-a-dynamic-job-in-Studio/m-p/2299283#M71643</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-15T07:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to create a dynamic job in Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Trying-to-create-a-dynamic-job-in-Studio/m-p/2299284#M71644</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Please refer to this article:&lt;A title="https://community.talend.com/t5/Design-and-Development/How-to-process-changing-data-structure/ta-p/21702" href="https://community.qlik.com/s/article/ka03p0000006EwBAAU" target="_self"&gt;https://community.talend.com/t5/Design-and-Development/How-to-process-changing-data-structure/ta-p/21702&lt;/A&gt;.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 15 Aug 2018 09:18:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Trying-to-create-a-dynamic-job-in-Studio/m-p/2299284#M71644</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-15T09:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to create a dynamic job in Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Trying-to-create-a-dynamic-job-in-Studio/m-p/2299285#M71645</link>
      <description>&lt;P&gt;Hi Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Correct me if I'm wrong, but as I see it, what I am asking is &lt;STRONG&gt;NOT&lt;/STRONG&gt; possible as tRowGenerator is not listed as a component that provide the Dynamic Schema feature.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there another way?&lt;/P&gt;&lt;P&gt;Kenton&lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2018 00:16:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Trying-to-create-a-dynamic-job-in-Studio/m-p/2299285#M71645</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-16T00:16:34Z</dc:date>
    </item>
  </channel>
</rss>

