<?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: Read multiple excel files in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Read-multiple-excel-files/m-p/2341792#M109715</link>
    <description>Yes same schema structure is the same for all three inputs and they all need to be uploaded into the same table.</description>
    <pubDate>Mon, 15 Feb 2016 12:43:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-02-15T12:43:04Z</dc:date>
    <item>
      <title>Read multiple excel files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Read-multiple-excel-files/m-p/2341790#M109713</link>
      <description>&lt;P&gt;Hi ,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Could anyone please let me know how can I design a job where I am reading from multiple excel files and loading it to a database.&lt;BR /&gt;I could create separate jobs each having its own &lt;BR /&gt;&lt;BR /&gt;texcelfileread ----&amp;gt; tMap --&amp;gt; tOracle&lt;BR /&gt;texcelfileread ----&amp;gt; tMap --&amp;gt; tOracle&lt;BR /&gt;texcelfileread ----&amp;gt; tMap --&amp;gt; tOracle&lt;BR /&gt;so on...&lt;BR /&gt;But I would like to design in the below way or any other efficient way that you can suggest :&lt;BR /&gt;&lt;BR /&gt;texcelfileread ----\&lt;BR /&gt;texcelfileread ----&amp;gt; tMap --&amp;gt; tOracle&lt;BR /&gt;texcelfileread ---/&lt;BR /&gt;&lt;BR /&gt;So here I collect all the data from 3 excel files first then apply any transformations any then load it to tOracle component.&lt;BR /&gt;Kindly let know your suggestions asap.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Feb 2016 04:22:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Read-multiple-excel-files/m-p/2341790#M109713</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-13T04:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Read multiple excel files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Read-multiple-excel-files/m-p/2341791#M109714</link>
      <description>Hi,&lt;BR /&gt;Do you want to load your 3 excel files into a table or 3 tables? Are your excle files same schema structure?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 15 Feb 2016 08:08:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Read-multiple-excel-files/m-p/2341791#M109714</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-15T08:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Read multiple excel files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Read-multiple-excel-files/m-p/2341792#M109715</link>
      <description>Yes same schema structure is the same for all three inputs and they all need to be uploaded into the same table.</description>
      <pubDate>Mon, 15 Feb 2016 12:43:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Read-multiple-excel-files/m-p/2341792#M109715</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-15T12:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Read multiple excel files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Read-multiple-excel-files/m-p/2341793#M109716</link>
      <description>Hi,&lt;BR /&gt;Have you tried to design the workflow as:tFileList( set the file mask as *.xlsx to get your 3 excel files )--&amp;gt;tfileinputexcel(same schema structure)--&amp;gt;tMap(further processing)--&amp;gt;tOracleOutput?&lt;BR /&gt;&lt;A href="https://help.talend.com/search/all?query=tFileList" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:tFileList&lt;/A&gt; component is usually used to iterate on files or folders of a set directory.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 16 Feb 2016 08:01:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Read-multiple-excel-files/m-p/2341793#M109716</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-16T08:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Read multiple excel files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Read-multiple-excel-files/m-p/2341794#M109717</link>
      <description>Thanks Sabrina,
&lt;BR /&gt;Will check that,
&lt;BR /&gt;Could you please also let me know this error I am getting,I know there are several topics for date and I followed those,still I am facing the issue as below :
&lt;BR /&gt;
&lt;BR /&gt;Type mismatch: cannot convert from String to Date
&lt;BR /&gt;
&lt;BR /&gt;1) In tMap component I am using the below 3 columns.The dates are hard coded&amp;nbsp;:
&lt;BR /&gt;TalendDate.formatDate("dd-MMM-yyyy", TalendDate.parseDate("dd-MMM-yyyy", "29-FEB-2016")).toUpperCase()
&lt;BR /&gt;TalendDate.getDate("dd-MMM-YYYY").toUpperCase()
&lt;BR /&gt;TalendDate.formatDate("dd-MMM-yyyy", TalendDate.parseDate("dd-MMM-yyyy", "31-DEC-1991")).toUpperCase()
&lt;BR /&gt;
&lt;BR /&gt;2) In tMap the out metadata is in the below format :
&lt;BR /&gt;Type : Date , date pattern : "dd-MMM-yyyy"
&lt;BR /&gt;Type : Date , date pattern : "dd-MMM-yyyy"
&lt;BR /&gt;Type : Date , date pattern : "dd-MMM-yyyy"
&lt;BR /&gt;Could you please tell what change is required.</description>
      <pubDate>Tue, 16 Feb 2016 09:10:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Read-multiple-excel-files/m-p/2341794#M109717</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-16T09:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Read multiple excel files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Read-multiple-excel-files/m-p/2341795#M109718</link>
      <description>Hi,&lt;BR /&gt;Actually, TalendDate.formatDate(String, Date) return "String" and &lt;FONT size="2"&gt;&lt;FONT face="&amp;quot;Calibri&amp;quot;,sans-serif"&gt;TalendDate.parseDate(String, String) return "Date"(Your outout is "Date" type)&lt;/FONT&gt;&lt;/FONT&gt;. You have to parse it as Date type. &lt;BR /&gt;Such as, &lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="&amp;quot;Calibri&amp;quot;,sans-serif"&gt;TalendDate.parseDate("yyyy-MM-dd",TalendDate.formatDate("dd/MM/yyyy"))&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="&amp;quot;Calibri&amp;quot;,sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;FONT face="&amp;quot;Calibri&amp;quot;,sans-serif"&gt;Sabrina&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Tue, 16 Feb 2016 09:27:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Read-multiple-excel-files/m-p/2341795#M109718</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-16T09:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Read multiple excel files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Read-multiple-excel-files/m-p/2341796#M109719</link>
      <description>Thanks Sabrina, for your reply,
&lt;BR /&gt;But then in that case how could I get this output correctly :
&lt;BR /&gt;As the below is giving error :
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;PRE&gt;TalendDate.parseDate("dd-MMM-yyyy", TalendDate.formatDate("dd-MMM-yyyy","29-FEB-2016" ).toUpperCase())&lt;BR /&gt;&lt;/PRE&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problem:
&lt;BR /&gt;Could you please help me out.</description>
      <pubDate>Tue, 16 Feb 2016 11:02:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Read-multiple-excel-files/m-p/2341796#M109719</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-16T11:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Read multiple excel files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Read-multiple-excel-files/m-p/2341797#M109720</link>
      <description>Hi Experts,&lt;BR /&gt;Could you please help me out here.&lt;BR /&gt;All that is required here is converting a hard coded string ("29-FEB-2016") to date format.</description>
      <pubDate>Tue, 16 Feb 2016 16:56:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Read-multiple-excel-files/m-p/2341797#M109720</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-16T16:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: Read multiple excel files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Read-multiple-excel-files/m-p/2341798#M109721</link>
      <description>Hi Team,&lt;BR /&gt;&lt;BR /&gt;Any help here ?</description>
      <pubDate>Wed, 17 Feb 2016 07:52:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Read-multiple-excel-files/m-p/2341798#M109721</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-17T07:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Read multiple excel files</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Read-multiple-excel-files/m-p/2341799#M109722</link>
      <description>Ok the below seems to be working :&lt;BR /&gt;&lt;PRE&gt;TalendDate.parseDate("dd-MMM-yyyy","29-Feb-2016")&lt;BR /&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 17 Feb 2016 09:12:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Read-multiple-excel-files/m-p/2341799#M109722</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-17T09:12:38Z</dc:date>
    </item>
  </channel>
</rss>

