I may have encountered an issue with reading Excel sheets with attribute names that start with parts of existing FME format attribute names.
My first experience with this was while using the SchemaMapper transformer, but when I investigated the Excel reader, I noticed similar behaviour
The attribute names I wanted to use were:
- fme_geometry_name
- fme_type_name
If a sheet with these attribute names is loaded into the SchemaMapper transformer or the Excel reader, I notice the following behaviour:
- SchemaMapper
- Excel Reader
When repeating the process with the following attribute names, everything behaves as expected:
- geometry_name_fme
- type_name_fme
My impression is that the issue is due to the fact that ther is (some) similarity with the FME format attributes. To my knowledge there is no restriction mentioned in documentation about this.
I added a test.xlsx with four sheets, containing data mentioned above. This file can be used to reproduce the issue.
I would like to know whether this is a real issue or maybe I am missing something
Experienced in FME Desktop versions:
- 2016.1.0.1 (20160516 - Build 16494 - WIN64)
- 2017.1.0.0 (20170731 - Build 17539 - WIN64)