<?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: Merging Data from four excel files into a single database file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Merging-Data-from-four-excel-files-into-a-single-database-file/m-p/2372933#M135714</link>
    <description>Thanks for the quick reply. In two of the excel sheets few of the column names are bit different than the other 2 files.&lt;BR /&gt;&lt;BR /&gt;Just wanted to know still it works?</description>
    <pubDate>Thu, 21 Dec 2017 21:45:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-12-21T21:45:51Z</dc:date>
    <item>
      <title>Merging Data from four excel files into a single database file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merging-Data-from-four-excel-files-into-a-single-database-file/m-p/2372931#M135712</link>
      <description>&lt;P&gt;Am a novice to Talend and started learning it from past few days. I have 4 excel files and I wanted to insert the data from these 4 excel files to a single database file in MSSQL.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1st Excel file contains - 10 rows&lt;/P&gt;
&lt;P&gt;2nd Excel file contains - 20 rows&lt;/P&gt;
&lt;P&gt;3rd Excel file contains - 30 rows&lt;/P&gt;
&lt;P&gt;4th Excel file contains - 40 rows&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The table in MSSQL should have 100 rows after the task. The column names are similar in all the files.&lt;/P&gt;
&lt;P&gt;I have taken&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;tFileInputExcel1 -&amp;gt; tMap -&amp;gt; tMSSQLOutput&lt;/P&gt;
&lt;P&gt;tFileInputExcel2&lt;/P&gt;
&lt;P&gt;tFileInputExcel3&lt;/P&gt;
&lt;P&gt;tFileInputExcel4&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All mapped to the same&amp;nbsp;tMap.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just don´t know how to Map different input sources to a single&amp;nbsp;tMap. I have been searching on the internet on this but I haven¨t find any relevant for my need. Can anyone here help me out on how to map tMap to a multiple input and output&amp;nbsp;sources?&amp;nbsp;Any posted video/text link to this is also much more appreciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Most of the links in this forum are disabled now.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:55:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merging-Data-from-four-excel-files-into-a-single-database-file/m-p/2372931#M135712</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Merging Data from four excel files into a single database file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merging-Data-from-four-excel-files-into-a-single-database-file/m-p/2372932#M135713</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As explained on stackoverflow.com, try this way:&lt;/P&gt;&lt;PRE&gt;tFileList (with the appropriate file mask)-tFileInputExcel-tMap-tMSSqlOutput&lt;/PRE&gt;&lt;P&gt;or if you want just one interaction with the database:&lt;/P&gt;&lt;PRE&gt;tFileList (with the appropriate file mask)-tFileInputExcel-tMap-tHashOutput
onSubJobOk
tHashInput-tMSSqlOutput&lt;/PRE&gt;&lt;P&gt;Note the tMap is necessary only if you have to transform the input data.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;With this design you get the files one after one, so you just have to map one file at a time, not 4.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2017 21:35:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merging-Data-from-four-excel-files-into-a-single-database-file/m-p/2372932#M135713</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-12-21T21:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Merging Data from four excel files into a single database file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merging-Data-from-four-excel-files-into-a-single-database-file/m-p/2372933#M135714</link>
      <description>Thanks for the quick reply. In two of the excel sheets few of the column names are bit different than the other 2 files.&lt;BR /&gt;&lt;BR /&gt;Just wanted to know still it works?</description>
      <pubDate>Thu, 21 Dec 2017 21:45:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merging-Data-from-four-excel-files-into-a-single-database-file/m-p/2372933#M135714</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-21T21:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Merging Data from four excel files into a single database file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merging-Data-from-four-excel-files-into-a-single-database-file/m-p/2372934#M135715</link>
      <description>Don't care about columns name.&lt;BR /&gt;Only positions are important cause you access cells by their position, not their name.</description>
      <pubDate>Thu, 21 Dec 2017 22:09:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merging-Data-from-four-excel-files-into-a-single-database-file/m-p/2372934#M135715</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-12-21T22:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Merging Data from four excel files into a single database file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Merging-Data-from-four-excel-files-into-a-single-database-file/m-p/2372935#M135716</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How u doing,I am new to talend.I am trying to inserted 2 excel file to one table (SQL SERVER).&lt;/P&gt;&lt;P&gt;I have one question,Do I need to create table in MSSQL or Its create automatically.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;San-kan&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 16:46:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Merging-Data-from-four-excel-files-into-a-single-database-file/m-p/2372935#M135716</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-14T16:46:58Z</dc:date>
    </item>
  </channel>
</rss>

