<?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 Talend Dynamic Schema in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Dynamic-Schema/m-p/2354716#M1383</link>
    <description>Hi all, 
&lt;BR /&gt;I am doing a mini project which requires me to load 1000+ files from source to target. Each file has a different structure. It is also requires to perform data quality checks on the data before it is loaded into the database. Files are Comma delimited.&amp;nbsp; 
&lt;BR /&gt;My main idea is to not to create 1000+ jobs as it will be not easy to maintain. I am looking for re-usable code that can be used for this purpose. For data quality purpose we are good as we have come up with a framework for the same and it will be done at database level. I am more concerned about loading database tables. 
&lt;BR /&gt;I have already explored following options: 
&lt;BR /&gt;1. Use Dynamic schema using tSetDynamicSchema component but it seems to be working only for the postional files not delimited files. 
&lt;BR /&gt;2. Referred following links but it didn't really help: 
&lt;BR /&gt; 
&lt;A href="http://bekwam.blogspot.in/2011/06/dynamic-schemas-in-talend-open-studio.html" target="_blank" rel="nofollow noopener noreferrer"&gt;http://bekwam.blogspot.in/2011/06/dynamic-schemas-in-talend-open-studio.html&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="https://www.talend.com/blog/2016/03/11/how-to-operationalize-meta-data-in-talend-with-dynamic-schemas" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.talend.com/blog/2016/03/11/how-to-operationalize-meta-data-in-talend-with-dynamic-schemas&lt;/A&gt; 
&lt;BR /&gt;Can someone please help with it?</description>
    <pubDate>Sat, 16 Nov 2024 10:18:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T10:18:07Z</dc:date>
    <item>
      <title>Talend Dynamic Schema</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Dynamic-Schema/m-p/2354716#M1383</link>
      <description>Hi all, 
&lt;BR /&gt;I am doing a mini project which requires me to load 1000+ files from source to target. Each file has a different structure. It is also requires to perform data quality checks on the data before it is loaded into the database. Files are Comma delimited.&amp;nbsp; 
&lt;BR /&gt;My main idea is to not to create 1000+ jobs as it will be not easy to maintain. I am looking for re-usable code that can be used for this purpose. For data quality purpose we are good as we have come up with a framework for the same and it will be done at database level. I am more concerned about loading database tables. 
&lt;BR /&gt;I have already explored following options: 
&lt;BR /&gt;1. Use Dynamic schema using tSetDynamicSchema component but it seems to be working only for the postional files not delimited files. 
&lt;BR /&gt;2. Referred following links but it didn't really help: 
&lt;BR /&gt; 
&lt;A href="http://bekwam.blogspot.in/2011/06/dynamic-schemas-in-talend-open-studio.html" target="_blank" rel="nofollow noopener noreferrer"&gt;http://bekwam.blogspot.in/2011/06/dynamic-schemas-in-talend-open-studio.html&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="https://www.talend.com/blog/2016/03/11/how-to-operationalize-meta-data-in-talend-with-dynamic-schemas" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.talend.com/blog/2016/03/11/how-to-operationalize-meta-data-in-talend-with-dynamic-schemas&lt;/A&gt; 
&lt;BR /&gt;Can someone please help with it?</description>
      <pubDate>Sat, 16 Nov 2024 10:18:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Dynamic-Schema/m-p/2354716#M1383</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Dynamic Schema</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Dynamic-Schema/m-p/2354717#M1384</link>
      <description>Hi,
&lt;BR /&gt;Usually, we use
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;tfilelist to iterate these files and load them in one target.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;The work flow looks like: tfilelist(set a filemask )--&amp;gt;iterate&amp;gt;tfileinputdelimited(dynamic schema)--&amp;gt;t&amp;lt;DB&amp;gt;output.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;The dynamic schema feature will be available in talend subscription solution which&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;
&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;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Fri, 28 Oct 2016 10:15:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Talend-Dynamic-Schema/m-p/2354717#M1384</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-28T10:15:18Z</dc:date>
    </item>
  </channel>
</rss>

