
Solved
In my FME workbench with PostGIS reader , snapper , PostGIS writer. Before reader reads the data from database I need to check whether that workarea is finished in the previous production activity in a standalone table. Kindly let me know how can I c

Best answer by redgeographics
Hi,
Thanks it is possible to explain me which transformer I have to use to trigger the next feature reader to perform snapping?
The output of the FeatureReader is what you need to snap.
In general terms this is what it would look like:
You can have a Where clause in the FeatureReader to select the workarea (assuming data for more than one workarea is stored in the same table).
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.
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.



Hi,