<?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 split  multiple  sheets in a excel file into different excel files using talend. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/how-to-split-multiple-sheets-in-a-excel-file-into-different/m-p/2352588#M118955</link>
    <description>&lt;P&gt;Need to name the spitted &amp;nbsp;files by sheet names.&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jun 2019 02:58:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-06-05T02:58:44Z</dc:date>
    <item>
      <title>how to split  multiple  sheets in a excel file into different excel files using talend.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-split-multiple-sheets-in-a-excel-file-into-different/m-p/2352587#M118954</link>
      <description>&lt;P&gt;I have a task to split multiple sheets of excel in a single file &amp;nbsp;and transform each sheet into each excel file &amp;nbsp;and do schema checks on each excel file.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2019 23:46:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-split-multiple-sheets-in-a-excel-file-into-different/m-p/2352587#M118954</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-04T23:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to split  multiple  sheets in a excel file into different excel files using talend.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-split-multiple-sheets-in-a-excel-file-into-different/m-p/2352588#M118955</link>
      <description>&lt;P&gt;Need to name the spitted &amp;nbsp;files by sheet names.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2019 02:58:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-split-multiple-sheets-in-a-excel-file-into-different/m-p/2352588#M118955</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-05T02:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: how to split  multiple  sheets in a excel file into different excel files using talend.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-split-multiple-sheets-in-a-excel-file-into-different/m-p/2352589#M118956</link>
      <description>fisrts solution one job by sheet to copy with dynamics data type.
&lt;BR /&gt;second solution is to reverse previous jod (copy java code) and add and modify it into tJavaflex
&lt;BR /&gt;last one is to call x time first job with sheet name as context.
&lt;BR /&gt;good luck</description>
      <pubDate>Wed, 05 Jun 2019 10:49:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-split-multiple-sheets-in-a-excel-file-into-different/m-p/2352589#M118956</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2019-06-05T10:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to split  multiple  sheets in a excel file into different excel files using talend.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-split-multiple-sheets-in-a-excel-file-into-different/m-p/2352590#M118957</link>
      <description>&lt;P&gt;Hi SantoshReddy,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Please find the job design.&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="Capture4.JPG" style="width: 876px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M5Tj.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/132150i6CF6BAB16383D27D/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M5Tj.jpg" alt="0683p000009M5Tj.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In tJavaRow : Code is :&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;output_row.distinctSheet = ((String)globalMap.get("tFileInputExcel_1_CURRENT_SHEET"));&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;in tFileInputExcel_2, in Sheet Name, use as :&amp;nbsp;((String)globalMap.get("row5.distinctSheet")), similarly in tFileOutputExcel_2 in File Name and Sheet name use the same.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;in tFileInputExcel_1 check the box "All Sheets" to read.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks and regards,&lt;/P&gt; 
&lt;P&gt;Subhadip&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2019 19:37:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-split-multiple-sheets-in-a-excel-file-into-different/m-p/2352590#M118957</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-06T19:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to split  multiple  sheets in a excel file into different excel files using talend.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-split-multiple-sheets-in-a-excel-file-into-different/m-p/2352591#M118958</link>
      <description>&lt;P&gt;Also from the the input Excel component you can read data dynamically.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2019 19:42:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-split-multiple-sheets-in-a-excel-file-into-different/m-p/2352591#M118958</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-06-06T19:42:39Z</dc:date>
    </item>
  </channel>
</rss>

