<?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: How to combine multiple excel sheets to one excel sheet in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-combine-multiple-excel-sheets-to-one-excel-sheet/m-p/2205738#M6071</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPQjAAO"&gt;@ykasture&lt;/A&gt;&amp;nbsp;, you need to us tUnite component before the tExcelFileOutput component in your job.&lt;/P&gt;</description>
    <pubDate>Tue, 18 Feb 2020 14:10:44 GMT</pubDate>
    <dc:creator>manodwhb</dc:creator>
    <dc:date>2020-02-18T14:10:44Z</dc:date>
    <item>
      <title>How to combine multiple excel sheets to one excel sheet</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-combine-multiple-excel-sheets-to-one-excel-sheet/m-p/2205737#M6070</link>
      <description>&lt;P&gt;Hello All,&lt;BR /&gt;&lt;BR /&gt;I have a use case where reading excel sheets and combining them to one sheet, I am able to do this but the issue I am facing is the headers from all the sheets are also getting appended in the file.&lt;BR /&gt;&lt;BR /&gt;Sharing the excel below in the attachment, kindly have a look.&lt;BR /&gt;Please guide me for the same.&lt;BR /&gt;&lt;BR /&gt;Kind Regards,&lt;BR /&gt;Yogesh.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 12:09:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-combine-multiple-excel-sheets-to-one-excel-sheet/m-p/2205737#M6070</guid>
      <dc:creator>kuwaryogi27</dc:creator>
      <dc:date>2020-02-18T12:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine multiple excel sheets to one excel sheet</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-combine-multiple-excel-sheets-to-one-excel-sheet/m-p/2205738#M6071</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPQjAAO"&gt;@ykasture&lt;/A&gt;&amp;nbsp;, you need to us tUnite component before the tExcelFileOutput component in your job.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2020 14:10:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-combine-multiple-excel-sheets-to-one-excel-sheet/m-p/2205738#M6071</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-02-18T14:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine multiple excel sheets to one excel sheet</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-combine-multiple-excel-sheets-to-one-excel-sheet/m-p/2205739#M6072</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;But to use tUnite we need to have fixed excel input or fixed sheet names then only we can use tUnite.&lt;BR /&gt;In my case the sheet names starts with PC_ and there are 'n' number of sheets and when I am combining them the headers of all sheets are getting appended to the excel file.&lt;BR /&gt;&lt;BR /&gt;I have solved this issue using tMap where we can say !row_name.column_name.equals("headerName") [any one header name] this solves the problem.&lt;BR /&gt;&lt;BR /&gt;Sharing the screenshot configuration of tMap below.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lx81"&gt;tMap_Consolidate.PNG&lt;/A&gt;</description>
      <pubDate>Thu, 20 Feb 2020 08:13:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-combine-multiple-excel-sheets-to-one-excel-sheet/m-p/2205739#M6072</guid>
      <dc:creator>kuwaryogi27</dc:creator>
      <dc:date>2020-02-20T08:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine multiple excel sheets to one excel sheet</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-combine-multiple-excel-sheets-to-one-excel-sheet/m-p/2205740#M6073</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LPQjAAO"&gt;@ykasture&lt;/A&gt;&amp;nbsp;, yes with that approach you need to have fixed structure. you can try with dynamic option try that let me know is that working?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 09:29:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-combine-multiple-excel-sheets-to-one-excel-sheet/m-p/2205740#M6073</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-02-20T09:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to combine multiple excel sheets to one excel sheet</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-combine-multiple-excel-sheets-to-one-excel-sheet/m-p/2205741#M6074</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Didn't get your point as mentioned in my above comment I solved this in tmap you can see the screenshot in the same comment.&lt;BR /&gt;&lt;BR /&gt;Are you suggesting any other dynamic option?&lt;BR /&gt;&lt;BR /&gt;Kind Regards,&lt;BR /&gt;Yogesh.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2020 06:01:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-combine-multiple-excel-sheets-to-one-excel-sheet/m-p/2205741#M6074</guid>
      <dc:creator>kuwaryogi27</dc:creator>
      <dc:date>2020-02-26T06:01:05Z</dc:date>
    </item>
  </channel>
</rss>

