Skip to main content

I am new to FME. I think this is a simple quetion for you guys. I have a SQL table with two fields Longitude and Latitude and other attributes in SQL Server database. I need to it to Feature class into same database. how to do that? how to setup Longitude and Latitude fields as geometry fields in the reader?

The transformer you will need after the reader is the VertexCreator.

This converts attributes to point geometry.

Hope this helps.


Thanks! I I am about to try. Appreciate!


The transformer you will need after the reader is the VertexCreator.

This converts attributes to point geometry.

Hope this helps.

I tried, it works! Thanks you so much! it is a great help! Appreciate! : )


Reply