<?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: tFileInputExcel dynamic schema in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-dynamic-schema/m-p/2372245#M135105</link>
    <description>Hi Raakesh,
&lt;BR /&gt;it is a bit hard to understand what do you mean?
&lt;BR /&gt;What do you mean with "... any excel comparison" ?</description>
    <pubDate>Thu, 19 Dec 2013 16:40:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-12-19T16:40:07Z</dc:date>
    <item>
      <title>tFileInputExcel dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-dynamic-schema/m-p/2372235#M135095</link>
      <description>I am presented with a bit of a challenge and I am unsure if Talend has the ability to do what I want. 
&lt;BR /&gt;My problem is that I need to accept an excel file, whose columns will change, and import that data into a database. 
&lt;BR /&gt;The excel file will have all of the column names listed in the header row. 
&lt;BR /&gt;The format of the excel file will be as follows: 
&lt;BR /&gt;key_id, company_name, company_type, contact1_name, contact1_address, contact1_phone, contact2_name, contact2_address, contact2_phone 
&lt;BR /&gt;Each row will relate to two database tables. "companies" and "contacts" The "key_id" will be used as the surrogate key on both tables. The column names in the database match the column names in the excel file, except for the prefix. So, "company_name" would map to the "name" column on the "companies" table. Similarly, the "contact1_name" excel column will map to the "name" column on the "contacts" table. 
&lt;BR /&gt;One of my challenges is being able to accept 1:N contacts. The above example would have 2 contacts, but if they have 3 contacts, there would be another set of the same columns with a different prefix. 
&lt;BR /&gt;e.g. 
&lt;BR /&gt;key_id, company_name, company_type, contact1_name, contact1_address, contact1_phone, contact2_name, contact2_address, contact2_phone, 
&lt;B&gt;contact3_name, contact3_address, contact3_phone&lt;/B&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;This would be the same pattern for 4,5,6...N number of contacts. Each set of "contact#_*" excel columns would result in their own row in the "contacts" table in the database. 
&lt;BR /&gt;If this would be possible in Talend, that would be a huge hurdle for me. 
&lt;BR /&gt;Unfortunately, that's not my only problem. Along with that uncertainty, another feature I need to work out is how to account for our customers entering in more or less columns for the company information. 
&lt;BR /&gt;e.g. 
&lt;BR /&gt;key_id, company_name, company_type, 
&lt;B&gt;company_phone, company_email, company_fax,&lt;/B&gt; contact1_name, contact1_address, contact1_phone, contact2_name, contact2_address, contact2_phone 
&lt;BR /&gt; 
&lt;BR /&gt;The "companies" table would have all of the possible columns that may be entered in the excel spreadsheet. Only the columns that are present will get inserted into the database. So, the first example I showed would create a row in the "companies" table with "name" and "type" populated, but nulls for the "phone", "email", and "fax" columns, while this example would have all of the fields populated. 
&lt;BR /&gt; 
&lt;BR /&gt;I'm not sure how to accomplish either of these tasks using the tFileExcelInput component. When creating a "File Excel" metadata component, on "Step 3 of 4" there is a checkbox to "Set heading row as column names." I am able to use this feature to automatically set the schema for my tFileInputExcel component, but this only allows me to save one possible set of columns. It would be awesome if there was a way to use this function to set the schema for the excel file being inputted on the fly. Ideally, I could set up the possible list of columns to be accepted beforehand, and when the job is run, have Talend determine which columns are present out of the available set, and insert those columns into the related database tables. 
&lt;BR /&gt;Any advice would be much appreciated!</description>
      <pubDate>Tue, 16 Apr 2013 14:47:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-dynamic-schema/m-p/2372235#M135095</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-16T14:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputExcel dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-dynamic-schema/m-p/2372236#M135096</link>
      <description>Hi, 
