Skip to main content
Question

How to migrate CSV format X and Y coordinates data into Smallworld By using FME?

  • March 30, 2016
  • 2 replies
  • 73 views

Forum|alt.badge.img

I am trying to Migrate CSV data into Smalworld by using FME.

Using FME CSV_Reader for reading CSV data. I convert ‘X’ and ‘Y’ values into X_Coordiante,Y_Coordinate”.

After this I am using “vertex creator” for creating point with “X and Y coordinates”.

After that I add the vertex creator to “attribute creator” for attribute mapping. Here I got confusion what is the attribute name given for point geometry.

But when I migrate data by using this the attributes are migrated successfully. But the geometry was not found.

Previously I migrated ESRI Shape file data into smallworld by using FME successfully. In that I used “Attribute name=sworld_geometry{0}.sworld_point” for geometry mapping attribute connector.

Can anyone tell me how to insert CSV coordinates point geometry into smallworld by using FME?

After insertion “NOKTA, CBS NO” values are inserted. But geometry not showing in smallword.

Summary: I am trying to migrate CSV file data into Smallworld along with geometry by using FME.

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.

2 replies

pratap
Contributor
Forum|alt.badge.img+12
  • Contributor
  • March 30, 2016

erik_jan
Contributor
Forum|alt.badge.img+26
  • Contributor
  • March 30, 2016

You are creating the point geometry 3 times in different ways.

After assigning the X and Y to coordinates in the CSV reader the geometry has been crated.

You do not need any of the mentioned transformers.

Check the CSV output using an Inspector transformer and you will see what I mean.