Select to view content in your preferred language

Using Quick Import to preserve KML attributes

628
1
02-28-2013 11:59 PM
CindyWilliams
Deactivated User
I have a KML containing over 4000 polygons and need to retain the attributes for 3 fields. Using KML to layer results in all the attributes and html code being added into one PopupInfo field. I read in another post here that using Data Interoperability will keep the attributes based on a schema. How do I define that in the options?

When I used Quick Import, it just created the feature class from a kml without any attributes at all.
0 Kudos
1 Reply
BruceHarold
Esri Frequent Contributor
Hi Cindy

Attributes in a KML file are preserved in a schema object; if your KML file does not have a schema object then you cannot import attrbutes with Quick Import.  Ask whoever created the KML file to create a schema object in the file, for example by using Quick Export with a KML output.

Regards
0 Kudos