Solved
How to create a Polyline shapefile from CSV/excel data
How to create a Polyline shapefile from CSV/excel data
Best answer by redgeographics
Ok, you can use 2 VertexCreators, one to create a point at the start easting/northing and a second one to add a point at the end easting/northing. That'll give you a 2-point line for every record in your Excel file. Potentially you can use a LineCombiner to join them into longer lines, but it looks like there's gaps between them.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.