Skip to main content
Question

Latitude Longitude Extraction

  • October 18, 2019
  • 2 replies
  • 74 views

I am dealing with Assessment Fabric parcel Data and I am trying to write it as Microsoft SQL Server Non Spatial File Format. I want to add the Logitech and latitude information for the parcel as well in the file i am writing to but for some reason neither the new string field i have created nor the coordinate information. I am not sure where i am going wrong. Any help will be much appreciated.

 

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

erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • October 18, 2019

The easiest way of adding those fields would be to turn the attribute handling on the User attributes tab of the table to Automatic.

The new attributes are not defined on the table in FME and therefor are not written.

Hope this helps.


  • Author
  • 8 replies
  • October 18, 2019

The easiest way of adding those fields would be to turn the attribute handling on the User attributes tab of the table to Automatic.

The new attributes are not defined on the table in FME and therefor are not written.

Hope this helps.

Thanks. It worked.