&lt;BR /&gt;I think you requirement refers to dynamics column, see the related forum 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCoocCAC" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/resolved-Dynamic-column-mapping-in-TIS/td-p/97355&lt;/A&gt;. 
&lt;BR /&gt;As we known that dynamic schema feature is only available in Talend Enterprise Subscription Version, it allows you to design schema with an unknown column structure (unknown name and number of columns), however,only tFileInputDelimited and tFileInputPositional component support for it. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 17 Apr 2013 04:20:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-dynamic-schema/m-p/2372236#M135096</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-17T04:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputExcel dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-dynamic-schema/m-p/2372237#M135097</link>
      <description>Hi, I plan this feature for my component tFileExcelSheetInput next week like i did that already for the component tFileInputTextFlat. The schema columns will reorganized by the position of the columns in the header. In my current project I need this feature also for Excel files. Both components are available in Talend Exchange.</description>
      <pubDate>Wed, 17 Apr 2013 12:58:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-dynamic-schema/m-p/2372237#M135097</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-17T12:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputExcel dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-dynamic-schema/m-p/2372238#M135098</link>
      <description>Sabrina: I have the Talend Enterprise Data Integration Professional edition, so I do have access to the dynamic schema features. However, like you said, I couldn't find a way to use it with tFileInputExcel, only with only tFileInputDelimited and tFileInputPositional. I'll give the post you linked a look over. 
&lt;BR /&gt;jlolling: Your custom components look very promising for what I am trying to do. I look forward to seeing the next version of your tFileExcelSheetInput component that contains the column reorganizing feature. I'll give your current versions a test drive to gain familiarity with them while you finish up your additions. 
&lt;BR /&gt;Thank you both for the responses!</description>
      <pubDate>Wed, 17 Apr 2013 15:13:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-dynamic-schema/m-p/2372238#M135098</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-17T15:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputExcel dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-dynamic-schema/m-p/2372239#M135099</link>
      <description>Hi, &lt;BR /&gt;Talend don't support the dynamic schema for tFileInputExcel component yet, someone may ask which components supports the dynamic schema? You can find the answer in this file:  &amp;lt;Talend Studio install dir&amp;gt;/plugins/org.talend.core.tis_x.x.x.rxxxxx.jar.&lt;BR /&gt;unzip this jar to a directory, and you will see a file call supportDynamic.txt under resources folder, the file lists all the components support the dynamic schema in the current version.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 22 Apr 2013 04:33:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-dynamic-schema/m-p/2372239#M135099</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-22T04:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputExcel dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-dynamic-schema/m-p/2372240#M135100</link>
      <description>The version of tFileExcelSheetInput (v 3.0) with capabilities to adjust the column position by a header row is available in Talend Exchange.</description>
      <pubDate>Mon, 22 Apr 2013 20:19:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-dynamic-schema/m-p/2372240#M135100</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-22T20:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputExcel dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-dynamic-schema/m-p/2372241#M135101</link>
      <description>Thank you for the update jlolling, I'll check out your updated component 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 23 Apr 2013 15:13:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-dynamic-schema/m-p/2372241#M135101</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-23T15:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputExcel dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-dynamic-schema/m-p/2372242#M135102</link>
      <description>i have two excel input data and have to implement scd(slowly changing dimension),that if i update one of the column value say loc from london to neyyork in my original sheet,it must get reflected to my output excel sheet.i dont want to use predefined scd components such tmysqlscd and so on.
&lt;BR /&gt; will u please help me how to resolve this issue??</description>
      <pubDate>Thu, 22 Aug 2013 06:51:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-dynamic-schema/m-p/2372242#M135102</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-22T06:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputExcel dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-dynamic-schema/m-p/2372243#M135103</link>
      <description>Actually there is no way with build-in components to do this job. If I had to solve this I would indeed use a database table to implement the SCD logic and create the content of the output Excel file from scratch new with the content of the database table. 
&lt;BR /&gt;The problem without a database is to implement the find and update method for a data set in excel. For sure this is possible but needs individual java programming. At the moment I cannot see enough other use cases (other then your request) for it to start a project solving this task.</description>
      <pubDate>Thu, 22 Aug 2013 07:13:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-dynamic-schema/m-p/2372243#M135103</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-22T07:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputExcel dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-dynamic-schema/m-p/2372244#M135104</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Actually there is no way with build-in components to do this job. If I had to solve this I would indeed use a database table to implement the SCD logic and create the content of the output Excel file from scratch new with the content of the database table. &lt;BR /&gt;The problem without a database is to implement the find and update method for a data set in excel. For sure this is possible but needs individual java programming. At the moment I cannot see enough other use cases (other then your request) for it to start a project solving this task.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Hi Jlolling, 
