<?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 kml data formats in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/kml-data-formats/m-p/830369#M1069</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm a pretty experienced QlikView developer so this is more of a general question about KML data which is somewhat new to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I aquired a "kml" data file from &lt;A href="https://www.google.com/fusiontables/DataSource?snapid=S160851153vA" title="https://www.google.com/fusiontables/DataSource?snapid=S160851153vA"&gt;Google Fusion Tables&lt;/A&gt; but the download is formatted as a csv, qlik Sense does not recognize is as a KML format at all which is logical since it does not have the typical xml type of layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could somebody describe for me the requirements and field contents I need to make this data into recognizable area data. for example there is some "header" data in the geometry field and I am having a hard time importing this data into sense in a way that works to show it on the map. There are tags within the geometry data that seem to be delimiting several shapes within the same geographic entity, probably things like islands in the Alaskan islands make this data very complex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your thoughts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Jul 2015 13:48:46 GMT</pubDate>
    <dc:creator>chriscammers</dc:creator>
    <dc:date>2015-07-20T13:48:46Z</dc:date>
    <item>
      <title>kml data formats</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/kml-data-formats/m-p/830369#M1069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm a pretty experienced QlikView developer so this is more of a general question about KML data which is somewhat new to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I aquired a "kml" data file from &lt;A href="https://www.google.com/fusiontables/DataSource?snapid=S160851153vA" title="https://www.google.com/fusiontables/DataSource?snapid=S160851153vA"&gt;Google Fusion Tables&lt;/A&gt; but the download is formatted as a csv, qlik Sense does not recognize is as a KML format at all which is logical since it does not have the typical xml type of layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could somebody describe for me the requirements and field contents I need to make this data into recognizable area data. for example there is some "header" data in the geometry field and I am having a hard time importing this data into sense in a way that works to show it on the map. There are tags within the geometry data that seem to be delimiting several shapes within the same geographic entity, probably things like islands in the Alaskan islands make this data very complex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your thoughts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 13:48:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/kml-data-formats/m-p/830369#M1069</guid>
      <dc:creator>chriscammers</dc:creator>
      <dc:date>2015-07-20T13:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: kml data formats</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/kml-data-formats/m-p/830370#M1070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case I think the easiest solution is to go to that website, then click the visualize tab on the top and choose map. Then a link on the top will appear where you can download the KML file instead of the CSV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In regards to formats Qlik Sense reads KML files, but the actual storage of the data is using a derivative of GeoJSON. So you could take that csv file and do a search and replace of the xml tags with brackets. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Patrik.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 08:47:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/kml-data-formats/m-p/830370#M1070</guid>
      <dc:creator>Patrik_Lundblad</dc:creator>
      <dc:date>2015-07-21T08:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: kml data formats</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/kml-data-formats/m-p/830371#M1071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Patirk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will give that&amp;nbsp; a try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After I load the area data do I just set a tag on the field to interpret it as an area? What is the tag?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 14:32:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/kml-data-formats/m-p/830371#M1071</guid>
      <dc:creator>chriscammers</dc:creator>
      <dc:date>2015-07-21T14:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: kml data formats</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/kml-data-formats/m-p/830372#M1072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Patrik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stripping out the tags did not work but I did find a different method to download the file as a true KML so that worked out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the info&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 15:39:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/kml-data-formats/m-p/830372#M1072</guid>
      <dc:creator>chriscammers</dc:creator>
      <dc:date>2015-07-21T15:39:33Z</dc:date>
    </item>
  </channel>
</rss>

