Skip to main content

I am feeding all feature services in an ArcGIS Online group into a FeatureReader. I don't know the services or their attributes ahead of time. I can read all the records from these feature services but how do I dynamically expose their attributes? I can see them in an Inspector so they are there. I want to compare each feature service and its attributes with a corresponding feature class and its attributes in an SDE geodatabase.

Hi @aaron​ I'm not sure that dynamically exposing attributes is possible with FME for this scenario. You might have better luck using the schema features and compare with the corresponding schema features from the SDE. The schema attributes are normally named in the same convention. There are many ways to get the schema, the most useful being the Schema reader or SchemaScanner transformer. Here are some resources to get you started:


Reply