<?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 Unloading data from multiple tables in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Unloading-data-from-multiple-tables/m-p/2366934#M130366</link>
    <description>&lt;P&gt;Team,&lt;BR /&gt;&lt;BR /&gt;I'm new to Talend Data Integration, currently I have a requirement to unload data from 50 Oracle source tables.&amp;nbsp;&lt;BR /&gt;So i'm looking forward to build a generic process to unload the tables, instead of using multiple tOracleInput component.&lt;BR /&gt;Kindly help me on this requirement.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rajesh&lt;/P&gt;</description>
    <pubDate>Wed, 26 Oct 2016 09:44:40 GMT</pubDate>
    <dc:creator>rajesh90</dc:creator>
    <dc:date>2016-10-26T09:44:40Z</dc:date>
    <item>
      <title>Unloading data from multiple tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unloading-data-from-multiple-tables/m-p/2366934#M130366</link>
      <description>&lt;P&gt;Team,&lt;BR /&gt;&lt;BR /&gt;I'm new to Talend Data Integration, currently I have a requirement to unload data from 50 Oracle source tables.&amp;nbsp;&lt;BR /&gt;So i'm looking forward to build a generic process to unload the tables, instead of using multiple tOracleInput component.&lt;BR /&gt;Kindly help me on this requirement.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rajesh&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2016 09:44:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unloading-data-from-multiple-tables/m-p/2366934#M130366</guid>
      <dc:creator>rajesh90</dc:creator>
      <dc:date>2016-10-26T09:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: Unloading data from multiple tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unloading-data-from-multiple-tables/m-p/2366935#M130367</link>
      <description>Hi,
&lt;BR /&gt;Here is a dynamic schema feature. It&amp;nbsp;
&lt;FONT size="2"&gt;&lt;FONT face="Calibri," sans-serif=""&gt;allows you to design schema with an unknown column structure (unknown name and number of columns).&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="Calibri," sans-serif=""&gt;Note:&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;FONT size="2"&gt;&lt;FONT face="Calibri," sans-serif=""&gt;Dynamic schema feature is only available in Talend Subscription Solution.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="Calibri," sans-serif=""&gt;Please take a look at KB article about:&lt;A href="https://help.talend.com/pages/viewpage.action?pageId=190513179" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:How to process changing data structure?&lt;/A&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 27 Oct 2016 03:25:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unloading-data-from-multiple-tables/m-p/2366935#M130367</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-27T03:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Unloading data from multiple tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unloading-data-from-multiple-tables/m-p/2366936#M130368</link>
      <description>Hi Sabrina,&lt;BR /&gt;&lt;BR /&gt;I understood the idea by reading through the article.&lt;BR /&gt;But my question here is how to unload the 50 tables one by one, or parallel through the tOracleInput component.&amp;nbsp;&lt;BR /&gt;Because to put 50 tOracleInput components in a single job to unload data, will be a bad idea.</description>
      <pubDate>Thu, 27 Oct 2016 13:07:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unloading-data-from-multiple-tables/m-p/2366936#M130368</guid>
      <dc:creator>rajesh90</dc:creator>
      <dc:date>2016-10-27T13:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Unloading data from multiple tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Unloading-data-from-multiple-tables/m-p/2366937#M130369</link>
      <description>Hi,&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;You can read the tables names from a flat file or a DB tables.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;The tFlowtoIterate component can&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;loop them.&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;It will give you a globalMap variable which you can use in the table load logic.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana," helvetica=""&gt;In addition, tcontextload or implicit tcontextload is also used to&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto," helvetica=""&gt;load a context from a flow.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto," helvetica=""&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto," helvetica=""&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Fri, 28 Oct 2016 09:29:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Unloading-data-from-multiple-tables/m-p/2366937#M130369</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-28T09:29:09Z</dc:date>
    </item>
  </channel>
</rss>

