I have CSV file as input which holds xy co ordinates, I want to use these co ordinates to make polygon geometries which is to be written to oracle spatial.
Can anybody help me in choosing the right transformers for this process.
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
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)