<?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 Dynamic job to load multiple tables with different structure in one talend job in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-job-to-load-multiple-tables-with-different-structure-in/m-p/2353532#M119696</link>
    <description>&lt;P&gt;&lt;BR /&gt;Hi All,&lt;BR /&gt;I have one scenario,&lt;/P&gt;
&lt;P&gt;I want to load all tables of data in to respective target tables through one talend job dynamically..please help me on this.&lt;/P&gt;
&lt;P&gt;like&lt;/P&gt;
&lt;P&gt;src1&lt;BR /&gt;-------&lt;BR /&gt;database--db1&lt;BR /&gt;schema---x&lt;BR /&gt;tables-----A,B,C,D,E,F,........X,Y,Z. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Tareget&lt;BR /&gt;all tables are different schema structure. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;---------------------------&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; database----------db3&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;schema------------z&lt;BR /&gt;src2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;tables------------A,B,C,D,E,F,..........X,Y,Z.&lt;BR /&gt;--------- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; These tables schema structure same as src1,src2 tables structure&lt;BR /&gt;database---db2&lt;BR /&gt;schema--y&lt;BR /&gt;tables are same like src1---A,B,C,D,E,F,.............X,Y,Z.&lt;BR /&gt;all tables are diffrerent schema structure&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i want load union the data of src1,src2 tables data then load to target respective tables in single talend job dynamically for all tables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 23 Sep 2017 16:16:12 GMT</pubDate>
    <dc:creator>saivsr</dc:creator>
    <dc:date>2017-09-23T16:16:12Z</dc:date>
    <item>
      <title>Dynamic job to load multiple tables with different structure in one talend job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-job-to-load-multiple-tables-with-different-structure-in/m-p/2353532#M119696</link>
      <description>&lt;P&gt;&lt;BR /&gt;Hi All,&lt;BR /&gt;I have one scenario,&lt;/P&gt;
&lt;P&gt;I want to load all tables of data in to respective target tables through one talend job dynamically..please help me on this.&lt;/P&gt;
&lt;P&gt;like&lt;/P&gt;
&lt;P&gt;src1&lt;BR /&gt;-------&lt;BR /&gt;database--db1&lt;BR /&gt;schema---x&lt;BR /&gt;tables-----A,B,C,D,E,F,........X,Y,Z. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Tareget&lt;BR /&gt;all tables are different schema structure. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;---------------------------&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; database----------db3&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;schema------------z&lt;BR /&gt;src2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;tables------------A,B,C,D,E,F,..........X,Y,Z.&lt;BR /&gt;--------- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; These tables schema structure same as src1,src2 tables structure&lt;BR /&gt;database---db2&lt;BR /&gt;schema--y&lt;BR /&gt;tables are same like src1---A,B,C,D,E,F,.............X,Y,Z.&lt;BR /&gt;all tables are diffrerent schema structure&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i want load union the data of src1,src2 tables data then load to target respective tables in single talend job dynamically for all tables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Sep 2017 16:16:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-job-to-load-multiple-tables-with-different-structure-in/m-p/2353532#M119696</guid>
      <dc:creator>saivsr</dc:creator>
      <dc:date>2017-09-23T16:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic job to load multiple tables with different structure in one talend job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-job-to-load-multiple-tables-with-different-structure-in/m-p/2353533#M119697</link>
      <description>&lt;P&gt;my source and target databases are MSSQL...I want to create one talend job instead of creating multiple jobs for all tables..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please suggest me.Thanks..all&lt;/P&gt;</description>
      <pubDate>Sun, 24 Sep 2017 03:13:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-job-to-load-multiple-tables-with-different-structure-in/m-p/2353533#M119697</guid>
      <dc:creator>saivsr</dc:creator>
      <dc:date>2017-09-24T03:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic job to load multiple tables with different structure in one talend job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-job-to-load-multiple-tables-with-different-structure-in/m-p/2353534#M119698</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi guys the above scenario like as,&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have 100 tables with different metadata and i need to develop a single job with loads all these tables to target system we Need to run 10 times for all tables or at a time if so please guide me out.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SRC----MSSQL&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;TARGET---MSSQL&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Sep 2017 03:45:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-job-to-load-multiple-tables-with-different-structure-in/m-p/2353534#M119698</guid>
      <dc:creator>saivsr</dc:creator>
      <dc:date>2017-09-24T03:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic job to load multiple tables with different structure in one talend job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-job-to-load-multiple-tables-with-different-structure-in/m-p/2353535#M119699</link>
      <description>&lt;P&gt;Use dynamic column type. &amp;nbsp;However, this only works if you do not need to do transformation, since you do not know the schema and data type upfront.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Else use the Template functionality in the Studio to generate all your jobs&amp;nbsp;&lt;A href="https://help.talend.com/reader/itosd4jFDXxrm6qULuPrbg/rpFV93Uc4LKksvXQFtSdWg" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/itosd4jFDXxrm6qULuPrbg/rpFV93Uc4LKksvXQFtSdWg&lt;/A&gt; &amp;nbsp;It will generate many jobs, but it take 5 mins instead of several days.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 10:24:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-job-to-load-multiple-tables-with-different-structure-in/m-p/2353535#M119699</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-25T10:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic job to load multiple tables with different structure in one talend job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-job-to-load-multiple-tables-with-different-structure-in/m-p/2353536#M119700</link>
      <description>&lt;P&gt;Hello Iburatally Employe Thanks for you response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using Talend Open Studio..So in this there is no option for "&lt;STRONG&gt;Create job from templates".&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please give some solutuion for TOS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created&amp;nbsp;source tables passing iteratively.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pleas find attached screen shot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lr09"&gt;talend_dynamic_job.PNG&lt;/A&gt;</description>
      <pubDate>Mon, 25 Sep 2017 12:19:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-job-to-load-multiple-tables-with-different-structure-in/m-p/2353536#M119700</guid>
      <dc:creator>saivsr</dc:creator>
      <dc:date>2017-09-25T12:19:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic job to load multiple tables with different structure in one talend job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-job-to-load-multiple-tables-with-different-structure-in/m-p/2353537#M119701</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can achieve this using dynamic column load. Following are the steps&lt;/P&gt;
