I have a workbench that is reading in three shp files, one containing points, another lines and another polygons. I am using the Dynamic Scheme for the Writer to generate the correct Writer geometry.
Within the workbench, I am using the GeometryFilter to split out the datasets and then using different transformers to generate stats for each type of geometry, e.g. for the points I'm extracting the x,y,z, for the lines, the length and for the polygons the area. Because I'm using the dynamic schema, these fields are not auto-generated on the writer.
Is there a way to dynamically create these field from the last transformer (prior to the writer) for each geometry?
Thanks very much.