<?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: Dynamic Creation of Objects in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-Creation-of-Objects/m-p/2219155#M14072</link>
    <description>&lt;P&gt;You could have your two components and filter the input to one or the other using a Context variable&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Apr 2017 05:37:24 GMT</pubDate>
    <dc:creator>vharcq</dc:creator>
    <dc:date>2017-04-21T05:37:24Z</dc:date>
    <item>
      <title>Dynamic Creation of Objects</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-Creation-of-Objects/m-p/2219152#M14069</link>
      <description>&lt;P&gt;Hello everybody&lt;/P&gt; 
&lt;P&gt;I'm working on a project of multi-model framework creation&lt;/P&gt; 
&lt;P&gt;and i need to know if it is possible how to create or to add an object to &amp;nbsp;my job (ex: tlogrow or tinputdelimitedfile) without drag and drop&lt;/P&gt; 
&lt;P&gt;I mean with java code using tjavarow&lt;/P&gt; 
&lt;P&gt;please help&lt;/P&gt; 
&lt;P&gt;thank you very much&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 11:59:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-Creation-of-Objects/m-p/2219152#M14069</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-20T11:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Creation of Objects</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-Creation-of-Objects/m-p/2219153#M14070</link>
      <description>I don't think so (in fact I'm quite sure you cannot).&lt;BR /&gt;When you drag&amp;amp;drop components you "generate" Java source code which is compiled later when you build the job (or run in the studio).&lt;BR /&gt;How do you expect to change the byte code at run time?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Apr 2017 18:47:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-Creation-of-Objects/m-p/2219153#M14070</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-04-20T18:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Creation of Objects</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-Creation-of-Objects/m-p/2219154#M14071</link>
      <description>&lt;P&gt;Hi TRF&lt;/P&gt;&lt;P&gt;thank you very much for your response&lt;/P&gt;&lt;P&gt;i will try to find another process to do my task&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 20:35:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-Creation-of-Objects/m-p/2219154#M14071</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-20T20:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Creation of Objects</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-Creation-of-Objects/m-p/2219155#M14072</link>
      <description>&lt;P&gt;You could have your two components and filter the input to one or the other using a Context variable&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 05:37:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-Creation-of-Objects/m-p/2219155#M14072</guid>
      <dc:creator>vharcq</dc:creator>
      <dc:date>2017-04-21T05:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Creation of Objects</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-Creation-of-Objects/m-p/2219156#M14073</link>
      <description>&lt;P&gt;The problem is that i dont have a fixed number of inputfiles&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it will be changing from day to another that's why i want to find to add components in a dynamic way&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 07:49:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-Creation-of-Objects/m-p/2219156#M14073</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-21T07:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Creation of Objects</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-Creation-of-Objects/m-p/2219157#M14074</link>
      <description>&lt;P&gt;Then &amp;nbsp;you should consider tFileList&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 08:14:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-Creation-of-Objects/m-p/2219157#M14074</guid>
      <dc:creator>vharcq</dc:creator>
      <dc:date>2017-04-21T08:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Creation of Objects</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-Creation-of-Objects/m-p/2219158#M14075</link>
      <description>&lt;P&gt;the problem is that all i know about filelist can only work with a fixed number of created file&amp;nbsp;&lt;/P&gt;
&lt;P&gt;here i want to create a list &amp;nbsp;with a non fixed number of file the time of receiving the data flow and than make the mapping&lt;/P&gt;
&lt;P&gt;i mean i want to create a job that for example :&lt;/P&gt;
&lt;P&gt;at 9:30 it can create ten file and receive the data flow&lt;/P&gt;
&lt;P&gt;at 11:30 , it can create 20 file&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 08:40:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-Creation-of-Objects/m-p/2219158#M14075</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-21T08:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Creation of Objects</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-Creation-of-Objects/m-p/2219159#M14076</link>
      <description>&lt;P&gt;&amp;nbsp;the required number of file will be fixed with from admin interface&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 08:42:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-Creation-of-Objects/m-p/2219159#M14076</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-21T08:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Creation of Objects</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-Creation-of-Objects/m-p/2219160#M14077</link>
      <description>&lt;P&gt;tFileList is the solution for iterating over a list of files with give filename mask(s).&lt;/P&gt; 
&lt;P&gt;If you want to break the process after a number of iterations (varying&amp;nbsp;for each run),&amp;nbsp;you must use tFileList to get the full list of filenames corresponding to the mask.&lt;/P&gt; 
&lt;P&gt;After that, iterate (tLoop) to proceed with each file&amp;nbsp;&lt;EM&gt;n&lt;/EM&gt; times where &lt;EM&gt;n&lt;/EM&gt; can be fixed for each run using a context variable (with a different value at each time if you want).&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Not sure that's what you are looking for as your use case come one piece at a time and is not very clear.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 08:54:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-Creation-of-Objects/m-p/2219160#M14077</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-04-21T08:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Creation of Objects</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-Creation-of-Objects/m-p/2219161#M14078</link>
      <description>&lt;P&gt;HI TRF&lt;/P&gt;
&lt;P&gt;what i want if it exists a way to change the the number of file to be createfd with a tfilelist manually with java code ,&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 09:05:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-Creation-of-Objects/m-p/2219161#M14078</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-21T09:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Creation of Objects</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-Creation-of-Objects/m-p/2219162#M14079</link>
      <description>&lt;P&gt;if not , i will be so grateful to help me giving a similar process&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 09:06:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-Creation-of-Objects/m-p/2219162#M14079</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-21T09:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Creation of Objects</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-Creation-of-Objects/m-p/2219163#M14080</link>
      <description>that's what I suggest in my last post. you cannot decide the number of files in tFileList. tFileList give you the full list (push it in a tHashOutput for example) then with tLoop, or better with tSampleRow, get the desired number of files.</description>
      <pubDate>Fri, 21 Apr 2017 09:12:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-Creation-of-Objects/m-p/2219163#M14080</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-04-21T09:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Creation of Objects</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-Creation-of-Objects/m-p/2219164#M14081</link>
      <description>&lt;P&gt;then i'm going to try that&lt;/P&gt;
&lt;P&gt;and i will be more grateful if you give me an example for that&lt;/P&gt;
&lt;P&gt;thank you TRF&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 09:16:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-Creation-of-Objects/m-p/2219164#M14081</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-21T09:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Creation of Objects</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-Creation-of-Objects/m-p/2219165#M14082</link>
      <description>&lt;P&gt;Here is an example&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="test.PNG" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LtCa.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/137464i98C729D447DD3B2F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LtCa.png" alt="0683p000009LtCa.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;tFifixedFlowInput with its schema to get the current filepath&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="test.PNG" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Lshz.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/127955i166D5D0E767D4EBB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Lshz.png" alt="0683p000009Lshz.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;What else?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 09:48:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-Creation-of-Objects/m-p/2219165#M14082</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-04-21T09:48:37Z</dc:date>
    </item>
  </channel>
</rss>

