Hello,
I'd like to generate lines out of a list of points created with the VertexCreator out of an Excel file. The solution might be a PointConnector, but this transformer creates one polyline out of these points. However, I need lines, not a polyline. I want to generate a line from point 1 to point 2, a line from point 2 to point 3 and so on.
Using the Chopper after running the PointConnector does not do the work because all the lines take the attribute values of the polyline which has the attributes of the first point. So all the lines have the information of point 1.
Thank you for answers and hints!
Felix