How can I convert data in a kml or kmz file in order to have all of the separate attributes appear in an attributes table?

562
1
11-10-2017 01:20 PM
Labels (1)
GarrettPerkins1
New Contributor

How can I convert data in a kml or kmz file in order to have all of the separate attributes appear in an attributes table? I have been having to work with each feature separately, and dealing with each feature's table separately.

1 Reply
DanPatterson_Retired
MVP Emeritus

since kml/kmz produce a featureclass and a layer file, you can 'merge' the resultant featureclasses into one featureclass in the usual manner.  I am assuming that the table structures are the same of course and merge is preferred over 'append' since you do not alter an existing featureclass.