I need to filter some ArcGIS Online Portal Readers based on a unique ID that exists also in another reader (file geodatabase).
Example
Reader 1: ArcGIS Portal features w/ UID
Reader 2: File Geodatabase features w/ UID
Reader 1 should only load features that have a UID that match Reader 2.
The UID fields are the same format. Is this possible? Please let me know if can provide further details. I am a beginner/intermediate FME user focused on GIS.
Thank you!
Best answer by raghavendrans
@marava
A quick suggestion for you to try.
Create a Reader for File Geodatabase in FME Workbench and for the ArcGIS Portal Features use the FeatureReader transformer with its INITIATOR port connected to the File Geodatabase feature types.
I think in the FeatureReader, you can set the WHERE clause based on the UID of the Geodatabase features.
I do not have an Esri license to try this out and would be curious to know if this worked for you.
Happy FME :-) ing
Cheers
SRG
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
Create a Reader for File Geodatabase in FME Workbench and for the ArcGIS Portal Features use the FeatureReader transformer with its INITIATOR port connected to the File Geodatabase feature types.
I think in the FeatureReader, you can set the WHERE clause based on the UID of the Geodatabase features.
I do not have an Esri license to try this out and would be curious to know if this worked for you.