One option would be to not read in the first line with attribute names, that way FME will name them A, B, C etc. (corresponding with the Excel column letters). As long as the schema doesn't change (i.e. it's always the same column you need, regardless of its name) it should work.
@mr_fme I think a little more detail on the problem you're trying to solve would help us. Your headers are merged cells - but FME will read each actual column corresonding to the Excel columns A,B,S, etc. Perhaps you can show us what you'd like to read from the spreadsheet. What would you expect if a second row is added to the spreadsheet? Can you explain why @Hans van der Maarel suggestion of using the the column letters doesn't work for you?
@mr_fme I think a little more detail on the problem you're trying to solve would help us. Your headers are merged cells - but FME will read each actual column corresonding to the Excel columns A,B,S, etc. Perhaps you can show us what you'd like to read from the spreadsheet. What would you expect if a second row is added to the spreadsheet? Can you explain why @Hans van der Maarel suggestion of using the the column letters doesn't work for you?
Hi @Mark Stoakes
For example, I have the information regarding the image below:
I need to extract the value of these columns, in this case each X represents the sum of a number 1.
I need to transform with FME Desktop in this result below:
Or at least a result like this:
With all the power FME has it's hard to believe you can't transform using it.
Thank´s
@mr_fme It would be hard to believe that FME could not help resolve this unusual case. Understanding the initial question helps.
I've attached an example workspace (FME 2021.1):
@mr_fme It would be hard to believe that FME could not help resolve this unusual case. Understanding the initial question helps.
I've attached an example workspace (FME 2021.1):
uhuuu good, very good. Helped a lot.
Thank´s
@mr_fme It would be hard to believe that FME could not help resolve this unusual case. Understanding the initial question helps.
I've attached an example workspace (FME 2021.1):
@Mark Stoakes
One question more....How do I transform rows into columns, however by attr_name ie CAR_UNIT, CAR_GATE....??
Thank´s