I have a file KML which I want to import into a ArcGIS database format.
I am using the tool KML to layer, the problem is that when I open the attribute table, the attribute information is on the PopupInfo like the image below.
I would like to know if there is a way to arrange this information information in different fields, so I can see the pop up information in the same way as the KML file,
Kind regards,
Francisco
You could add some fields and parse out the parts of the PopUpInfo you need for each individual field with field calculator.
The Data Interoperability extension can do it by parsing the html, I can look at it next week.
Regards
Sent from my Lumia 830
Hello Bruce,
Thanks for the info and your advize
Thanks Ian,
With the field calculator, and a little bit of Python I manage to fix the issue