&lt;P&gt;1. &amp;nbsp;Create a list of your table names in one csv file&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Read that file in tFileInputDelimited&lt;/P&gt;
&lt;P&gt;3. Use tFlowToIterate &lt;SPAN&gt;&amp;nbsp;and create global&amp;nbsp;variable in with tablenames as value from file&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;4. Use tmysqlinput and set table name as global variable name and in schema select as built in and set only one row and select type as dynamic&amp;nbsp;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;5. do same for another database input flow&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;6. use tunite to make union&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;7. connect to target where specify table name as&amp;nbsp;global&amp;nbsp;variable from&amp;nbsp;tFlowToIterate&amp;nbsp;&amp;nbsp;and schema as built in and then create only one row in schema with type as dynamic.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Key here is to pass table names list using&amp;nbsp;tFlowToIterate&amp;nbsp;&amp;nbsp; and defining&amp;nbsp;dynamic column &amp;nbsp;in built in schema&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can use following link for reference to dynamic column&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://help.talend.com/reader/OnsdPcJL19xPfNBaWRUL~w/6uAF9tc63_edATsd7VMTwg" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/OnsdPcJL19xPfNBaWRUL~w/6uAF9tc63_edATsd7VMTwg&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Don't forget to give kudos when a reply is helpful and click Accept the solution when you think you're good with it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2017 15:10:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-job-to-load-multiple-tables-with-different-structure-in/m-p/2353537#M119701</guid>
      <dc:creator>shivanand</dc:creator>
      <dc:date>2017-09-25T15:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic job to load multiple tables with different structure in one talend job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-job-to-load-multiple-tables-with-different-structure-in/m-p/2353538#M119702</link>
      <description>&lt;P&gt;Hi Shivanand,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for you response..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using Talend Open Studio(TOS)..In this there is no option dynamic rt?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How i can ..? Please&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Sep 2017 12:16:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-job-to-load-multiple-tables-with-different-structure-in/m-p/2353538#M119702</guid>
      <dc:creator>saivsr</dc:creator>
      <dc:date>2017-09-26T12:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic job to load multiple tables with different structure in one talend job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-job-to-load-multiple-tables-with-different-structure-in/m-p/2353539#M119703</link>
      <description>Hi could you please elaborate more on the job, 1.tfileinputdelimited I listed all the table names
&lt;BR /&gt;2.tflowtoiterate defined a global variable there
&lt;BR /&gt;3.taccessinput in table name I am passing the global variable where it get table name from step 1 here where I am stuck job is throwing an error unexpected token</description>
      <pubDate>Tue, 06 Feb 2018 05:46:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-job-to-load-multiple-tables-with-different-structure-in/m-p/2353539#M119703</guid>
      <dc:creator>muralam</dc:creator>
      <dc:date>2018-02-06T05:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic job to load multiple tables with different structure in one talend job</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-job-to-load-multiple-tables-with-different-structure-in/m-p/2353540#M119704</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Can anyone please help me here?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My requirement is to load data from MySQL/Oracle to Hive.&lt;/P&gt;&lt;P&gt;1)&amp;nbsp;I want to load multiple tables with different structure in one talend job.&lt;/P&gt;&lt;P&gt;2) I am using Talend open studio so not having feature of Dynamic datatype.&lt;/P&gt;&lt;P&gt;3) Is there any way to achieve it in talend open studio version?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 08:18:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-job-to-load-multiple-tables-with-different-structure-in/m-p/2353540#M119704</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-19T08:18:26Z</dc:date>
    </item>
  </channel>
</rss>

