<?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 Re: Geocoding with QlikView and Google Maps in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Geocoding-with-QlikView-and-Google-Maps/m-p/1086912#M361851</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please advise if this can be done for Qlik Sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can get geocodes from Google using Python (geocoder is excellent library) or Qlik REST connector.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But your example is the perfect in terms what I want to achieve - I have Excel list with approx. geo names, then upload it and have lng and ltd for each of them from Google directly in Qlik sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Slava.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 29 May 2016 20:56:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-05-29T20:56:02Z</dc:date>
    <item>
      <title>Geocoding with QlikView and Google Maps</title>
      <link>https://community.qlik.com/t5/QlikView/Geocoding-with-QlikView-and-Google-Maps/m-p/1086911#M361850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've recently had cause to dust off an application I built several years ago to extract geocodes (longitude and latitude) from address data. The application uses the Google Maps API to take a list of addresses or postcodes and return the relevant coordinates, which you can then output to CSV or Excel. I haven't seen a recent version of the API code on Qlikcommunity recently so I thought I'd share mine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H2&gt;Step-by-step guide&lt;/H2&gt;&lt;P&gt;All these instructions can also be found on the home screen of the QlikView app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Open the attached file in QlikView desktop (note that you will need a licence)&lt;/LI&gt;&lt;LI&gt;Obtain a key for the Google API More details can be found here: &lt;A class="jive-link-external-small" href="https://developers.google.com/maps/faq?csw=1#using-google-maps-apis" rel="nofollow" target="_blank"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;https://developers.google.com/maps/faq?csw=1#using-google-maps-apis&lt;/SPAN&gt;&lt;/A&gt;. Paste your key into the box&lt;/LI&gt;&lt;LI&gt;Create a single column CSV file with the column header "Address" listing all your address or postcode strings Type the name of this file into the relevant box&lt;/LI&gt;&lt;LI&gt;Run the reload script whilst connected to the internet&lt;/LI&gt;&lt;LI&gt;The results can be found on the "Data" tab, where you can export them to Excel or CSV&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Note that each Google account has a daily limit for the number of requests it can submit (circa 5,000)&lt;/SPAN&gt;, so you may need to run the query in batches to get all your addresses.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 09:01:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Geocoding-with-QlikView-and-Google-Maps/m-p/1086911#M361850</guid>
      <dc:creator>mrbowlesdwf</dc:creator>
      <dc:date>2016-03-29T09:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoding with QlikView and Google Maps</title>
      <link>https://community.qlik.com/t5/QlikView/Geocoding-with-QlikView-and-Google-Maps/m-p/1086912#M361851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please advise if this can be done for Qlik Sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can get geocodes from Google using Python (geocoder is excellent library) or Qlik REST connector.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But your example is the perfect in terms what I want to achieve - I have Excel list with approx. geo names, then upload it and have lng and ltd for each of them from Google directly in Qlik sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Slava.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 May 2016 20:56:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Geocoding-with-QlikView-and-Google-Maps/m-p/1086912#M361851</guid>
      <dc:creator />
      <dc:date>2016-05-29T20:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoding with QlikView and Google Maps</title>
      <link>https://community.qlik.com/t5/QlikView/Geocoding-with-QlikView-and-Google-Maps/m-p/1086913#M361852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Never mind, was able to re-create it in the Qlik Sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was easy, vFile should be the full path to&amp;nbsp; csv file with addresses.&lt;/P&gt;&lt;P&gt;vKey is the Google Maps API key.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2016 09:54:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Geocoding-with-QlikView-and-Google-Maps/m-p/1086913#M361852</guid>
      <dc:creator>vyacheslavg</dc:creator>
      <dc:date>2016-05-30T09:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Geocoding with QlikView and Google Maps</title>
      <link>https://community.qlik.com/t5/QlikView/Geocoding-with-QlikView-and-Google-Maps/m-p/1086914#M361853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice work Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;works fine for me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2017 00:20:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Geocoding-with-QlikView-and-Google-Maps/m-p/1086914#M361853</guid>
      <dc:creator>alan_richmond</dc:creator>
      <dc:date>2017-02-03T00:20:26Z</dc:date>
    </item>
  </channel>
</rss>

