Question

Reading Order of Multiple Excel Sheets

  • 4 November 2019
  • 3 replies
  • 2 views

Userlevel 2
Badge +17

Hello,

 

I have an Excel dataset containing many sheets (feature types), and have to read them in the original order - from left to right shown in the Excel user interface. e.g. Sheet2 -> Sheet4 -> Sheet3 -> Sheet1 in the case shown in this screenshot.

As long as I tested so far, FME seems to read the worksheets (feature types) in my desired order, but I'm not sure if it's guaranteed as the implementation of the Excel reader.

Could you please confirm that it's guaranteed not only in the current and also in the future?


3 replies

Userlevel 2
Badge +16

Hi Takashi,

As far as I know, only the order of readers is guaranteed.

So, if you want to be sure, use multiple readers (one per sheet).

I know, not best practice, but the order of reading will be the order of the readers listed in the Navigator window.

Badge +2

@takashi Please add you voice to this Idea

Userlevel 2
Badge +17

@takashi Please add you voice to this Idea

Yes, that's a great idea, but is not the case for this question.

Reply