Dears,
I need to generate the geographical coordinates of around 5000 companies so that I can calculate travel times. For most companies, there is data for street address, PO box, city, and the country.
Here's a subset of the date (just two companies):
------------------ copy up to and including the previous line ------------------
Your help is appreciated
Regards,
I need to generate the geographical coordinates of around 5000 companies so that I can calculate travel times. For most companies, there is data for street address, PO box, city, and the country.
Here's a subset of the date (just two companies):
Code:
* Example generated by -dataex-. For more info, type help dataex clear input str22 EntityName str34 HeadquarterAddressLine1 str35 HeadquarterAddressLine2 str6 HeadquarterCity str11 HeadquarterCountry float HeadquarterPostalCode " Pierre & Vacances" "L’Artois, Espace Pont de Flandre" ".11, rue de Cambrai, Paris Cedex 19" "Paris" "France" 75947 "Edisun Power Europe AG" "Universitatstrasse 51" "" "Zurich" "Switzerland" 8006 end
Your help is appreciated
Regards,
Comment