<?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] Parse merged cell in Excel in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Parse-merged-cell-in-Excel/m-p/2307932#M79322</link>
    <description>Hello mpa,&lt;BR /&gt;It is working. Thank you very much !! &lt;BR /&gt;R&lt;BR /&gt;PS : I have spent the day in the code of tInputFileExcel with jxl MergedCells. Finally, I can keep on =&amp;gt; you rock !!</description>
    <pubDate>Thu, 11 Aug 2011 17:47:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-08-11T17:47:05Z</dc:date>
    <item>
      <title>[resolved] Parse merged cell in Excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Parse-merged-cell-in-Excel/m-p/2307925#M79315</link>
      <description>Hello, &lt;BR /&gt;I am new to Talend. I would like to feed a tMap with an Excel Sheet which has vertical merged cells. I wonder how to give the same value to all the veritcal merged cells so that the rows can have the information ? Is it possible to do so in the schema ?&lt;BR /&gt;Thank you for your help and this great solution.&lt;BR /&gt;System : windows, java, talend 4.2.2</description>
      <pubDate>Sat, 16 Nov 2024 12:44:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Parse-merged-cell-in-Excel/m-p/2307925#M79315</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Parse merged cell in Excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Parse-merged-cell-in-Excel/m-p/2307926#M79316</link>
      <description>Through the reading of tFileInputExcel_begin.javajet, I understand the row are read through getRow (same for the cells with getCell). 
&lt;BR /&gt;1/ Where can I see the code of these methods (getRow and getCell) ?
&lt;BR /&gt;2/ Do you think it would be possible to add somewhere the Worksheet's method 
&lt;A href="http://search.cpan.org/~jmcnamara/Spreadsheet-ParseExcel/lib/Spreadsheet/ParseExcel/Worksheet.pm#get_merged_areas%28%29" target="_blank" rel="nofollow noopener noreferrer"&gt;get_merged_areas()&lt;/A&gt; (of 
&lt;A href="http://search.cpan.org/~jmcnamara/Spreadsheet-ParseExcel/lib/Spreadsheet/ParseExcel.pm#Worksheet" target="_blank" rel="nofollow noopener noreferrer"&gt;ParseExcel Worksheet&lt;/A&gt;) to split the merged cells into cells of same value. 
&lt;BR /&gt;
&lt;BR /&gt;Example : 
&lt;BR /&gt;Vertical Merged cells : =&amp;gt; Splitted cells with the same value : 
&lt;BR /&gt; ------------ ------------
&lt;BR /&gt;| value1 | | value1 | 
&lt;BR /&gt;| | ------------
&lt;BR /&gt;| | =&amp;gt; | value1 | 
&lt;BR /&gt; ------------ ------------
&lt;BR /&gt; | value1 |
&lt;BR /&gt; ------------
&lt;BR /&gt;Thanks for your help. 
&lt;BR /&gt;
&lt;BR /&gt;PS : I don't know why the links don't show up. So here they are :
&lt;BR /&gt;link 1 : 
&lt;A href="http://search.cpan.org/~jmcnamara/Spreadsheet-ParseExcel/lib/Spreadsheet/ParseExcel/Worksheet.pm#get_merged_areas%28%29]get_merged_areas(" rel="nofollow noopener noreferrer"&gt;http://search.cpan.org/~jmcnamara/Spreadsheet-ParseExcel/lib/Spreadsheet/ParseExcel/Worksheet.pm#get_merged_areas%28%29]get_merged_areas(&lt;/A&gt;
&lt;BR /&gt;link 2 : 
&lt;A href="http://search.cpan.org/~jmcnamara/Spreadsheet-ParseExcel/lib/Spreadsheet/ParseExcel.pm#Worksheet" rel="nofollow noopener noreferrer"&gt;http://search.cpan.org/~jmcnamara/Spreadsheet-ParseExcel/lib/Spreadsheet/ParseExcel.pm#Worksheet&lt;/A&gt;</description>
      <pubDate>Wed, 10 Aug 2011 16:39:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Parse-merged-cell-in-Excel/m-p/2307926#M79316</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-10T16:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Parse merged cell in Excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Parse-merged-cell-in-Excel/m-p/2307927#M79317</link>
      <description>Hi 
&lt;BR /&gt;What does the data look like? Can you show us an example of file? what are you desired result?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 11 Aug 2011 07:36:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Parse-merged-cell-in-Excel/m-p/2307927#M79317</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-11T07:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Parse merged cell in Excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Parse-merged-cell-in-Excel/m-p/2307928#M79318</link>
      <description>Hello Shong,
