<?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: Create Multiple Tabs with single excel file based on the column in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Create-Multiple-Tabs-with-single-excel-file-based-on-the-column/m-p/2236526#M25219</link>
    <description>tFlowToIterate is in the Orchestration folder in the palette.</description>
    <pubDate>Tue, 01 May 2018 13:32:53 GMT</pubDate>
    <dc:creator>cterenzi</dc:creator>
    <dc:date>2018-05-01T13:32:53Z</dc:date>
    <item>
      <title>Create Multiple Tabs with single excel file based on the column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-Multiple-Tabs-with-single-excel-file-based-on-the-column/m-p/2236518#M25211</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have requirement that I need to populate multiple sheets in single excel file based on Column.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me illustrate with an example I have members belongs to separate states and I need create a excel with the State name as tab and its associated members in each tab as a output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please help me in providing the solution, that how do we achieve in Talend. Right now we are using SAP Crystal Report to populate such type of files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks In-advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Chaitanya&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 15:55:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-Multiple-Tabs-with-single-excel-file-based-on-the-column/m-p/2236518#M25211</guid>
      <dc:creator>Chaitanyas</dc:creator>
      <dc:date>2017-04-27T15:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Create Multiple Tabs with single excel file based on the column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-Multiple-Tabs-with-single-excel-file-based-on-the-column/m-p/2236519#M25212</link>
      <description>Hi 
&lt;BR /&gt;You need to iterate each record and append it to the same file. eg: 
&lt;BR /&gt;tFileInputDelimited--main(row1)--tFlowToIterate--iterate--tFixedFlowInput--main--tFileOutputExcel 
&lt;BR /&gt;Assuming there are three columns: id, name and state on the schema of tFileInputDelimited, define the same schema on tFixedFlowInput to generate the current record, set the values like: 
&lt;BR /&gt;for id column: (Integer)globalMap.get("row1.id") 
&lt;BR /&gt;for name column: (String)globalMap.get("row1.name") 
&lt;BR /&gt;for state column: (String)globalMap.get("row1.state") 
&lt;BR /&gt; 
&lt;BR /&gt;on tFileOutputExcel, check the 'Append existing file' and 'Append existing sheet' box, define the Sheet Name parameter as: 
&lt;BR /&gt;(String)globalMap.get("row1.state") 
&lt;BR /&gt; 
&lt;BR /&gt;Hope it helps you! 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 28 Apr 2017 06:04:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-Multiple-Tabs-with-single-excel-file-based-on-the-column/m-p/2236519#M25212</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-28T06:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Create Multiple Tabs with single excel file based on the column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-Multiple-Tabs-with-single-excel-file-based-on-the-column/m-p/2236520#M25213</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;Thank for posting question and answer.i learned new thing today.i did that one i got it&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2017 06:39:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-Multiple-Tabs-with-single-excel-file-based-on-the-column/m-p/2236520#M25213</guid>
      <dc:creator>bhagyarekha</dc:creator>
      <dc:date>2017-04-28T06:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Create Multiple Tabs with single excel file based on the column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-Multiple-Tabs-with-single-excel-file-based-on-the-column/m-p/2236521#M25214</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;HR /&gt; 
 &lt;A href="https://community.qlik.com/s/profile/0053p000007LLsvAAG"&gt;@bhagyarekha&lt;/A&gt; wrote: 
 &lt;BR /&gt; 
 &lt;P&gt;Hi All&lt;/P&gt; 
 &lt;P&gt;Thank for posting question and answer.i learned new thing today.i did that one i got it&lt;/P&gt; 
 &lt;HR /&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;P&gt;Glad that it helps you, thanks for your kudo and positive feedback.&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2017 10:08:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-Multiple-Tabs-with-single-excel-file-based-on-the-column/m-p/2236521#M25214</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-28T10:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: Create Multiple Tabs with single excel file based on the column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-Multiple-Tabs-with-single-excel-file-based-on-the-column/m-p/2236522#M25215</link>
      <description>Thank you very much shong! I will try to implement today and post you the questions if I face any issues on implementing your solution. 
