Skip to main content

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.

 

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.


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.