Skip to main content
Question

FeatureWriter - Dynamic Schema output file name contains polygon

  • November 6, 2018
  • 1 reply
  • 9 views

Forum|alt.badge.img

Hello,

 

I'm trying to use FeatureWriter, output format SHP. The output SHP name is linked to a parameter, but I end up with a SHP myparametervalue_polygon?

How do I fix this?

Thanks for any suggestions.

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

takashi
Celebrity
  • 7842 replies
  • November 6, 2018

Try explicitly setting "shape_polygon" to the Geometry parameter in the FeatureWriter..

Note that the destination dataset would accept only features which have polygon geometry if you specify "shape_polygon" via the Geometry parameter.