Can anybody help me in choosing the right transformers for this process.
Can anybody help me in choosing the right transformers for this process.
Do you have an ID that defines the grouping of points into individual polygons?
If so then you can use the point connector (connection break attributes : ID).
Itay
it depends on your CSV, but here are some starting points:
David
Col1 (X1) | Col2 (Y1) | Col3 (X2) | Col4(Y2)
And I have to read the points using point1(x1,y1), point2(x1,y2), point3(x2,y2), point4(x2,y1)
you can do that based on David's suggestion. Try connecting these transformers in a series: 2DPointReplacer X = col1, Y = col2 2DPointAdder X = col1, Y = col4 2DPointAdder X = col3, Y = col4 2DPointAdder X = col3, Y = col2 LineColser (or 2DPointAdder X = col1, Y = col2)
Takashi
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.