Skip to main content
Solved

Exposing FME attributes - fme_coordinate_system

  • November 4, 2013
  • 2 replies
  • 48 views

Forum|alt.badge.img
Hi FMEers

 

Hopefully this is an easy question for someone to answer.

 

I've got a workbench that dynamically reads WFS and output a selected feature type to a file geodatabase.  I'd like to extract some fme attributes from the input data (such as fme_coordinate_system).  I know that you can use the attribute exposer transformer or expose some of the fme attributes in the the reader but I can't figure out how to get the coordinate system (not set at runtime - read from WFS by the reader) into an attribute.

 

Does anyone know how to do this?

 

Thanks

 

Rob

Best answer by david_r

Hi,

 

 

have you tried using a CoordinateSystemExtractor?

 

 

David
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.

2 replies

david_r
Celebrity
  • Best Answer
  • November 5, 2013
Hi,

 

 

have you tried using a CoordinateSystemExtractor?

 

 

David

Forum|alt.badge.img
  • Author
  • November 5, 2013
Ahhh, obvious!

 

Thanks very much David.