<?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 Dynamic schema script for loading data from file to Database table in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-schema-script-for-loading-data-from-file-to-Database/m-p/2215250#M11745</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have a scenario where&amp;nbsp;I need to dynamically load data from csv file into Database table. When ever new columns gets added in Flat file it should dynamically reads the data from the flat file&amp;nbsp;and load into MySQL database table and&amp;nbsp;also I&amp;nbsp;need&amp;nbsp; script in tjavarow&amp;nbsp;to run this scenario&amp;nbsp;&lt;/P&gt;&lt;P&gt;please help with some option.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 07:22:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T07:22:23Z</dc:date>
    <item>
      <title>Dynamic schema script for loading data from file to Database table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-schema-script-for-loading-data-from-file-to-Database/m-p/2215250#M11745</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have a scenario where&amp;nbsp;I need to dynamically load data from csv file into Database table. When ever new columns gets added in Flat file it should dynamically reads the data from the flat file&amp;nbsp;and load into MySQL database table and&amp;nbsp;also I&amp;nbsp;need&amp;nbsp; script in tjavarow&amp;nbsp;to run this scenario&amp;nbsp;&lt;/P&gt;&lt;P&gt;please help with some option.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:22:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-schema-script-for-loading-data-from-file-to-Database/m-p/2215250#M11745</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T07:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic schema script for loading data from file to Database table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-schema-script-for-loading-data-from-file-to-Database/m-p/2215251#M11746</link>
      <description>&lt;P&gt;Hi Vidya,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; You will not be able to modify the schema structure of DB components (like MySQL) on the fly. But another approach is to store the metadata information separately and parse the data based on the metadata.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Could you please refer below Talend blog for details?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&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;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Warm Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
      <pubDate>Thu, 01 Nov 2018 06:07:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-schema-script-for-loading-data-from-file-to-Database/m-p/2215251#M11746</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-01T06:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic schema script for loading data from file to Database table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-schema-script-for-loading-data-from-file-to-Database/m-p/2215252#M11747</link>
      <description>&lt;P&gt;Hi Nikhilthampi,&lt;/P&gt; 
&lt;P&gt;Can you please elaborate me with some&amp;nbsp;more&amp;nbsp;example and components to be used for this dynamic schema??&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Nov 2018 06:28:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-schema-script-for-loading-data-from-file-to-Database/m-p/2215252#M11747</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-01T06:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic schema script for loading data from file to Database table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Dynamic-schema-script-for-loading-data-from-file-to-Database/m-p/2215253#M11748</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; Please refer the below blogs and community posts which is having details related to this topic.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCqSDCA0" target="_blank"&gt;https://community.talend.com/t5/Design-and-Development/tMap-with-Dynamic-schema/td-p/43409&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCsAZCA0" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/resolved-I-want-to-create-a-generic-talend-job-with-dynamic/td-p/186404&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;A href="http://edwardost.github.io/talend/di/2015/07/19/dynamic-mapping/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://edwardost.github.io/talend/di/2015/07/19/dynamic-mapping/&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;If the reply has helped to resolve your query, could you please mark the topic as closed? Kudos are also welcome &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Warm Regards,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Nikhil Thampi&lt;/P&gt;</description>
      <pubDate>Thu, 01 Nov 2018 06:53:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Dynamic-schema-script-for-loading-data-from-file-to-Database/m-p/2215253#M11748</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-01T06:53:36Z</dc:date>
    </item>
  </channel>
</rss>

