<?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 read metadata in Excel header cells in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-metadata-in-Excel-header-cells/m-p/2271060#M48775</link>
    <description>Give this a try.&amp;nbsp; 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/329777/excel_grpd.zip_20161227-0858.zip" target="_blank"&gt;excel_grpd.zip_20161227-0858.zip&lt;/A&gt;</description>
    <pubDate>Tue, 27 Dec 2016 16:57:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-12-27T16:57:41Z</dc:date>
    <item>
      <title>How to read metadata in Excel header cells</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-metadata-in-Excel-header-cells/m-p/2271054#M48769</link>
      <description>Hi there, 
&lt;BR /&gt;I have the following scenario, I must read several excel files with hundreds of sheets inside them (one for each day of the year); all the excel files have the same schema: 
&lt;BR /&gt;- The first row contains some metadata in grouped cells 
&lt;BR /&gt;- The second row contains the headers of the data
&lt;BR /&gt;- From the third row we have the data
&lt;BR /&gt;The goal is to read all the rows of all the sheets, apply some filter and string manipulation, then store all the filtered rows in a new excel file.
&lt;BR /&gt;Everything works fine with a job with this sequence
&lt;BR /&gt;tFileList ---&amp;gt; tFileInputExcel ----&amp;gt; tFilterRow -----&amp;gt; tMap ----&amp;gt; tFileOutputExcel
&lt;BR /&gt;but now I need to add a further step: read from the first row (at the moment skipped in tFileInputExcel) the value of 2 grouped cells, keep them in some way (content variables ? tSampleFlow ? tFixedFlowInput ? subflow ? other ideas ?) throughout the flow and use the values in tMap to write as columns in tFileOutputExcel.
&lt;BR /&gt;Some idea about how to accomplish this task ?
&lt;BR /&gt;Thanks a lot
&lt;BR /&gt;Gf</description>
      <pubDate>Thu, 22 Dec 2016 05:47:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-metadata-in-Excel-header-cells/m-p/2271054#M48769</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-22T05:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to read metadata in Excel header cells</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-metadata-in-Excel-header-cells/m-p/2271055#M48770</link>
      <description>Hi,
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;but now I need to add a further step: read from the first row (at the moment skipped in tFileInputExcel) the value of 2 grouped cells, keep them in some way (content variables ? tSampleFlow ? tFixedFlowInput ? subflow ? other ideas ?) throughout the flow and use the values in tMap to write as columns in tFileOutputExcel.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Could you please elaborate your case with an example?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 22 Dec 2016 07:11:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-metadata-in-Excel-header-cells/m-p/2271055#M48770</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-22T07:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to read metadata in Excel header cells</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-metadata-in-Excel-header-cells/m-p/2271056#M48771</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Hi,&lt;BR /&gt;
     &lt;BLOCKQUOTE&gt;
      &lt;TABLE border="1"&gt;
       &lt;TBODY&gt;
        &lt;TR&gt;
         &lt;TD&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;but now I need to add a further step: read from the first row (at the moment skipped in tFileInputExcel) the value of 2 grouped cells, keep them in some way (content variables ? tSampleFlow ? tFixedFlowInput ? subflow ? other ideas ?) throughout the flow and use the values in tMap to write as columns in tFileOutputExcel.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/TD&gt;
        &lt;/TR&gt;
       &lt;/TBODY&gt;
      &lt;/TABLE&gt;
     &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Could you please elaborate your case with an example?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Hi Sabrina,
&lt;BR /&gt;you can find an example in the attacched excel file.
&lt;BR /&gt;I have the data to convert in sheets "INPUT1-1309" and "INPUT1-1409", while in the sheet "OUTPUT" you can find the result I need.
&lt;BR /&gt;I have highlighted in YELLOW and ORANGE the cells of the two INPUT sheets that I need to replicate in the OUTPUT file.
&lt;BR /&gt;Kind regards,
&lt;BR /&gt;Gf
&lt;BR /&gt;DataEntryExample.rar.rar</description>
      <pubDate>Thu, 22 Dec 2016 11:51:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-metadata-in-Excel-header-cells/m-p/2271056#M48771</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-22T11:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to read metadata in Excel header cells</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-metadata-in-Excel-header-cells/m-p/2271057#M48772</link>
      <description>Hi,&lt;BR /&gt;The attached excel file is not available on forum. Could you please take a look at it?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 23 Dec 2016 06:11:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-metadata-in-Excel-header-cells/m-p/2271057#M48772</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-23T06:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to read metadata in Excel header cells</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-metadata-in-Excel-header-cells/m-p/2271058#M48773</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Hi,&lt;BR /&gt;The attached excel file is not available on forum. Could you please take a look at it?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Here we are !
