Hi,
I am discovering Alteryx and it seems full of ressources but I am a bit lost in all of the information available.
I have a list of hospital names in Paris region and I would like to find the address or the lat/long of each of the hospital name.
Do you know how to do it ?
Thanks in advance,
Samuel
Solved! Go to Solution.
I would consider using this macro developed by @jdunkerley79
https://gallery.alteryx.com/#!app/Google-Maps-Geocode/57aade953df7da17848b5dd9
You will need to gain an API key from google https://developers.google.com/maps/documentation/geocoding/get-api-key and put this in the application.
It is also rate limited to 2,500 requests per day and their are also some usage terms you should make yourself aware of.
Ben