&lt;BR /&gt; 
&lt;BR /&gt;Thanks much again for your response. 
&lt;BR /&gt; 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Chaitanya</description>
      <pubDate>Sat, 13 May 2017 01:46:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-Multiple-Tabs-with-single-excel-file-based-on-the-column/m-p/2236522#M25215</guid>
      <dc:creator>Chaitanyas</dc:creator>
      <dc:date>2017-05-13T01:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Create Multiple Tabs with single excel file based on the column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-Multiple-Tabs-with-single-excel-file-based-on-the-column/m-p/2236523#M25216</link>
      <description>If my source is from TOracle Input, then do I need to follow the same steps. I'm new to use the tfixedFlowInput component. Could you please provide me the few screenshots in implementing the job.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Chaitanya</description>
      <pubDate>Sat, 13 May 2017 02:28:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-Multiple-Tabs-with-single-excel-file-based-on-the-column/m-p/2236523#M25216</guid>
      <dc:creator>Chaitanyas</dc:creator>
      <dc:date>2017-05-13T02:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Create Multiple Tabs with single excel file based on the column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-Multiple-Tabs-with-single-excel-file-based-on-the-column/m-p/2236524#M25217</link>
      <description>&lt;P&gt;I got the solution and successfully the file is created with the desired output.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Really its awesome Shong!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I always appreciate your patience in providing the solution to every issue.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks once again!!!!!!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;Chaitanya&lt;/P&gt;</description>
      <pubDate>Sat, 13 May 2017 03:01:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-Multiple-Tabs-with-single-excel-file-based-on-the-column/m-p/2236524#M25217</guid>
      <dc:creator>Chaitanyas</dc:creator>
      <dc:date>2017-05-13T03:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Create Multiple Tabs with single excel file based on the column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-Multiple-Tabs-with-single-excel-file-based-on-the-column/m-p/2236525#M25218</link>
      <description>&lt;P&gt;Unfortunately I can't find component tFlowToIterate&lt;/P&gt;&lt;P&gt;Do you know where I can find it?&lt;/P&gt;&lt;P&gt;Using Talend v 6.5.0 Build M2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Mick Arundell&lt;/P&gt;</description>
      <pubDate>Tue, 01 May 2018 03:15:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-Multiple-Tabs-with-single-excel-file-based-on-the-column/m-p/2236525#M25218</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-01T03:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Create Multiple Tabs with single excel file based on the column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-Multiple-Tabs-with-single-excel-file-based-on-the-column/m-p/2236526#M25219</link>
      <description>tFlowToIterate is in the Orchestration folder in the palette.</description>
      <pubDate>Tue, 01 May 2018 13:32:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-Multiple-Tabs-with-single-excel-file-based-on-the-column/m-p/2236526#M25219</guid>
      <dc:creator>cterenzi</dc:creator>
      <dc:date>2018-05-01T13:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Create Multiple Tabs with single excel file based on the column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-Multiple-Tabs-with-single-excel-file-based-on-the-column/m-p/2236527#M25220</link>
      <description>&lt;P&gt;Thankj you, I've found it now.&lt;/P&gt;</description>
      <pubDate>Tue, 01 May 2018 22:53:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-Multiple-Tabs-with-single-excel-file-based-on-the-column/m-p/2236527#M25220</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-01T22:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Create Multiple Tabs with single excel file based on the column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-Multiple-Tabs-with-single-excel-file-based-on-the-column/m-p/2236528#M25221</link>
      <description>&lt;P&gt;i have a similar situation here. I am trying to pull the data from Database and load it in Excel file which has many sheets. I tried to do it by pulling DB tables right into the graph and connected with tMap and then to tFIleOutputExcel. It failed. After doing random changes in properties, the execution runs successfully but i lost the other sheets. Also, the sheet which got the data lost top-4 rows which has some grammatical information about the business. Please me to achieve the output (with diagram if possible). Thanks in advance. Let me know if you want to see the excel file. I will attach it in my next message&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 13:08:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-Multiple-Tabs-with-single-excel-file-based-on-the-column/m-p/2236528#M25221</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-07T13:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Create Multiple Tabs with single excel file based on the column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-Multiple-Tabs-with-single-excel-file-based-on-the-column/m-p/2236529#M25222</link>
      <description>&lt;P&gt;I have mine working like this&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 807px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LxTW.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155202i3FD340EA28498E94/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LxTW.png" alt="0683p000009LxTW.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;In tFlowToIterate I set&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 861px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LxTb.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155099i230665161CD0BD3B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LxTb.png" alt="0683p000009LxTb.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;and in tFileOutputExcel_1 I set Sheet name to (String)globalMap.get("TabName")&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 951px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LxTl.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129802iFDD3A0A06ABCA234/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LxTl.png" alt="0683p000009LxTl.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I have been careful using capitalisation and procedure/function names.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Good luck&lt;/P&gt; 
