Skip to main content

Hello ,

i would like to create a line between two attributes that has coordinates at same table

This table has many points .

Id_1 | x1 |y1|id_2|x2|y2

x1 ,y1 relates to id_1

x2,y2 relates to id_2

Both of them are points. How could I create a line between id_1,id_2 and add text that include the value of id_1 and add text of value of id_2

FME 2021

You can use two Vertex Creators in series to create the line. The first one in mode Replace With Point, on x1,y1. The second one in mode Add Point, on x2,y2


Reply