Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
yau1656602455
Contributor
Contributor

Extracting data from specific excel cells in multiple sheet

Hi All,

I need to extract specific cells in multiple sheet (also in multiple files with same schema), and follow this documentation

https://help.talend.com/r/en-US/8.0/excel/extracting-data-from-specific-excel-cells, and already success with single sheet. But how to do this in multiple sheet? the cells that I want to extract only in red box.

0695b00000Sr1r4AAB.png

I try to enable All sheets and Affect each sheet(header&footer) in tFileInputExcel, but the result from tLog is only 1 row. Is there any doc related to my case, please drop the link. Thanks

Labels (2)
1 Solution

Accepted Solutions
Covid19
Creator
Creator

Hi @bagus dwiyanu​,

 

If it works fine for a sheet, just iterate over each sheet name

0695b00000Sr7zEAAR.png0695b00000Sr7zJAAR.png0695b00000Sr7zYAAR.png 

Otherwise here is a second tip

0695b00000Sr7zdAAB.png0695b00000Sr7ztAAB.png0695b00000Sr7zsAAB.png0695b00000Sr802AAB.png0695b00000Sr807AAB.png0695b00000Sr80HAAR.png 

Kind regards,

😷19.

View solution in original post

3 Replies
Anonymous
Not applicable

Hi

You will have only the last row, because it will extract data from all sheets and then iterate the data row by row. One question, do you have the fixed number of sheets or the number may change.

Regards

Shong

yau1656602455
Contributor
Contributor
Author

Hi @Shicong Hong​ ,

 

The number of sheets is not fixed, dynamically can change. Do you suggest to create component to each sheets? or is it possible to use something like looping to execute job by list of sheets? many thanks.

Covid19
Creator
Creator

Hi @bagus dwiyanu​,

 

If it works fine for a sheet, just iterate over each sheet name

0695b00000Sr7zEAAR.png0695b00000Sr7zJAAR.png0695b00000Sr7zYAAR.png 

Otherwise here is a second tip

0695b00000Sr7zdAAB.png0695b00000Sr7ztAAB.png0695b00000Sr7zsAAB.png0695b00000Sr802AAB.png0695b00000Sr807AAB.png0695b00000Sr80HAAR.png 

Kind regards,

😷19.