***Note from Migration:***
Original Title was: Separated coordinate list to be supported in GeometryExtractor and GeometryReplacer
I would like to suggest that the GeometryExtractor and GeometryReplacer support a separated list of xy or xyz coordinates as encoding. Useful additional parameters could be:
- Separation character (potentially two, one for coordinate values, one for vertices)
- Dimension (2D or 3D, although that could be derived from the separation characters)
- Form areas (if the first and last point are the same a polygon is created, otherwise it'll be a polyline or point)
I often come across Excel or CSV data with XY coordinates in a single column, separated by a comma or something like that. Right now I have to use an AttributeSplitter and VertexCreator to deal with that, it'd be nice if it could be handled directly by the GeometryExtractor.