<?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: Want to create multiple sheet in tFileOutputExcel in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Want-to-create-multiple-sheet-in-tFileOutputExcel/m-p/2307425#M78865</link>
    <description>Hi,&lt;BR /&gt;I have used &lt;BR /&gt;((String)globalMap.get("row1.category"))&lt;BR /&gt;With Regards</description>
    <pubDate>Tue, 01 Nov 2011 05:17:27 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-11-01T05:17:27Z</dc:date>
    <item>
      <title>Want to create multiple sheet in tFileOutputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Want-to-create-multiple-sheet-in-tFileOutputExcel/m-p/2307417#M78857</link>
      <description>Hi, 
&lt;BR /&gt;I am new in Talend. I am stucked at a point. 
&lt;BR /&gt;I want multiple sheet in a single excel output . The number of sheet depend on contain. 
&lt;BR /&gt;let takes an example 
&lt;BR /&gt;main excel 
&lt;BR /&gt;id | category | description 
&lt;BR /&gt;1 | wiki | asdfkj 
&lt;BR /&gt;2 | youtube | asdfhjg 
&lt;BR /&gt;3 | picasa | asdfjkah 
&lt;BR /&gt;4 | wiki | asdfkj 
&lt;BR /&gt;5 | youtube | asdfhjg 
&lt;BR /&gt;6 | picasa | asdfjkah 
&lt;BR /&gt;now based on category i need the sheet should be created . and one more thing category can be more so cannot fixed on 3 or 4 filters</description>
      <pubDate>Sat, 16 Nov 2024 12:35:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Want-to-create-multiple-sheet-in-tFileOutputExcel/m-p/2307417#M78857</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Want to create multiple sheet in tFileOutputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Want-to-create-multiple-sheet-in-tFileOutputExcel/m-p/2307418#M78858</link>
      <description>Hi
&lt;BR /&gt;Sorry, I don't understand you very well, what does the result look like?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 31 Oct 2011 12:38:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Want-to-create-multiple-sheet-in-tFileOutputExcel/m-p/2307418#M78858</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-31T12:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Want to create multiple sheet in tFileOutputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Want-to-create-multiple-sheet-in-tFileOutputExcel/m-p/2307419#M78859</link>
      <description>Let me clear it again
&lt;BR /&gt;main excel input file
&lt;BR /&gt;=================
&lt;BR /&gt;id | category | description
&lt;BR /&gt;1 | wiki | asdfkj
&lt;BR /&gt;2 | youtube | asdfhjg
&lt;BR /&gt;3 | picasa | asdfjkah
&lt;BR /&gt;4 | wiki | asdfkj
&lt;BR /&gt;5 | youtube | asdfhjg
&lt;BR /&gt;6 | picasa | asdfjkah
&lt;BR /&gt;Required output
&lt;BR /&gt;===========
&lt;BR /&gt;Wiki (sheet 1)
&lt;BR /&gt;id| description
&lt;BR /&gt;----------------
&lt;BR /&gt;1 | fasdfasdf
&lt;BR /&gt;4 | dfgsdfgsdfg
&lt;BR /&gt;youtube (sheet 2)
&lt;BR /&gt;id| description
&lt;BR /&gt;----------------
&lt;BR /&gt;2 | fasdfasdf
&lt;BR /&gt;5 | dfgsdfgsdfg
&lt;BR /&gt;picasa (sheet 3)
&lt;BR /&gt;id| description
&lt;BR /&gt;----------------
&lt;BR /&gt;3 | fasdfasdf
&lt;BR /&gt;6 | dfgsdfgsdfg</description>
      <pubDate>Mon, 31 Oct 2011 19:22:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Want-to-create-multiple-sheet-in-tFileOutputExcel/m-p/2307419#M78859</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-31T19:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Want to create multiple sheet in tFileOutputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Want-to-create-multiple-sheet-in-tFileOutputExcel/m-p/2307420#M78860</link>
      <description>Hi 
