Skip to main content
Solved

400 layers to any format via FME Server...

  • September 19, 2013
  • 1 reply
  • 14 views

What is the best approach for creating an FME workspace that will accept a layer name as a parameter, then export to any data format.  The layers will be coming from SDE, however, depending on the layer name, may have additional FME transformers, etc.  Is there a way to conditionally evaluate a layername parameter, then branch off the workspace execution?  For the output, I assume the generic writer is my best bet?

 

 

Thanks in advance,

 

 

M

Best answer by mapsrus

FYI - Use Creator, FeatureReader, ParameterFetcher.  Works like a charm.
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.

1 reply

  • Author
  • Best Answer
  • September 20, 2013
FYI - Use Creator, FeatureReader, ParameterFetcher.  Works like a charm.