Skip to main content

Hi, we have several workbenches deployed to FME Server that use the ArcSDE Queirier, which is deprecated. It was reading data from an .sde and deleting the data based on a WHERE clause, and the translation was continued on the output ports of the transformer.

 

What is a transformer that I can use in its place that meets the above requirements?

It looks like the SQLCreator and SQLExecutor can be used to connect to ArcSDE, so probably one of those.


Thank you for your feedback. I ended up using a FeatureReader as it accomplishes the same task as the ArcSDE Querier (Delete based on a WHERE clause).

 

Thanks again!


Reply