&lt;BR /&gt;Thanks for you help.
&lt;BR /&gt;Here is an example :</description>
      <pubDate>Thu, 11 Aug 2011 09:16:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Parse-merged-cell-in-Excel/m-p/2307928#M79318</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-11T09:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Parse merged cell in Excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Parse-merged-cell-in-Excel/m-p/2307929#M79319</link>
      <description>I just want to transform an Excel sheet with merged cells into an Excel Sheet with no merged cells so that all cells have the information. See uploaded images. Do you have an idea to do this ?&lt;BR /&gt;Thanks for your answer.</description>
      <pubDate>Thu, 11 Aug 2011 14:56:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Parse-merged-cell-in-Excel/m-p/2307929#M79319</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-11T14:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Parse merged cell in Excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Parse-merged-cell-in-Excel/m-p/2307930#M79320</link>
      <description>Remiroc,&lt;BR /&gt;Could you mail me the excel file? (i'm too lazy to make it hehe)&lt;BR /&gt;Then I will have a look an hopefully find a solution for your problem.&lt;BR /&gt;*edit*&lt;BR /&gt;Nvm I made one. I'll have a look&lt;BR /&gt;*edit*&lt;BR /&gt;Regards</description>
      <pubDate>Thu, 11 Aug 2011 15:00:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Parse-merged-cell-in-Excel/m-p/2307930#M79320</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-11T15:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Parse merged cell in Excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Parse-merged-cell-in-Excel/m-p/2307931#M79321</link>
      <description>Remiroc, 
&lt;BR /&gt;I found a "solution" that is working. It might not be the easiest one. Maybe Shong has a better solution for you. 
&lt;BR /&gt;Steps: 
&lt;BR /&gt;1. Add a context variable. Call it "Merged Cells" or something. 
&lt;BR /&gt;2. In the tMap create a new variable with following expression (where columnA is your vertical merged column): row1.ColumnA != null ? (context.MergedColumn = row1.ColumnA) : "" 
&lt;BR /&gt;3. For all columns make a 1:1 to the tMap output. So just drag all column to the output. 
&lt;BR /&gt;4. Add a tFlowtoiterate. 
&lt;BR /&gt;5. add a tFixedflowinput. (iterate connection) Here you assign the columns with a value. 
&lt;BR /&gt;Refer to my screenshots. ( I don't know how to add the screens so just click the links I guess) 
&lt;BR /&gt; 
&lt;A href="http://imageshack.us/photo/my-images/837/excel1.png" rel="nofollow noopener noreferrer"&gt;http://imageshack.us/photo/my-images/837/excel1.png&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="http://imageshack.us/photo/my-images/26/excel2x.png" rel="nofollow noopener noreferrer"&gt;http://imageshack.us/photo/my-images/26/excel2x.png&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="http://imageshack.us/photo/my-images/535/excel3.png" rel="nofollow noopener noreferrer"&gt;http://imageshack.us/photo/my-images/535/excel3.png&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="http://imageshack.us/photo/my-images/143/excel4.png" rel="nofollow noopener noreferrer"&gt;http://imageshack.us/photo/my-images/143/excel4.png&lt;/A&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Mario De Pauw</description>
      <pubDate>Thu, 11 Aug 2011 15:30:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Parse-merged-cell-in-Excel/m-p/2307931#M79321</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-11T15:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Parse merged cell in Excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Parse-merged-cell-in-Excel/m-p/2307932#M79322</link>
      <description>Hello mpa,&lt;BR /&gt;It is working. Thank you very much !! &lt;BR /&gt;R&lt;BR /&gt;PS : I have spent the day in the code of tInputFileExcel with jxl MergedCells. Finally, I can keep on =&amp;gt; you rock !!</description>
      <pubDate>Thu, 11 Aug 2011 17:47:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Parse-merged-cell-in-Excel/m-p/2307932#M79322</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-08-11T17:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Parse merged cell in Excel</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Parse-merged-cell-in-Excel/m-p/2307933#M79323</link>
      <description>&lt;P&gt;Hey i cannot see the screenshots in imageshack. can you post them here.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2018 07:31:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Parse-merged-cell-in-Excel/m-p/2307933#M79323</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-13T07:31:31Z</dc:date>
    </item>
  </channel>
</rss>