&lt;BR /&gt;Ok, I understand what you need now, you need to iterate each row and set a dynamic sheet name. For example:
&lt;BR /&gt;tFileInputExcel---row1--tFlowToIterate--iterate--&amp;gt;tFileOutputExcel
&lt;BR /&gt;on tFileOutputExcel, set the 'Sheet name' field as: (String)gloalMap.get("row1.category")
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 01 Nov 2011 02:31:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Want-to-create-multiple-sheet-in-tFileOutputExcel/m-p/2307420#M78860</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-01T02:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Want to create multiple sheet in tFileOutputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Want-to-create-multiple-sheet-in-tFileOutputExcel/m-p/2307421#M78861</link>
      <description>Thanx for your reply , but I cannot connect 
&lt;BR /&gt;tFlowToIterate--iterate--&amp;gt;tFileOutputExcel
&lt;BR /&gt;Apart from it I have tried to set sheet name using context variable . 
&lt;BR /&gt;In that case the sheet name takes only the initial value of the variable but not the updated values .</description>
      <pubDate>Tue, 01 Nov 2011 04:11:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Want-to-create-multiple-sheet-in-tFileOutputExcel/m-p/2307421#M78861</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-01T04:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Want to create multiple sheet in tFileOutputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Want-to-create-multiple-sheet-in-tFileOutputExcel/m-p/2307422#M78862</link>
      <description>Hi
&lt;BR /&gt;Sorry, it was a wrong job design, the correct job looks like:
&lt;BR /&gt;tFileInputExcel---row1--tFlowToIterate--iterate--&amp;gt;tFixedFlowInput--main--tFileOutputExcel
&lt;BR /&gt;on tFixedFlowInput, generate each row of row1, define three columns on schema, 
&lt;BR /&gt;column:value
&lt;BR /&gt;id:row1.id
&lt;BR /&gt;category:row1.category
&lt;BR /&gt;description:row1.description
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 01 Nov 2011 04:21:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Want-to-create-multiple-sheet-in-tFileOutputExcel/m-p/2307422#M78862</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-01T04:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Want to create multiple sheet in tFileOutputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Want-to-create-multiple-sheet-in-tFileOutputExcel/m-p/2307423#M78863</link>
      <description>Hi,&lt;BR /&gt;I got some another issue.&lt;BR /&gt;It is creating the sheet with dynamic name , but at the end Excel file contain only one sheet and only one record</description>
      <pubDate>Tue, 01 Nov 2011 05:12:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Want-to-create-multiple-sheet-in-tFileOutputExcel/m-p/2307423#M78863</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-01T05:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Want to create multiple sheet in tFileOutputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Want-to-create-multiple-sheet-in-tFileOutputExcel/m-p/2307424#M78864</link>
      <description>Hi 
&lt;BR /&gt;How do you set the sheet name in your case? Some screenshots of job will be more helpful for us understanding the problem. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 01 Nov 2011 05:14:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Want-to-create-multiple-sheet-in-tFileOutputExcel/m-p/2307424#M78864</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-01T05:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Want to create multiple sheet in tFileOutputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Want-to-create-multiple-sheet-in-tFileOutputExcel/m-p/2307425#M78865</link>
      <description>Hi,&lt;BR /&gt;I have used &lt;BR /&gt;((String)globalMap.get("row1.category"))&lt;BR /&gt;With Regards</description>
      <pubDate>Tue, 01 Nov 2011 05:17:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Want-to-create-multiple-sheet-in-tFileOutputExcel/m-p/2307425#M78865</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-01T05:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Want to create multiple sheet in tFileOutputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Want-to-create-multiple-sheet-in-tFileOutputExcel/m-p/2307426#M78866</link>
      <description>Hi
&lt;BR /&gt;Check the option 'Append existing file' and 'Append existing sheet', it should be ok now.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 01 Nov 2011 05:20:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Want-to-create-multiple-sheet-in-tFileOutputExcel/m-p/2307426#M78866</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-01T05:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Want to create multiple sheet in tFileOutputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Want-to-create-multiple-sheet-in-tFileOutputExcel/m-p/2307427#M78867</link>
      <description>Hi,&lt;BR /&gt;When I , Check the option 'Append existing file' and 'Append existing sheet' it is creating a file with 0 records (0KB)</description>
      <pubDate>Tue, 01 Nov 2011 05:34:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Want-to-create-multiple-sheet-in-tFileOutputExcel/m-p/2307427#M78867</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-01T05:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Want to create multiple sheet in tFileOutputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Want-to-create-multiple-sheet-in-tFileOutputExcel/m-p/2307428#M78868</link>
      <description>Hi 
