Question

FeatureWriter - Dynamic Schema output file name contains polygon

  • 6 November 2018
  • 1 reply
  • 0 views

Badge

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.


1 reply

Userlevel 2
Badge +17

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.

Reply