The Schema reader should create one feature per table, can you check whether that's the case?
The Schema reader should create one feature per table, can you check whether that's the case?
Hi, I am not sure what's wrong with my settings. I have attached the capture screen here. Could you please take a look at my setting, if possible.
The arrow pointed in ArcMap is the only table attributes that I can extract from. However, I would like to extract the other four attributes name as well (WallSurface_surface, Building_surface, etc).
Thank you very much.
It looks like the other tables are an unsupported geometry type and therefore FME skips them:
FileGDB Reader: Feature class 'Building_surface' has shape type 'esriGeometryMultiPatch' which is unknown to FME. Skipping feature class
It looks like the other tables are an unsupported geometry type and therefore FME skips them:
FileGDB Reader: Feature class 'Building_surface' has shape type 'esriGeometryMultiPatch' which is unknown to FME. Skipping feature class
Got it! thank you very much!
@zacharylee1204 You can use a FeatureReader for reading the schema features, followed by a ListExploder to get those values as an attribute. Workspace is attached.