<?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: Data load using Dynamic schema (Dynamic data type in Enterprise version) in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Data-load-using-Dynamic-schema-Dynamic-data-type-in-Enterprise/m-p/2287243#M60865</link>
    <description>&lt;P&gt;Found this link&amp;nbsp;&lt;A href="https://community.qlik.com/s/article/ka03p0000006EvyAAE" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Which-components-provide-the-Dynamic-Schema-feature/ta-p/28912&lt;/A&gt; .&lt;/P&gt; 
&lt;P&gt;I check&amp;nbsp;supportDynamic.txt from both 6.3.1 and 7.0.1 . It only includes tRedshiftInput/tRedshiftOutput . Therefore, there is no support bulk upload to redshift with &lt;SPAN&gt;Dynamic&lt;/SPAN&gt; schema.&amp;nbsp; Anyone can suggest how to do it DIY.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;Bin&lt;/P&gt;</description>
    <pubDate>Thu, 06 Sep 2018 05:46:02 GMT</pubDate>
    <dc:creator>wangbinlxx</dc:creator>
    <dc:date>2018-09-06T05:46:02Z</dc:date>
    <item>
      <title>Data load using Dynamic schema (Dynamic data type in Enterprise version)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-load-using-Dynamic-schema-Dynamic-data-type-in-Enterprise/m-p/2287240#M60862</link>
      <description>&lt;P&gt;I want create a generic talend job with will load data from redshift to oracle table I have around 10-15 table for now .&lt;BR /&gt;For example:&lt;BR /&gt;Table1(Redshift) -&amp;gt; Generic_Talend_Job -&amp;gt; Oracle Table 1&lt;BR /&gt;Table2(Redshift) -&amp;gt; Generic_Talend_Job -&amp;gt; Oracle Table 2&lt;BR /&gt;the metadata for each source and target are different.i.e oracle and redshift table structures are same . But table 1 structure and table 2 structure are different .&lt;BR /&gt;I have seen option of dynamic data type in some blogs , but not sure how to incorporate the same for my case .&lt;BR /&gt;Sample job screenshot and configuration will be really helpful .&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2017 10:15:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-load-using-Dynamic-schema-Dynamic-data-type-in-Enterprise/m-p/2287240#M60862</guid>
      <dc:creator>abhi90</dc:creator>
      <dc:date>2017-10-09T10:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Data load using Dynamic schema (Dynamic data type in Enterprise version)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-load-using-Dynamic-schema-Dynamic-data-type-in-Enterprise/m-p/2287241#M60863</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Please take a look at this troubleshooting-development topic: &lt;A title="https://community.talend.com/t5/Troubleshooting-Development/How-to-process-changing-data-structure/ta-p/21702" href="https://community.qlik.com/s/article/ka03p0000006EwBAAU" target="_self"&gt;https://community.talend.com/t5/Troubleshooting-Development/How-to-process-changing-data-structure/ta-p/21702&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>Thu, 12 Oct 2017 07:13:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-load-using-Dynamic-schema-Dynamic-data-type-in-Enterprise/m-p/2287241#M60863</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-12T07:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Data load using Dynamic schema (Dynamic data type in Enterprise version)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-load-using-Dynamic-schema-Dynamic-data-type-in-Enterprise/m-p/2287242#M60864</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Sabrina&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I create a question for this.&amp;nbsp;&lt;A href="https://community.qlik.com/s/feed/0D73p000004kUmkCAE#M82751" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/How-to-use-Dynamic-schema-to-bulk-load-into-redshift/m-p/132739#M82751&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I review your link&amp;nbsp;&lt;A href="https://community.qlik.com/s/article/ka03p0000006EwBAAU" target="_blank"&gt;https://community.talend.com/t5/Troubleshooting-Development/How-to-process-changing-data-structure/ta-p/21702&lt;/A&gt;. I also manage to create one job of shipping from CSV(tFileInputDelimited) to Oracle(tOracleOutput). Do you want why it doesn't support Bulk load to readshift? (&lt;SPAN&gt;tRedshiftOutputBulkExec)&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;I test it in both 6.3.1 and 7.0.1 .&amp;nbsp;&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;&lt;SPAN&gt;Bin&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 01:32:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-load-using-Dynamic-schema-Dynamic-data-type-in-Enterprise/m-p/2287242#M60864</guid>
      <dc:creator>wangbinlxx</dc:creator>
      <dc:date>2018-09-06T01:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Data load using Dynamic schema (Dynamic data type in Enterprise version)</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Data-load-using-Dynamic-schema-Dynamic-data-type-in-Enterprise/m-p/2287243#M60865</link>
      <description>&lt;P&gt;Found this link&amp;nbsp;&lt;A href="https://community.qlik.com/s/article/ka03p0000006EvyAAE" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/Which-components-provide-the-Dynamic-Schema-feature/ta-p/28912&lt;/A&gt; .&lt;/P&gt; 
&lt;P&gt;I check&amp;nbsp;supportDynamic.txt from both 6.3.1 and 7.0.1 . It only includes tRedshiftInput/tRedshiftOutput . Therefore, there is no support bulk upload to redshift with &lt;SPAN&gt;Dynamic&lt;/SPAN&gt; schema.&amp;nbsp; Anyone can suggest how to do it DIY.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;Bin&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 05:46:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Data-load-using-Dynamic-schema-Dynamic-data-type-in-Enterprise/m-p/2287243#M60865</guid>
      <dc:creator>wangbinlxx</dc:creator>
      <dc:date>2018-09-06T05:46:02Z</dc:date>
    </item>
  </channel>
</rss>

