Hi Daniel,
I don't think there is a way to resolve that by the reader settings.
After reading, feature type name can be changed with the AttributeCreator (assign appropriate name to "fme_feature_type") or the SchemaMapper (Feature Type Mapping scenario).
Takashi
Hi Takashi,
I thought there was
nothing FME couldn't do! ;)
So, does this mean there's no way to read Excel files if the sheet names aren't known?
/Daniel
If you selected "Merged Feature Type" option on the Excel reader, and also you know worksheet names which should be read, you can tell the reader the worksheet names through "Feature Types to Read" parameter.
Selectable feature type names (worksheet names in this case) for the parameter will be configured when you specified source Excel file(s).
Hi, i was reading this.
Did the where clause parameter dissapear in this XLSXR reader???
The now depricated XLS_ADO reader has it.
thats a shame, or is it stuffed somewher hidden and mysterious?
Gio
Hi Gio, the XLSXR reader doesn't have "where clause" parameter indeed.
I feel that the XLSXR is much more efficient than the XLS_ADO. Probably it's reading Excel files directly without using ADO (a middle ware for database accessing).
I guess this is the reason that the XLSXR cannot have "where clause" parameter.
FME 2014 doesn't have XLS_ADO no longer...