<?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 load data with dynamic schema in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/load-data-with-dynamic-schema/m-p/2253310#M36682</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we have requirement where we need to load data file(.dat) into Oracle database. However data file structures will not same(no of columns&amp;nbsp;and data type may&amp;nbsp;differ)&amp;nbsp;for all the files. All file will have same&amp;nbsp;data delimiter. &amp;nbsp;We need to design a standard graph which should process all input files even with different schema. Thus graph should read file and create dynamic schema based on input file and load into database. Looking for an assistance to design this graph in Talend.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 07:44:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T07:44:17Z</dc:date>
    <item>
      <title>load data with dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/load-data-with-dynamic-schema/m-p/2253310#M36682</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we have requirement where we need to load data file(.dat) into Oracle database. However data file structures will not same(no of columns&amp;nbsp;and data type may&amp;nbsp;differ)&amp;nbsp;for all the files. All file will have same&amp;nbsp;data delimiter. &amp;nbsp;We need to design a standard graph which should process all input files even with different schema. Thus graph should read file and create dynamic schema based on input file and load into database. Looking for an assistance to design this graph in Talend.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:44:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/load-data-with-dynamic-schema/m-p/2253310#M36682</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T07:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: load data with dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/load-data-with-dynamic-schema/m-p/2253311#M36683</link>
      <description>read line 1 who must have columns names, create or alter table (All columns as String), then load your data.&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Aug 2018 14:42:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/load-data-with-dynamic-schema/m-p/2253311#M36683</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-08-31T14:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: load data with dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/load-data-with-dynamic-schema/m-p/2253312#M36684</link>
      <description>use dynamic Types to load Data.&lt;BR /&gt;&lt;BR /&gt;If you did not have dynamic type it's because you are in free version.&lt;BR /&gt;&lt;BR /&gt;in this case you can load data using a dynamic insert query.&lt;BR /&gt;&lt;BR /&gt;good luck.&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Aug 2018 14:45:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/load-data-with-dynamic-schema/m-p/2253312#M36684</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-08-31T14:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: load data with dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/load-data-with-dynamic-schema/m-p/2253313#M36685</link>
      <description>&lt;P&gt;There is no column heading in input file. Can you please elaborate your solution so we can visualize better and look for possibility. We are using license version software.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Sep 2018 08:17:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/load-data-with-dynamic-schema/m-p/2253313#M36685</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-03T08:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: load data with dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/load-data-with-dynamic-schema/m-p/2253314#M36686</link>
      <description>if you have no header it's the same, but your columns name will be Col1, Col2....
&lt;BR /&gt;read file line by line. by splitting first line, count the number of columns.
&lt;BR /&gt;after you just have to generate Create Table ....
&lt;BR /&gt;read the file line by line and générât one insert statement by line. Insert into (Col1,..) values ('val1...).
&lt;BR /&gt;
&lt;BR /&gt;Good luck
&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Sep 2018 09:25:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/load-data-with-dynamic-schema/m-p/2253314#M36686</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-09-03T09:25:45Z</dc:date>
    </item>
  </channel>
</rss>

