<?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 iterate through multiple sheets in Excel file, retrieve sheet name and data in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-iterate-through-multiple-sheets-in-Excel-file-retrieve/m-p/2291025#M64252</link>
    <description>&lt;A href="https://community.qlik.com/s/profile/0053p000007LKk8AAG"&gt;@lli&lt;/A&gt;, good to know but in this case, tFileInputExcel is enough.</description>
    <pubDate>Mon, 01 Jan 2018 08:06:28 GMT</pubDate>
    <dc:creator>TRF</dc:creator>
    <dc:date>2018-01-01T08:06:28Z</dc:date>
    <item>
      <title>How to iterate through multiple sheets in Excel file, retrieve sheet name and data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-iterate-through-multiple-sheets-in-Excel-file-retrieve/m-p/2291022#M64249</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; I am new to Talend and trying to read through multiple dynamic worksheets in the excel workbook and load data to table.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;tFileInputExcel -&amp;gt; tMap -&amp;gt; tOracleOutput works to load the data from all sheets to table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I need to get each worksheet name and check the name to derive a boolean value in addition to load the data in worksheet to table. The table columns looks like below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;SheetColumn1;SheetColumn2;...;Src_Sheet_Name;Etl_Flag&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help or comments are helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:54:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-iterate-through-multiple-sheets-in-Excel-file-retrieve/m-p/2291022#M64249</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to iterate through multiple sheets in Excel file, retrieve sheet name and data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-iterate-through-multiple-sheets-in-Excel-file-retrieve/m-p/2291023#M64250</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;In the tMap component you may access the current sheetname using the following expression (replace the tFileInputExcel # by yours):&lt;/P&gt;
&lt;PRE&gt;((String)globalMap.get("tFileInputExcel_4_CURRENT_SHEET")) &lt;/PRE&gt;
&lt;P&gt;So, you can compare its value with what you want to populate the boolean field as desired.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Dec 2017 09:20:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-iterate-through-multiple-sheets-in-Excel-file-retrieve/m-p/2291023#M64250</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-12-30T09:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to iterate through multiple sheets in Excel file, retrieve sheet name and data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-iterate-through-multiple-sheets-in-Excel-file-retrieve/m-p/2291024#M64251</link>
      <description>&lt;P&gt;The component tFileExcelSheetList is designed to do that.&lt;/P&gt;&lt;P&gt;&lt;A href="https://exchange.talend.com/#marketplaceproductoverview:marketplace=marketplace%252F1&amp;amp;p=marketplace%252F1%252Fproducts%252F542&amp;amp;pi=marketplace%252F1%252Fproducts%252F542%252Fitems%252F2739" target="_blank" rel="nofollow noopener noreferrer"&gt;https://exchange.talend.com/#marketplaceproductoverview:marketplace=marketplace%252F1&amp;amp;p=marketplace%252F1%252Fproducts%252F542&amp;amp;pi=marketplace%252F1%252Fproducts%252F542%252Fitems%252F2739&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jan 2018 01:03:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-iterate-through-multiple-sheets-in-Excel-file-retrieve/m-p/2291024#M64251</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-01T01:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to iterate through multiple sheets in Excel file, retrieve sheet name and data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-iterate-through-multiple-sheets-in-Excel-file-retrieve/m-p/2291025#M64252</link>
      <description>&lt;A href="https://community.qlik.com/s/profile/0053p000007LKk8AAG"&gt;@lli&lt;/A&gt;, good to know but in this case, tFileInputExcel is enough.</description>
      <pubDate>Mon, 01 Jan 2018 08:06:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-iterate-through-multiple-sheets-in-Excel-file-retrieve/m-p/2291025#M64252</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-01-01T08:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to iterate through multiple sheets in Excel file, retrieve sheet name and data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-iterate-through-multiple-sheets-in-Excel-file-retrieve/m-p/2291026#M64253</link>
      <description>&lt;A href="https://community.qlik.com/s/profile/0053p000007LMf3AAG"&gt;@learner2018&lt;/A&gt;, does this help?
&lt;BR /&gt;If so, please mark your case as solved.
&lt;BR /&gt;Kudos also accepted.</description>
      <pubDate>Tue, 02 Jan 2018 22:29:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-iterate-through-multiple-sheets-in-Excel-file-retrieve/m-p/2291026#M64253</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2018-01-02T22:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to iterate through multiple sheets in Excel file, retrieve sheet name and data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-iterate-through-multiple-sheets-in-Excel-file-retrieve/m-p/2291027#M64254</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;what if i don't have a component called tfileexcel sheet and also tried tmap component I couldn't do it&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2019 18:15:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-iterate-through-multiple-sheets-in-Excel-file-retrieve/m-p/2291027#M64254</guid>
      <dc:creator>TharunJoshi</dc:creator>
      <dc:date>2019-05-27T18:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to iterate through multiple sheets in Excel file, retrieve sheet name and data</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-iterate-through-multiple-sheets-in-Excel-file-retrieve/m-p/2291028#M64255</link>
      <description>&lt;P&gt;Thats easy. Use the component tFileExcelSheetList to iterate through the sheets and use within the iteration tFileExcelSheetInput to fetch the data. You can use the return value from the&amp;nbsp;tFileExcelSheetList using as sheet name for&amp;nbsp;tFileExcelSheetInput. Both referencing to&amp;nbsp;tFileExcelWorkbookOpen in which you open the file.&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2019 22:17:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-iterate-through-multiple-sheets-in-Excel-file-retrieve/m-p/2291028#M64255</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-05-27T22:17:57Z</dc:date>
    </item>
  </channel>
</rss>