&lt;BR /&gt;Thanks for the dynamic schema update. 
&lt;BR /&gt;In an excel file comparison to find mismatches i use tmap component.If i use your excel component with dynamic schema Please tell whether i will able to use the same tmap componenet for any excel comparison. 
&lt;BR /&gt;Eg:- I create a job for excel comparison with tmap and i have done all config. 
&lt;BR /&gt;So whenever i change the excel to be compared will the tmap componenet automatically configures based on the columns from excel.? 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Raakesh R</description>
      <pubDate>Thu, 19 Dec 2013 12:38:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-dynamic-schema/m-p/2372244#M135104</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-12-19T12:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputExcel dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-dynamic-schema/m-p/2372245#M135105</link>
      <description>Hi Raakesh,
&lt;BR /&gt;it is a bit hard to understand what do you mean?
&lt;BR /&gt;What do you mean with "... any excel comparison" ?</description>
      <pubDate>Thu, 19 Dec 2013 16:40:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-dynamic-schema/m-p/2372245#M135105</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-19T16:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputExcel dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-dynamic-schema/m-p/2372246#M135106</link>
      <description>Hi jlolling,
&lt;BR /&gt;could you add the regexp option to the tFileExcelSheetInput like you did for tFileInputTextFlat component?
&lt;BR /&gt;Those components are great. 
&lt;BR /&gt;Thanks
&lt;BR /&gt;Sebastien</description>
      <pubDate>Tue, 21 Jan 2014 12:02:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-dynamic-schema/m-p/2372246#M135106</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-21T12:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputExcel dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-dynamic-schema/m-p/2372247#M135107</link>
      <description>Sebastien, it is better to add a comment to the component page on Talend Exchange. 
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 21 Jan 2014 14:03:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-dynamic-schema/m-p/2372247#M135107</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-21T14:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputExcel dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-dynamic-schema/m-p/2372248#M135108</link>
      <description>I am currently developing that because of the request of a couple of developers. It is not a big deal because the functionality is already developed for another component. 
&lt;BR /&gt;I will test it a while and this week (probably tomorrow) I will publish a new release with this feature.</description>
      <pubDate>Tue, 21 Jan 2014 18:11:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-dynamic-schema/m-p/2372248#M135108</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-21T18:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputExcel dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-dynamic-schema/m-p/2372249#M135109</link>
      <description>I want to know if talend can do this and if it can how to do it?&lt;BR /&gt;I have an exel sheet having columns First name, last name, street, city, country, state and phone no. I want to insert this data, (based on id in a database table related to the name fields in exel sheet) into another database table. I want to know if we can write a query on a database table to find the ids related to the names in exel sheet and then inserting the resulting records from exel sheet to database table.</description>
      <pubDate>Tue, 05 Jan 2016 05:39:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-dynamic-schema/m-p/2372249#M135109</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-05T05:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputExcel dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-dynamic-schema/m-p/2372250#M135110</link>
      <description>Hi,&lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;I want to insert this data, (based on id in a database table related to the name fields in exel sheet) into another database table. I want to know if we can write a query on a database table to find the ids related to the names in exel sheet and then inserting the resulting records from exel sheet to database table&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Could you please set an example for your requirement?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 05 Jan 2016 06:29:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-dynamic-schema/m-p/2372250#M135110</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-05T06:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: tFileInputExcel dynamic schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-dynamic-schema/m-p/2372251#M135111</link>
      <description>Example
&lt;BR /&gt;Suppose I already have a table in my database which contains all columns as there are in the exel sheet except one more column named id. Now when I import this sheet to a table in another database, I would like to import only those records that have names related to the ids in first table.&amp;nbsp;
&lt;BR /&gt;That is, I want to check at run time whether the names in exel sheet are present in a predefined database table, and if it is, then I want the related Id of that name to be inserted into the id field of the output database table.</description>
      <pubDate>Tue, 05 Jan 2016 07:33:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFileInputExcel-dynamic-schema/m-p/2372251#M135111</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-05T07:33:00Z</dc:date>
    </item>
  </channel>
</rss>

