<?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>idea Import KML attributes in ExtendedData nodes in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/import-kml-attributes-in-extendeddata-nodes/idi-p/965808</link>
    <description>&lt;P&gt;The Kml To Layer tool does not import data attributes contained in a KML file. Handling attributes should be an important function of a file import utility in the leading GIS software.&lt;BR /&gt;The KML spec for including attributes in KML GIS data is here: &lt;A href="https://developers.google.com/kml/documentation/extendeddata" target="_blank"&gt;https://developers.google.com/kml/documentation/extendeddata&lt;/A&gt;&lt;/P&gt;&lt;!--  content transformation source ID: 087E00000005AOA  --&gt;</description>
    <pubDate>Sat, 05 Jun 2021 21:45:50 GMT</pubDate>
    <dc:creator>jessemaps</dc:creator>
    <dc:date>2021-06-05T21:45:50Z</dc:date>
    <item>
      <title>Import KML attributes in ExtendedData nodes</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/import-kml-attributes-in-extendeddata-nodes/idi-p/965808</link>
      <description>&lt;P&gt;The Kml To Layer tool does not import data attributes contained in a KML file. Handling attributes should be an important function of a file import utility in the leading GIS software.&lt;BR /&gt;The KML spec for including attributes in KML GIS data is here: &lt;A href="https://developers.google.com/kml/documentation/extendeddata" target="_blank"&gt;https://developers.google.com/kml/documentation/extendeddata&lt;/A&gt;&lt;/P&gt;&lt;!--  content transformation source ID: 087E00000005AOA  --&gt;</description>
      <pubDate>Sat, 05 Jun 2021 21:45:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/import-kml-attributes-in-extendeddata-nodes/idi-p/965808</guid>
      <dc:creator>jessemaps</dc:creator>
      <dc:date>2021-06-05T21:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Import KML attributes in ExtendedData nodes</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/import-kml-attributes-in-extendeddata-nodes/idc-p/965809#M8582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jesse&lt;/P&gt;&lt;P&gt;Data Interoperability extension supports reading typed data from schema and schemadata elements in KML/KMZ files.&lt;/P&gt;&lt;P&gt;More frequently we see untyped data in description objects i.e. HTML, this can be extracted using the approach in &lt;A _jive_internal="true" href="https://community.esri.com/message/670415-extracting-attributes-from-kml-descriptions"&gt;this discussion&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 19:17:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/import-kml-attributes-in-extendeddata-nodes/idc-p/965809#M8582</guid>
      <dc:creator>BruceHarold</dc:creator>
      <dc:date>2017-06-09T19:17:48Z</dc:date>
    </item>
    <item>
      <title>KMZ/ KML to Layer Improvements; Preserve Attribution</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/import-kml-attributes-in-extendeddata-nodes/idc-p/1065385#M16159</link>
      <description>&lt;P&gt;When we import a KML/KMZ using the "KML to Feature" tool, we lose all of the attribution of the features. Only the name of the feature is preserved. I hear Global Mapper can do this and I also hear the Interoperability Extension allows this, but we have no licensing for either and I was hoping such a basic feature would be made available by ESRI.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Jun 2021 16:03:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/import-kml-attributes-in-extendeddata-nodes/idc-p/1065385#M16159</guid>
      <dc:creator>JeffBishop</dc:creator>
      <dc:date>2021-06-05T16:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: KMZ/ KML to Layer Improvements; Preserve Attribution</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/import-kml-attributes-in-extendeddata-nodes/idc-p/1065410#M16160</link>
      <description>&lt;P&gt;It's a nice idea, but part of the problem is that KML/KMZ is a non-tabular format. Some programs may behave otherwise, but an individual feature in a KML/KMZ can have any number of attributes unique to itself within the &lt;STRONG&gt;ExtendedData&lt;/STRONG&gt; element.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;        &amp;lt;ExtendedData&amp;gt;
          &amp;lt;Data name="Latitude"&amp;gt;
            &amp;lt;value&amp;gt;42.6452348&amp;lt;/value&amp;gt;
          &amp;lt;/Data&amp;gt;
          &amp;lt;Data name="Longitude"&amp;gt;
            &amp;lt;value&amp;gt;-87.8540913&amp;lt;/value&amp;gt;
          &amp;lt;/Data&amp;gt;
          &amp;lt;Data name="Month"&amp;gt;
            &amp;lt;value&amp;gt;July&amp;lt;/value&amp;gt;
          &amp;lt;/Data&amp;gt;
          &amp;lt;Data name="Present"&amp;gt;
            &amp;lt;value/&amp;gt;
          &amp;lt;/Data&amp;gt;
        &amp;lt;/ExtendedData&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;I imagine it was a development decision to just keep it simple, rather than potentially have a massive table with mostly null values.&lt;/P&gt;&lt;P&gt;Still, maybe something like "attributes to keep" as an option in the tool would be nice, so the tool could look in the ExtendedData element for "&amp;lt;Data name="your-attribute"&amp;gt; and pull out the value. It would be a good enhancement.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Jun 2021 21:01:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/import-kml-attributes-in-extendeddata-nodes/idc-p/1065410#M16160</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-06-05T21:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Import KML attributes in ExtendedData nodes - Status changed to: Under Consideration</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/import-kml-attributes-in-extendeddata-nodes/idc-p/1277973#M24419</link>
      <description>&lt;P&gt;The development team is researching the use of KML ExtendedData attributes for the KML To Layer conversion tool.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2023 19:43:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/import-kml-attributes-in-extendeddata-nodes/idc-p/1277973#M24419</guid>
      <dc:creator>MargaretCrawford</dc:creator>
      <dc:date>2023-04-12T19:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Import KML attributes in ExtendedData nodes</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/import-kml-attributes-in-extendeddata-nodes/idc-p/1337114#M26484</link>
      <description>&lt;P&gt;Hello&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/603448"&gt;@MargaretCrawford&lt;/a&gt; Is there any BUG or EHN number we can keep on checking to see the advance of this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2023 21:06:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/import-kml-attributes-in-extendeddata-nodes/idc-p/1337114#M26484</guid>
      <dc:creator>DanielMurillo</dc:creator>
      <dc:date>2023-10-11T21:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Import KML attributes in ExtendedData nodes</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/import-kml-attributes-in-extendeddata-nodes/idc-p/1337373#M26498</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/148065"&gt;@DanielMurillo&lt;/a&gt;, you can track the issue with&amp;nbsp;&lt;SPAN&gt;BUG-000126776&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 16:49:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/import-kml-attributes-in-extendeddata-nodes/idc-p/1337373#M26498</guid>
      <dc:creator>MargaretCrawford</dc:creator>
      <dc:date>2023-10-12T16:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Import KML attributes in ExtendedData nodes</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/import-kml-attributes-in-extendeddata-nodes/idc-p/1337457#M26502</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/148065"&gt;@DanielMurillo&lt;/a&gt;&amp;nbsp;it may be easier to just follow this idea. We strive to keep statuses updated and accurate. But here is the link to the bug that Margaret cited:&amp;nbsp;&lt;A href="https://support.esri.com/en-us/bug/the-kml-to-layer-tool-does-not-honor-the-attributes-for-bug-000126776" target="_blank"&gt;https://support.esri.com/en-us/bug/the-kml-to-layer-tool-does-not-honor-the-attributes-for-bug-000126776&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(Note that we typically don't keep ideas open that are legitimately bugs. I think there is some nuance that understandably makes this a perceived bug and in order to address that, we would need to address this idea.)&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 19:19:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/import-kml-attributes-in-extendeddata-nodes/idc-p/1337457#M26502</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2023-10-12T19:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: Import KML attributes in ExtendedData nodes</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/import-kml-attributes-in-extendeddata-nodes/idc-p/1337492#M26503</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/603448"&gt;@MargaretCrawford&lt;/a&gt; and &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/129401"&gt;@KoryKramer&lt;/a&gt;&amp;nbsp; for the info provided.&lt;/P&gt;&lt;P&gt;We will tell the customer to kudo this idea and hopefully this will be catched in any version soon.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 20:38:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/import-kml-attributes-in-extendeddata-nodes/idc-p/1337492#M26503</guid>
      <dc:creator>DanielMurillo</dc:creator>
      <dc:date>2023-10-12T20:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Import KML attributes in ExtendedData nodes - Status changed to: In Product Plan</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/import-kml-attributes-in-extendeddata-nodes/idc-p/1565913#M33119</link>
      <description>&lt;P&gt;Support for ExtendedData attributes in KML is being added to the ArcGIS Runtime KML parser that is in use across Esri products. KML To Layer is being actively worked on for the last several months to support this parser. We are hoping this will be complete in the near term, perhaps the ArcGIS Pro 3.5 release.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Dec 2024 00:11:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/import-kml-attributes-in-extendeddata-nodes/idc-p/1565913#M33119</guid>
      <dc:creator>DrewFlater</dc:creator>
      <dc:date>2024-12-07T00:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Import KML attributes in ExtendedData nodes - Status changed to: Implemented</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/import-kml-attributes-in-extendeddata-nodes/idc-p/1668576#M36807</link>
      <description>&lt;P&gt;This idea has been implemented in Pro 3.6 with the new &lt;STRONG&gt;KML to Geodatabase&lt;/STRONG&gt; tool&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;While the tool is called KML To Geodatabase, you can output&lt;/SPAN&gt; &lt;SPAN&gt;to shapefile, memory, and any geodatabase format. And the tool supports&amp;nbsp;converting KML attributes in an Extended Data node to individual attribute fields.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://prodev.arcgis.com/en/pro-app/latest/tool-reference/conversion/kml-to-geodatabase.htm" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/tool-reference/conversion/kml-to-geodatabase.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MargaretCrawford_0-1764096837257.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/144422iD1D43F1D7113606D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MargaretCrawford_0-1764096837257.png" alt="MargaretCrawford_0-1764096837257.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Nov 2025 18:59:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/import-kml-attributes-in-extendeddata-nodes/idc-p/1668576#M36807</guid>
      <dc:creator>MargaretCrawford</dc:creator>
      <dc:date>2025-11-25T18:59:15Z</dc:date>
    </item>
  </channel>
</rss>

