<?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: Component doesn't support Dynamic Schemas - Workaround ? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Component-doesn-t-support-Dynamic-Schemas-Workaround/m-p/2253967#M37129</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;I would recommend to try DB specific component so that you can employ dynamic schema.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.talend.com/blog/2019/11/11/migrate-data-between-databases-one-job-using-dynamic-schema/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.talend.com/blog/2019/11/11/migrate-data-between-databases-one-job-using-dynamic-schema/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; You might be having 3 or 4 different job patterns but its still better than having 100s of jobs for each table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
    <pubDate>Tue, 19 Nov 2019 03:58:43 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-11-19T03:58:43Z</dc:date>
    <item>
      <title>Component doesn't support Dynamic Schemas - Workaround ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Component-doesn-t-support-Dynamic-Schemas-Workaround/m-p/2253966#M37128</link>
      <description>&lt;P&gt;Hello, I have a headache with this situation : I need to find a way to pass a dynamic schema to a component that doesn't support Dynamic Schemas.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The flow :&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;tMSSqlInput&lt;/STRONG&gt; (with Dynamic Schema)&amp;nbsp;--Main--&amp;gt; [....] --Main--&amp;gt; &lt;STRONG&gt;tMSSqlOuput&lt;/STRONG&gt; (with Dynamic Schema) --Main--&amp;gt; &lt;STRONG&gt;tJDBCOutput&amp;nbsp;&lt;/STRONG&gt;(doesn't support Dynamic Schema)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ProbTalend.png" style="width: 792px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M8Xe.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/130208i0D0A5CDACE754F99/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M8Xe.png" alt="0683p000009M8Xe.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;My constraints :&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;1 -&amp;nbsp;&lt;STRONG&gt;tMSSqlInput&lt;/STRONG&gt;&amp;nbsp;&amp;amp;&amp;nbsp;&lt;STRONG&gt;tMSSqlOuput&lt;/STRONG&gt;&amp;nbsp;need to have a dynamic schema, since this is a generic job that allows to process multiple tables with config. I also don't want to create Generic Schemas every time I have a new table to process (80+ tables), so generic schemas were not really an option.&lt;/P&gt; 
&lt;P&gt;2 -&amp;nbsp;&lt;STRONG&gt;tJDBCOutput&lt;/STRONG&gt; could be some other JDBC component, but it has to be JDBC. As far as I know, all JDBC seem to not support Dynamic Schemas.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Do you have any idea on how I could workaround this problem ?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thank you !!&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2019 17:43:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Component-doesn-t-support-Dynamic-Schemas-Workaround/m-p/2253966#M37128</guid>
      <dc:creator>fournje</dc:creator>
      <dc:date>2019-11-13T17:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Component doesn't support Dynamic Schemas - Workaround ?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Component-doesn-t-support-Dynamic-Schemas-Workaround/m-p/2253967#M37129</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;I would recommend to try DB specific component so that you can employ dynamic schema.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.talend.com/blog/2019/11/11/migrate-data-between-databases-one-job-using-dynamic-schema/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.talend.com/blog/2019/11/11/migrate-data-between-databases-one-job-using-dynamic-schema/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; You might be having 3 or 4 different job patterns but its still better than having 100s of jobs for each table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;BR /&gt;Nikhil Thampi&lt;/P&gt;
&lt;P&gt;Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 03:58:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Component-doesn-t-support-Dynamic-Schemas-Workaround/m-p/2253967#M37129</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-19T03:58:43Z</dc:date>
    </item>
  </channel>
</rss>

