<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Converting a KML to a Layer, how to convert popupinfo data to fields? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/converting-a-kml-to-a-layer-how-to-convert/m-p/526159#M23157</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Often I am given a KMZ with features that have a lot of information that shows up in the pop-up, but when it is converted to an Esri feature layer, all of that info resides in a single "popupinfo" field as a block of HTML.&amp;nbsp; Is there a function or process that can easily take that block of text and, using the HTML tags, convert it into fields and data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 May 2018 15:34:52 GMT</pubDate>
    <dc:creator>MarcusVowell</dc:creator>
    <dc:date>2018-05-16T15:34:52Z</dc:date>
    <item>
      <title>Converting a KML to a Layer, how to convert popupinfo data to fields?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/converting-a-kml-to-a-layer-how-to-convert/m-p/526159#M23157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Often I am given a KMZ with features that have a lot of information that shows up in the pop-up, but when it is converted to an Esri feature layer, all of that info resides in a single "popupinfo" field as a block of HTML.&amp;nbsp; Is there a function or process that can easily take that block of text and, using the HTML tags, convert it into fields and data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 15:34:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/converting-a-kml-to-a-layer-how-to-convert/m-p/526159#M23157</guid>
      <dc:creator>MarcusVowell</dc:creator>
      <dc:date>2018-05-16T15:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: Converting a KML to a Layer, how to convert popupinfo data to fields?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/converting-a-kml-to-a-layer-how-to-convert/m-p/526160#M23158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus&lt;/P&gt;&lt;P&gt;This can be a bit of an adventure depending on how the table holding the description HTML is structured but here is one example.&amp;nbsp; If you need help with this ask your local Esri office.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/191262-extracting-attributes-from-kml-descriptions"&gt;https://community.esri.com/thread/191262-extracting-attributes-from-kml-descriptions&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 15:57:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/converting-a-kml-to-a-layer-how-to-convert/m-p/526160#M23158</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2018-05-16T15:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Converting a KML to a Layer, how to convert popupinfo data to fields?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/converting-a-kml-to-a-layer-how-to-convert/m-p/526161#M23159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Bruce!&amp;nbsp; I was afraid it would be a complicated process.&amp;nbsp; I guess I was hoping there was a magic Esri tool that parsed the HTML into an attribute table automatically, but this will at least give me a starting point from which to work.&amp;nbsp; Thanks again!&amp;nbsp; Much appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 May 2018 16:44:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/converting-a-kml-to-a-layer-how-to-convert/m-p/526161#M23159</guid>
      <dc:creator>MarcusVowell</dc:creator>
      <dc:date>2018-05-16T16:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Converting a KML to a Layer, how to convert popupinfo data to fields?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/converting-a-kml-to-a-layer-how-to-convert/m-p/1014394#M35732</link>
      <description>&lt;P&gt;You could try the KML-to-Layer-Post-Process tool on GitHub. It is meant to use the popup HTML information and convert it to fields. I've had a hard time making it work, but maybe it could for others.&lt;/P&gt;&lt;P&gt;&lt;A title="KML-to-Layer-Post-Process" href="https://github.com/cam-mcevenue/KML-to-Layer-Post-Process" target="_self"&gt;https://github.com/cam-mcevenue/KML-to-Layer-Post-Process&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 19:26:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/converting-a-kml-to-a-layer-how-to-convert/m-p/1014394#M35732</guid>
      <dc:creator>Zachary-Smith</dc:creator>
      <dc:date>2021-01-06T19:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Converting a KML to a Layer, how to convert popupinfo data to fields?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/converting-a-kml-to-a-layer-how-to-convert/m-p/1341958#M74467</link>
      <description>&lt;P&gt;I posted a simple solution on another thread linked below. a small python script that can be loaded into a tool and run on a layer converted from a KML file (using AGP's kml to layer tool). the scritp scrapes the html table and converts it to feature attributes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/data-management-questions/extracting-attributes-from-kml-descriptions/m-p/1341955/highlight/true#M44753" target="_blank"&gt;https://community.esri.com/t5/data-management-questions/extracting-attributes-from-kml-descriptions/m-p/1341955/highlight/true#M44753&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 14:03:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/converting-a-kml-to-a-layer-how-to-convert/m-p/1341958#M74467</guid>
      <dc:creator>DavidBranca</dc:creator>
      <dc:date>2023-10-26T14:03:06Z</dc:date>
    </item>
  </channel>
</rss>

