<?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: load tables from source to target in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/load-tables-from-source-to-target/m-p/2263979#M43982</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do i choose schema in&amp;nbsp;&lt;SPAN&gt;tOracleInput and tOracleOutput,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The shemas are varying for different tables.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Apr 2019 08:32:14 GMT</pubDate>
    <dc:creator>vidya821</dc:creator>
    <dc:date>2019-04-12T08:32:14Z</dc:date>
    <item>
      <title>load tables from source to target</title>
      <link>https://community.qlik.com/t5/Talend-Studio/load-tables-from-source-to-target/m-p/2263973#M43976</link>
      <description>&lt;P&gt;Hi my requirement is i want to load tables from source to target there are different structure tables&lt;/P&gt;&lt;P&gt;after i need to implement scd2 on that total tables what is the procedure for that&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;actually i'm thinking with this (DYNAMIC schema + toracle tablelist + toracleoutput)&lt;/P&gt;</description>
      <pubDate>Wed, 21 Nov 2018 06:06:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/load-tables-from-source-to-target/m-p/2263973#M43976</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-21T06:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: load tables from source to target</title>
      <link>https://community.qlik.com/t5/Talend-Studio/load-tables-from-source-to-target/m-p/2263974#M43977</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;The dynamic schema feature will be available in talend subcription solution not open source.&lt;/P&gt;
&lt;P&gt;The job looks like:&lt;BR /&gt;tOracleTableList--iterate--tOracleInput--main--tOracleOutput&lt;BR /&gt;on tOracleOutput, set a dynamic table name:&lt;BR /&gt;((String)globalMap.get("tOracleOutputTableList_1_CURRENT_TABLE"))&lt;BR /&gt;and select &lt;BR /&gt;'create table if not exist' option in the action on table list.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2018 08:23:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/load-tables-from-source-to-target/m-p/2263974#M43977</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-27T08:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: load tables from source to target</title>
      <link>https://community.qlik.com/t5/Talend-Studio/load-tables-from-source-to-target/m-p/2263975#M43978</link>
      <description>what about scd2 for all tables</description>
      <pubDate>Thu, 29 Nov 2018 04:22:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/load-tables-from-source-to-target/m-p/2263975#M43978</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-29T04:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: load tables from source to target</title>
      <link>https://community.qlik.com/t5/Talend-Studio/load-tables-from-source-to-target/m-p/2263976#M43979</link>
      <description>&lt;P&gt;Hellom&lt;/P&gt;
&lt;P&gt;Actually, I didn't get your job requirement about scd2 for all tables. Could you please us some background about your use case?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 29 Nov 2018 07:29:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/load-tables-from-source-to-target/m-p/2263976#M43979</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-29T07:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: load tables from source to target</title>
      <link>https://community.qlik.com/t5/Talend-Studio/load-tables-from-source-to-target/m-p/2263977#M43980</link>
      <description>actually after loaded into one table i need to implement scd2 for that table</description>
      <pubDate>Thu, 29 Nov 2018 16:54:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/load-tables-from-source-to-target/m-p/2263977#M43980</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-29T16:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: load tables from source to target</title>
      <link>https://community.qlik.com/t5/Talend-Studio/load-tables-from-source-to-target/m-p/2263978#M43981</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Here is online documentation about:&lt;A title="TalendHelpCenter:SCD scenario" href="https://help.talend.com/reader/xkypNXgj_Icef7P5rVh9Rw/xqvG4gP6eE8nxLYNNyKlMg" target="_self" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter: SCD scenario&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Let us know if it is OK with you.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2018 08:04:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/load-tables-from-source-to-target/m-p/2263978#M43981</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-19T08:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: load tables from source to target</title>
      <link>https://community.qlik.com/t5/Talend-Studio/load-tables-from-source-to-target/m-p/2263979#M43982</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do i choose schema in&amp;nbsp;&lt;SPAN&gt;tOracleInput and tOracleOutput,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The shemas are varying for different tables.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 08:32:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/load-tables-from-source-to-target/m-p/2263979#M43982</guid>
      <dc:creator>vidya821</dc:creator>
      <dc:date>2019-04-12T08:32:14Z</dc:date>
    </item>
  </channel>
</rss>

