<?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: [resolved] using multiple tBufferOutput to write in a single excel file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-using-multiple-tBufferOutput-to-write-in-a-single-excel/m-p/2306308#M77865</link>
    <description>largouwalid - you can certainly do that in Talend... Question is, what is the distinguishing characteristic between your 3 xlsx files? Seems like you'd want to filter on that characteristic when you get the file from the tFileList before processing it. 
&lt;BR /&gt;To hold and pass data in memory within the same job, use tHashOutput / tHashInput (you may have to add them to your pallette by going to File --&amp;gt; Edit Project Properties --&amp;gt; Designer --&amp;gt; Palette).</description>
    <pubDate>Mon, 14 Apr 2014 18:31:49 GMT</pubDate>
    <dc:creator>willm1</dc:creator>
    <dc:date>2014-04-14T18:31:49Z</dc:date>
    <item>
      <title>[resolved] using multiple tBufferOutput to write in a single excel file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-using-multiple-tBufferOutput-to-write-in-a-single-excel/m-p/2306305#M77862</link>
      <description>What i want to do is extract informations from different excel files with tFileList , the files are structured of three sheets each (xlsx files) , i want to combine the different sheets in each file on a single file . here is my job , how can i do this ? 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDUr.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/157014i580F0BD9BE590E45/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDUr.png" alt="0683p000009MDUr.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 14 Apr 2014 16:28:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-using-multiple-tBufferOutput-to-write-in-a-single-excel/m-p/2306305#M77862</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-14T16:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] using multiple tBufferOutput to write in a single excel file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-using-multiple-tBufferOutput-to-write-in-a-single-excel/m-p/2306306#M77863</link>
      <description>Hello largouwalid - here's one way to do this... You can tweak it to do achieve your desired solution, but it provides an overall framework... 
&lt;A href="http://www.talendforge.org/forum/viewtopic.php?pid=131115#p131115" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/forum/viewtopic.php?pid=131115#p131115&lt;/A&gt;</description>
      <pubDate>Mon, 14 Apr 2014 16:33:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-using-multiple-tBufferOutput-to-write-in-a-single-excel/m-p/2306306#M77863</guid>
      <dc:creator>willm1</dc:creator>
      <dc:date>2014-04-14T16:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] using multiple tBufferOutput to write in a single excel file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-using-multiple-tBufferOutput-to-write-in-a-single-excel/m-p/2306307#M77864</link>
      <description>Thanks for the answer , but in my case i have different structure in each sheet , so i cannot use the tMap component ! I have to use multiple tBuffer at the same time , is it possible ?</description>
      <pubDate>Mon, 14 Apr 2014 16:44:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-using-multiple-tBufferOutput-to-write-in-a-single-excel/m-p/2306307#M77864</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-14T16:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] using multiple tBufferOutput to write in a single excel file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-using-multiple-tBufferOutput-to-write-in-a-single-excel/m-p/2306308#M77865</link>
      <description>largouwalid - you can certainly do that in Talend... Question is, what is the distinguishing characteristic between your 3 xlsx files? Seems like you'd want to filter on that characteristic when you get the file from the tFileList before processing it. 
&lt;BR /&gt;To hold and pass data in memory within the same job, use tHashOutput / tHashInput (you may have to add them to your pallette by going to File --&amp;gt; Edit Project Properties --&amp;gt; Designer --&amp;gt; Palette).</description>
      <pubDate>Mon, 14 Apr 2014 18:31:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-using-multiple-tBufferOutput-to-write-in-a-single-excel/m-p/2306308#M77865</guid>
      <dc:creator>willm1</dc:creator>
      <dc:date>2014-04-14T18:31:49Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] using multiple tBufferOutput to write in a single excel file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-using-multiple-tBufferOutput-to-write-in-a-single-excel/m-p/2306309#M77866</link>
      <description>Hello, 
&lt;BR /&gt;the tBufferOutputs writes into one buffer and the tBufferInput reads always from the same buffer and returns the same datasets. Therefore your design could not work. I suggest you use the components tHashOutput and tHashInput. These components can be paired output-&amp;gt;input (with different schemas between the various pairs). 
&lt;BR /&gt;Per default this components are not enabled. Please go to the project settings-&amp;gt;Palette design and move them to the right side. 
&lt;BR /&gt;There is a bug in your design. You will start writing the new excel file when the first flow has been finished. The second flow (staring with tBufferInput_2) must fail in this scenario. 
&lt;BR /&gt;Please remove the OnComponentOk triggers to tFileExcelWorkbookSave and connect tBufferInput_1 with OnSubjobOk to tBufferInput_2 and from tBufferInput_2 with OnSubjobOk with tFileExcelWorkbookSave. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDjy.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138214i2D99EFECD875BE6E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDjy.png" alt="0683p000009MDjy.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 14 Apr 2014 21:21:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-using-multiple-tBufferOutput-to-write-in-a-single-excel/m-p/2306309#M77866</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-14T21:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] using multiple tBufferOutput to write in a single excel file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-using-multiple-tBufferOutput-to-write-in-a-single-excel/m-p/2306310#M77867</link>
      <description>Thanks a lot , i solved my problem this way , by using a tJava and flushing the global buffer , tell me if it's okay ? it's working . but is it best practice .( i guess it resource consuming) 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDLA.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131905i2570FFAD0BD7063D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDLA.png" alt="0683p000009MDLA.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 15 Apr 2014 09:50:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-using-multiple-tBufferOutput-to-write-in-a-single-excel/m-p/2306310#M77867</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-15T09:50:07Z</dc:date>
    </item>
  </channel>
</rss>

