<?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: Combine 2 Excel files into one in separate sheets in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Combine-2-Excel-files-into-one-in-separate-sheets/m-p/2308272#M79620</link>
    <description>Hi aphay89
&lt;BR /&gt;Check the 'append existing file option' on tFileOutputExcel to output data to the same file, set a dynamic sheet name, for example, use current file name as sheet name. 
&lt;BR /&gt;tfilelist--iterate--tfileinputexcel--main--tFileoutputExcel
&lt;BR /&gt;
&lt;BR /&gt;on tFileoutputExcel, set the sheet name as:
&lt;BR /&gt;((String)globalMap.get("tFileList_1_CURRENT_FILE"))
&lt;BR /&gt;and check the 'append existing file' box.
&lt;BR /&gt;
&lt;BR /&gt;Hope it helps you.
&lt;BR /&gt;
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong</description>
    <pubDate>Thu, 18 Jan 2018 01:32:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-01-18T01:32:04Z</dc:date>
    <item>
      <title>Combine 2 Excel files into one in separate sheets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Combine-2-Excel-files-into-one-in-separate-sheets/m-p/2308269#M79617</link>
      <description>&lt;P&gt;Hello all,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This might be an easy question for some but I'm trying to combine 2 Excel file outputs into 1 file in separate sheets. Does anyone have a simple solution for this?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I tried a solution I found on Google but am still kind of lost.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Any help would be greatly appreciated!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jan 2018 17:27:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Combine-2-Excel-files-into-one-in-separate-sheets/m-p/2308269#M79617</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-16T17:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: Combine 2 Excel files into one in separate sheets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Combine-2-Excel-files-into-one-in-separate-sheets/m-p/2308270#M79618</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P class="shortdesc"&gt;From your screenshot, we see that you use a tfilelist component before tfileinputexcel_1.&lt;/P&gt; 
&lt;P class="shortdesc"&gt;Do you want to combine a set of excel files? &lt;/P&gt; 
&lt;P class="shortdesc"&gt;Best regards&lt;/P&gt; 
&lt;P class="shortdesc"&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2018 08:43:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Combine-2-Excel-files-into-one-in-separate-sheets/m-p/2308270#M79618</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-17T08:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Combine 2 Excel files into one in separate sheets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Combine-2-Excel-files-into-one-in-separate-sheets/m-p/2308271#M79619</link>
      <description>&lt;P&gt;Yes I want to combine 2 Excel files into one but are separated in different sheets. Both file paths are located in the tfilelist component.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2018 00:04:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Combine-2-Excel-files-into-one-in-separate-sheets/m-p/2308271#M79619</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-18T00:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: Combine 2 Excel files into one in separate sheets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Combine-2-Excel-files-into-one-in-separate-sheets/m-p/2308272#M79620</link>
      <description>Hi aphay89
&lt;BR /&gt;Check the 'append existing file option' on tFileOutputExcel to output data to the same file, set a dynamic sheet name, for example, use current file name as sheet name. 
&lt;BR /&gt;tfilelist--iterate--tfileinputexcel--main--tFileoutputExcel
&lt;BR /&gt;
&lt;BR /&gt;on tFileoutputExcel, set the sheet name as:
&lt;BR /&gt;((String)globalMap.get("tFileList_1_CURRENT_FILE"))
&lt;BR /&gt;and check the 'append existing file' box.
&lt;BR /&gt;
&lt;BR /&gt;Hope it helps you.
&lt;BR /&gt;
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 18 Jan 2018 01:32:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Combine-2-Excel-files-into-one-in-separate-sheets/m-p/2308272#M79620</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-18T01:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Combine 2 Excel files into one in separate sheets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Combine-2-Excel-files-into-one-in-separate-sheets/m-p/2308273#M79621</link>
      <description>&lt;P&gt;Hi Shong,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm now a bit confused on what the file directory and sheet names should be on the tfilelist and tfileinputexcel components as I am encountering errors after I run my job.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please clarify?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Alex&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009LrSE"&gt;tfileinput+tfilelist.PNG&lt;/A&gt;</description>
      <pubDate>Mon, 22 Jan 2018 16:14:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Combine-2-Excel-files-into-one-in-separate-sheets/m-p/2308273#M79621</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-22T16:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Combine 2 Excel files into one in separate sheets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Combine-2-Excel-files-into-one-in-separate-sheets/m-p/2308274#M79622</link>
      <description>Hi Alex 
&lt;BR /&gt;If there are only two files in the directory, you can set the file mask as: "*.xlsx"
&lt;BR /&gt;or you can specify the file name in the file mask table if there are many files. 
&lt;BR /&gt;on tFileInputExcel, there is a global variable that store the current file path, so you can use it in the File name/stream field:
&lt;BR /&gt;((String)globalMap.get("tFileList_1_CURRENT_FILEPATH"))
&lt;BR /&gt;
&lt;BR /&gt;If you still have errors, please show me the errors.
&lt;BR /&gt; 
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 23 Jan 2018 03:09:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Combine-2-Excel-files-into-one-in-separate-sheets/m-p/2308274#M79622</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-23T03:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Combine 2 Excel files into one in separate sheets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Combine-2-Excel-files-into-one-in-separate-sheets/m-p/2308275#M79623</link>
      <description>&lt;P&gt;Hi Shong,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I was actually able to combine the Excel files using the "Append existing file" option box on my tfileOutputExcel of my last subjob.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Appreciate your input though!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Best,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 16:58:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Combine-2-Excel-files-into-one-in-separate-sheets/m-p/2308275#M79623</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-23T16:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Combine 2 Excel files into one in separate sheets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Combine-2-Excel-files-into-one-in-separate-sheets/m-p/2308276#M79624</link>
      <description>Hi Alex 
&lt;BR /&gt;Thanks for your feedback. Please accept one of answers as solution if it fixes your problem, it will be useful for others to find the answers quickly if they has the same issues. 
&lt;BR /&gt;
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 24 Jan 2018 01:35:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Combine-2-Excel-files-into-one-in-separate-sheets/m-p/2308276#M79624</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-24T01:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Combine 2 Excel files into one in separate sheets</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Combine-2-Excel-files-into-one-in-separate-sheets/m-p/2308277#M79625</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have a similar problem and trying to find a solution. I'm trying to merge two excel files with different schemas into one. I'm tryng the following scenario but not achieving the desired result.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-04-16_13-31-05.png" style="width: 722px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9Uq.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145003i9AB6718F2A53E1C8/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9Uq.png" alt="0683p000009M9Uq.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-04-16_13-35-55.png" style="width: 746px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9OP.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143170i2B45F7447B67CAC3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9OP.png" alt="0683p000009M9OP.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have already set the two files in the tfilelist component, but what property do I need to set for tfileinputexcel?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 19:33:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Combine-2-Excel-files-into-one-in-separate-sheets/m-p/2308277#M79625</guid>
      <dc:creator>sanjeev1</dc:creator>
      <dc:date>2020-04-16T19:33:17Z</dc:date>
    </item>
  </channel>
</rss>