&lt;BR /&gt;You must do something wrong, I tested it and it works on v4.2.2. Please upload some screenshot of job, specially the setting of tFixedFlowInput component.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 01 Nov 2011 07:18:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Want-to-create-multiple-sheet-in-tFileOutputExcel/m-p/2307428#M78868</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-01T07:18:00Z</dc:date>
    </item>
    <item>
      <title>Re: Want to create multiple sheet in tFileOutputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Want-to-create-multiple-sheet-in-tFileOutputExcel/m-p/2307429#M78869</link>
      <description>Hi,&lt;BR /&gt;I have uploade the images.&lt;BR /&gt;Apart from it my excel format &lt;BR /&gt;ID | COUNTRY | CITY |WIKI | YTUBE | TITLE1 |YTUBE1 | TITLE1&lt;BR /&gt;and i m creating dynamic sheet based on country&lt;BR /&gt;with regards</description>
      <pubDate>Tue, 01 Nov 2011 08:18:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Want-to-create-multiple-sheet-in-tFileOutputExcel/m-p/2307429#M78869</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-01T08:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Want to create multiple sheet in tFileOutputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Want-to-create-multiple-sheet-in-tFileOutputExcel/m-p/2307430#M78870</link>
      <description>Any one has any solution</description>
      <pubDate>Tue, 01 Nov 2011 09:01:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Want-to-create-multiple-sheet-in-tFileOutputExcel/m-p/2307430#M78870</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-01T09:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Want to create multiple sheet in tFileOutputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Want-to-create-multiple-sheet-in-tFileOutputExcel/m-p/2307431#M78871</link>
      <description>Hi 
&lt;BR /&gt;Not sure it was a bug on v4.2.0, I am working on v4.2.2 and it works fine. 
&lt;BR /&gt;Do you install Excel 2003 or 2007/2010 on your machine? Because I install excel 2007 on my machine, so I change the output file name to out.xlsx and it works. 
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 04 Nov 2011 05:46:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Want-to-create-multiple-sheet-in-tFileOutputExcel/m-p/2307431#M78871</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-04T05:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Want to create multiple sheet in tFileOutputExcel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Want-to-create-multiple-sheet-in-tFileOutputExcel/m-p/2307432#M78872</link>
      <description>I checked that option and followed what the article said. Now at the output I have an excel with the desired sheets, but the problem is that the sheets are "empthy". I am using Talend Enterprise 5.4.2. No data is passed through the components tFlowtoIterate and tFixedFlowInput. I am not expecting them to catch values, but they don't let previous outputs from components such as tFileInputDelimited or tFileInputExcel or any other output mappings to be used within further mappings. 
&lt;BR /&gt; 
&lt;U&gt;Real Solution: &lt;/U&gt; 
&lt;BR /&gt;You have to define a key (local global variable) in the tFlowToIterate for each column that you want at output. After tFixedFlowInput you add a tMap where you map each output desired column with one of the local defined global variable in the tFlowToIterate. 
&lt;BR /&gt;In the attachment you can find some pictures with detailed information on how this works. 
&lt;BR /&gt; 
&lt;A href="https://db.tt/qEFHNFxU" target="_blank" rel="nofollow noopener noreferrer"&gt;Pictures to solution&lt;/A&gt; LINK from my dropbox account to a zip file containing 6 small screenshots.</description>
      <pubDate>Tue, 07 Oct 2014 10:51:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Want-to-create-multiple-sheet-in-tFileOutputExcel/m-p/2307432#M78872</guid>
      <dc:creator>bogdan_popescu</dc:creator>
      <dc:date>2014-10-07T10:51:53Z</dc:date>
    </item>
  </channel>
</rss>

