Skip to main content

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.

Hi,

Kindly have a look at the below link it may give you some hint

https://cdn.safe.com/training/course-materials/Sma...

https://www.safe.com/training/recorded/ge-smallworld/


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.


Reply