Skip to main content
Question

How to combine two X,Y coordinates into single point.

  • March 29, 2016
  • 4 replies
  • 211 views

Forum|alt.badge.img

I want to .CSV data into Smallword by using FME. In my CSV file ï have coordinates "x y". I want to combine these two coordinates into single point.-->"x,y".

CSV formate Data:

IN FME Workbench:

I want to combine X and Y values into single Attribute.

Actually i tried by using "CoordinateConcatenator"

 

But i am unable to combine the X and Y values.

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.

4 replies

Forum|alt.badge.img

With a normal stringconcatenator this should work


ebygomm
Influencer
Forum|alt.badge.img+45
  • Influencer
  • March 29, 2016

Or just an attribute creator will work

@Value(X),@Value(Y)


erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • March 29, 2016

Do you want both X and Y concatenated in an attribute or do you want a point geometry in SmallWorld?

If you want the point geometry the CSV reader has the option to convert the x and y attributes to a geometry as shown in the image below:


Forum|alt.badge.img+2
  • March 29, 2016

What Eric and the others said. Other option is VertexCreator transformer. Have a look at this https://knowledge.safe.com/articles/687/using-fme-...