I am being sent a large number of ESRI file geodatabases. Within these I need to:
1) check if the individual feature classes contain a specific field (this field, e.g. eField_x]), should be contained in all feature classes so can be a generic test accross all feature classes).
2) secondly I need to check the fme_data_type, this should always be Integer
I am first trying to test this on one field - however I will have a lot more to test and will need to add and remove more tests over time.
Can anyone help on how to achieve this?
I have loaded the .gdb into FME using the "Schema (Any Format)" translator and I can see the values I need to test agains recorded in the attribute{}.fme_data_type and attribute.{}name attributes - I just can't work out how to test them!
Any help would be very much appreciated.
Regards,
Kevin
P.S. I am happy to share models/data etc if easier - however it is only the second time I have posted on this forum so not sure if this is possible (I cannot see an "attach" item option?)