<?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 data loading from a single Talend job in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/Dynamic-data-loading-from-a-single-Talend-job/m-p/2351176#M950</link>
    <description>Is there any component to dynamically get the information about the tables used in the particular talend job&lt;BR /&gt;Thanks in advance</description>
    <pubDate>Tue, 10 Jan 2017 07:14:49 GMT</pubDate>
    <dc:creator>_AnonymousUser</dc:creator>
    <dc:date>2017-01-10T07:14:49Z</dc:date>
    <item>
      <title>Dynamic data loading from a single Talend job</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Dynamic-data-loading-from-a-single-Talend-job/m-p/2351168#M942</link>
      <description>Hi,
&lt;BR /&gt;I have the following need. I have 200 plus source tables and respective target tables (one to one mapping). On daily basis, I need to look into source and update /insert the target. Here source is a custom database (which can be connected using ODBC) and target is MSSQL.
&lt;BR /&gt;One way to achieve this creating 200 individual jobs for reading from the respective source table and load to specific target table.
&lt;BR /&gt;Other way which I am thinking is write a single job and load all the tables from source and run that job 200 times for 200 different tables. For this options, source and target schema need to be dynamic. One table may contain 5 columns and other may contain 100 columns and those could be with different data types.&amp;nbsp;
&lt;BR /&gt;Can we do something like this using single Talend job? If so, any suggestions or past scenariop examples?
&lt;BR /&gt;Thx,
&lt;BR /&gt;Siva</description>
      <pubDate>Sat, 16 Nov 2024 11:24:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Dynamic-data-loading-from-a-single-Talend-job/m-p/2351168#M942</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic data loading from a single Talend job</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Dynamic-data-loading-from-a-single-Talend-job/m-p/2351169#M943</link>
      <description>Hi, 
&lt;BR /&gt;Could you please take a look at a related forum:&amp;nbsp; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCq8GCAS" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/complete-migration-from-oracle-to-sql-server/td-p/106789&lt;/A&gt;&amp;nbsp;to see if it is satisfying &amp;nbsp;your need? 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 02 Dec 2014 03:37:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Dynamic-data-loading-from-a-single-Talend-job/m-p/2351169#M943</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-02T03:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic data loading from a single Talend job</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Dynamic-data-loading-from-a-single-Talend-job/m-p/2351170#M944</link>
      <description>Hi,
&lt;BR /&gt;Thanks for sending the post. But, there are not much details in the post. I know how to do if it i just an insert by using dynamic schema of TIS. But, in the case of update, we need to pass key name to the update key. That key could be different from table to table. How can I get the key name on dynamic basis?
&lt;BR /&gt;Thx,
&lt;BR /&gt;Siva</description>
      <pubDate>Tue, 02 Dec 2014 03:49:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Dynamic-data-loading-from-a-single-Talend-job/m-p/2351170#M944</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-02T03:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic data loading from a single Talend job</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Dynamic-data-loading-from-a-single-Talend-job/m-p/2351171#M945</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Hi,&lt;BR /&gt;Thanks for sending the post. But, there are not much details in the post. I know how to do if it i just an insert by using dynamic schema of TIS. But, in the case of update, we need to pass key name to the update key. That key could be different from table to table. How can I get the key name on dynamic basis?&lt;BR /&gt;Thx,&lt;BR /&gt;Siva&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 02 Dec 2014 14:32:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Dynamic-data-loading-from-a-single-Talend-job/m-p/2351171#M945</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-02T14:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic data loading from a single Talend job</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Dynamic-data-loading-from-a-single-Talend-job/m-p/2351172#M946</link>
      <description>Hi Siva,&lt;BR /&gt;Dynamic schema concept implementation is not possible in the TOS.&amp;nbsp;&lt;BR /&gt;Here is a possible workaround&lt;BR /&gt;- Read your database tables and write data into csv files... give table specific file name to each file, use context variables for file names. You can use 200 queries in a flat file and iterate through it...&lt;BR /&gt;- Repeat this job for all the tables&lt;BR /&gt;- Generate 200 queries to load data from csv to database&lt;BR /&gt;- Iterate through all the queries to insert records into the target database table.&lt;BR /&gt;Try this approach..&lt;BR /&gt;Thanks&lt;BR /&gt;Vaibhav</description>
      <pubDate>Wed, 03 Dec 2014 06:26:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Dynamic-data-loading-from-a-single-Talend-job/m-p/2351172#M946</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-03T06:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic data loading from a single Talend job</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Dynamic-data-loading-from-a-single-Talend-job/m-p/2351173#M947</link>
      <description>I can use TIS. I liked that apporach. But, Target tables can be inserted / updated. For updating, we need to set atleast one column as key. That key could be different from table to table. How can you set that key on dynamic basis?
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Siva</description>
      <pubDate>Wed, 03 Dec 2014 19:52:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Dynamic-data-loading-from-a-single-Talend-job/m-p/2351173#M947</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-03T19:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic data loading from a single Talend job</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Dynamic-data-loading-from-a-single-Talend-job/m-p/2351174#M948</link>
      <description>Hi Siva,