&lt;BR /&gt;
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/411143/DataEntryExample.rar_20161227-0055.rar" target="_blank"&gt;DataEntryExample.rar_20161227-0055.rar&lt;/A&gt;</description>
      <pubDate>Tue, 27 Dec 2016 08:53:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-metadata-in-Excel-header-cells/m-p/2271058#M48773</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-27T08:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to read metadata in Excel header cells</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-metadata-in-Excel-header-cells/m-p/2271059#M48774</link>
      <description>Hi,&lt;BR /&gt;The attachment link is ok with us. We will check it and then come back to you as soon as we can.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 27 Dec 2016 08:57:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-metadata-in-Excel-header-cells/m-p/2271059#M48774</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-27T08:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to read metadata in Excel header cells</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-metadata-in-Excel-header-cells/m-p/2271060#M48775</link>
      <description>Give this a try.&amp;nbsp; 
&lt;BR /&gt; 
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/329777/excel_grpd.zip_20161227-0858.zip" target="_blank"&gt;excel_grpd.zip_20161227-0858.zip&lt;/A&gt;</description>
      <pubDate>Tue, 27 Dec 2016 16:57:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-metadata-in-Excel-header-cells/m-p/2271060#M48775</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-27T16:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to read metadata in Excel header cells</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-metadata-in-Excel-header-cells/m-p/2271061#M48776</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Give this a try.&amp;nbsp;&lt;BR /&gt;excel_grpd.zip_20161227-0858.zip&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Thank You, I tried to open the demo project, but it gives me the following error 
&lt;BR /&gt;java.lang.NullPointerException 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.migrationtool.MigrationToolService.appendToLogFile(MigrationToolService.java:490) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.migrationtool.MigrationToolService.access$0(MigrationToolService.java:488) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.migrationtool.MigrationToolService$1$1.run(MigrationToolService.java:258) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2313) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.migrationtool.MigrationToolService$1.run(MigrationToolService.java:474) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.repository.RepositoryWorkUnit.executeRun(RepositoryWorkUnit.java:99) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.core.repository.model.AbstractRepositoryFactory.executeRepositoryWorkUnit(AbstractRepositoryFactory.java:258) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.repository.localprovider.model.LocalRepositoryFactory.executeRepositoryWorkUnit(LocalRepositoryFactory.java:3311) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.core.repository.model.ProxyRepositoryFactory.executeRepositoryWorkUnit(ProxyRepositoryFactory.java:2059) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.migrationtool.MigrationToolService.executeMigrationTasksForLogon(MigrationToolService.java:481) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.repository.localprovider.model.LocalRepositoryFactory.executeMigrations(LocalRepositoryFactory.java:3395) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.core.repository.model.ProxyRepositoryFactory.executeMigrations(ProxyRepositoryFactory.java:283) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.core.repository.model.ProxyRepositoryFactory.logOnProject(ProxyRepositoryFactory.java:1847) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.talend.repository.ui.login.LoginHelper$1.run(LoginHelper.java:428) 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)</description>
      <pubDate>Mon, 09 Jan 2017 09:07:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-metadata-in-Excel-header-cells/m-p/2271061#M48776</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-09T09:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to read metadata in Excel header cells</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-metadata-in-Excel-header-cells/m-p/2271062#M48777</link>
      <description>Any other idea to help me solve the problem ?
&lt;BR /&gt;There is a way to obtain the current row number of an excel file while processing it ? This could be a workaround, storing in a global variable the value of the first column when I'm on a first row and the use the variable for the following lines</description>
      <pubDate>Thu, 26 Jan 2017 12:52:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-metadata-in-Excel-header-cells/m-p/2271062#M48777</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-26T12:52:16Z</dc:date>
    </item>
  </channel>
</rss>