&lt;P&gt;Mick&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 23:31:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-Multiple-Tabs-with-single-excel-file-based-on-the-column/m-p/2236529#M25222</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-07T23:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Create Multiple Tabs with single excel file based on the column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-Multiple-Tabs-with-single-excel-file-based-on-the-column/m-p/2236530#M25223</link>
      <description>&lt;P&gt;I am not creating a new excel sheets. The excel is already present, i just need to load the data into multiple sheets which is not happening. Please suggest&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2018 04:56:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-Multiple-Tabs-with-single-excel-file-based-on-the-column/m-p/2236530#M25223</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-08T04:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Create Multiple Tabs with single excel file based on the column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-Multiple-Tabs-with-single-excel-file-based-on-the-column/m-p/2236531#M25224</link>
      <description>&lt;P&gt;I've found that if I set a new worksheet name a new sheet is created, if I set name to an existing worksheet then that existing worksheet is selected. I did have to set "Append existing file" and "Append existing sheet" to true otherwise process would keep overwriting the same line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mick&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2018 05:00:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-Multiple-Tabs-with-single-excel-file-based-on-the-column/m-p/2236531#M25224</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-08T05:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Create Multiple Tabs with single excel file based on the column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-Multiple-Tabs-with-single-excel-file-based-on-the-column/m-p/2236532#M25225</link>
      <description>&lt;P&gt;Thanks Mick, i will try this.&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2018 05:02:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-Multiple-Tabs-with-single-excel-file-based-on-the-column/m-p/2236532#M25225</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-08T05:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Create Multiple Tabs with single excel file based on the column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-Multiple-Tabs-with-single-excel-file-based-on-the-column/m-p/2236533#M25226</link>
      <description>&lt;P&gt;How to keep existing information in the sheet as it is. My sheets are having some business information in the top 3 rows. Also, i don't want to lose other sheets in that excel. Data can be flown from Database to multiple sheets in excel all the time. Please suggest&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2018 05:05:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-Multiple-Tabs-with-single-excel-file-based-on-the-column/m-p/2236533#M25226</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-08T05:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Create Multiple Tabs with single excel file based on the column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-Multiple-Tabs-with-single-excel-file-based-on-the-column/m-p/2236534#M25227</link>
      <description>&lt;P&gt;Append will keep existing data and add new data underneath&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2018 05:30:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-Multiple-Tabs-with-single-excel-file-based-on-the-column/m-p/2236534#M25227</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-08T05:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Create Multiple Tabs with single excel file based on the column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-Multiple-Tabs-with-single-excel-file-based-on-the-column/m-p/2236535#M25228</link>
      <description>&lt;P&gt;When i use a new xlsx file then the graph is working and data is loading. If i use the excel file given by my client which has some formulas in different sheets then the normal DM--&amp;gt;Main--&amp;gt;tOutputFileExcel flow is getting hanged. Is there any other component which can handle output excel file which has formulas?&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2018 06:05:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-Multiple-Tabs-with-single-excel-file-based-on-the-column/m-p/2236535#M25228</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-08T06:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Create Multiple Tabs with single excel file based on the column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-Multiple-Tabs-with-single-excel-file-based-on-the-column/m-p/2236536#M25229</link>
      <description>Can you try using tExcelSheetOutput with Open and Save components too?&lt;BR /&gt;</description>
      <pubDate>Tue, 08 May 2018 06:14:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-Multiple-Tabs-with-single-excel-file-based-on-the-column/m-p/2236536#M25229</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-08T06:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Create Multiple Tabs with single excel file based on the column</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Create-Multiple-Tabs-with-single-excel-file-based-on-the-column/m-p/2236537#M25230</link>
      <description>&lt;P&gt;&lt;SPAN&gt;tExcelSheetOutput is not available. Exchange is also not working. Yesterday i tried to download tFileExcel thru exchange but its not happening. After 40% of download the download screen disappeared.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 May 2018 06:34:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Create-Multiple-Tabs-with-single-excel-file-based-on-the-column/m-p/2236537#M25230</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-05-08T06:34:28Z</dc:date>
    </item>
  </channel>
</rss>