&lt;BR /&gt;Updates are not possible using this approach.
&lt;BR /&gt;Can you think of making an intermediate temp table as staging and then fire a next set of queries to load data from intermediate table to your target table for update or insert.. this way you can set a key for update and insert as well...
&lt;BR /&gt;But this is all going to be like a query based...
&lt;BR /&gt;Another approach would be to use a Stored procedure which can give you desired results...
&lt;BR /&gt;Vaibhav</description>
      <pubDate>Thu, 04 Dec 2014 04:25:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Dynamic-data-loading-from-a-single-Talend-job/m-p/2351174#M948</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-04T04:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic data loading from a single Talend job</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Dynamic-data-loading-from-a-single-Talend-job/m-p/2351175#M949</link>
      <description>Even if we have the intermediate table, we need to have numerous jobs for updating all the main tables right? update keys are still will be different for each and every update table right? &amp;nbsp;Will that be possible by using dynamic queries in one job?</description>
      <pubDate>Thu, 04 Dec 2014 15:08:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Dynamic-data-loading-from-a-single-Talend-job/m-p/2351175#M949</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-04T15:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic data loading from a single Talend job</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Dynamic-data-loading-from-a-single-Talend-job/m-p/2351176#M950</link>
      <description>Is there any component to dynamically get the information about the tables used in the particular talend job&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Tue, 10 Jan 2017 07:14:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Dynamic-data-loading-from-a-single-Talend-job/m-p/2351176#M950</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2017-01-10T07:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic data loading from a single Talend job</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Dynamic-data-loading-from-a-single-Talend-job/m-p/2351177#M951</link>
      <description>Hi Sabrina,&lt;BR /&gt;I got badly stucked, is there any component which retrieves the info like, what are the tables used in the job?&lt;BR /&gt;For example:&lt;BR /&gt;I had three table input components in a job, those three components are joined with tmap, finally the results are kept in a table.&lt;BR /&gt;on this process i need dynamically capture what all tables are effected.Is that possible in Big-data talend 6.0&lt;BR /&gt;Thanks,&lt;BR /&gt;Blessing</description>
      <pubDate>Tue, 10 Jan 2017 09:57:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Dynamic-data-loading-from-a-single-Talend-job/m-p/2351177#M951</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2017-01-10T09:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic data loading from a single Talend job</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Dynamic-data-loading-from-a-single-Talend-job/m-p/2351178#M952</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Hi Sabrina,&lt;BR /&gt;I got badly stucked, is there any component which retrieves the info like, what are the tables used in the job?&lt;BR /&gt;For example:&lt;BR /&gt;I had three table input components in a job, those three components are joined with tmap, finally the results are kept in a table.&lt;BR /&gt;on this process i need dynamically capture what all tables are used in the job.Is that possible in Big-data talend 6.0&lt;BR /&gt;Thanks,&lt;BR /&gt;Blessing&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 10 Jan 2017 09:58:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Dynamic-data-loading-from-a-single-Talend-job/m-p/2351178#M952</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2017-01-10T09:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic data loading from a single Talend job</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Dynamic-data-loading-from-a-single-Talend-job/m-p/2351179#M953</link>
      <description>Hello,&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;I had three table input components in a job, those three components are joined with tmap, finally the results are kept in a table.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;on this process i need dynamically capture what all tables are used in the job.Is that possible in Big-data talend 6.0&lt;/FONT&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Could you please elaborate your case with an example with input and expected output values?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 16 Jan 2017 03:34:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Dynamic-data-loading-from-a-single-Talend-job/m-p/2351179#M953</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-16T03:34:27Z</dc:date>
    </item>
  </channel>
</rss>

