Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Get distance between two address

NiranjanK1
8 - Asteroid

Hi All.

 

Kindly help me to get distance between two address details.

 

NEW_ADDRESSNEW_ADD2NEW_ADD3NEW_CITYNEW_STATENEW_COUNTRYNEW_ZIPOLD_ADDRESSOLD_ADD1OLD_ADD2OLD_ADD3OLD_CITYOLD_STATEOLD_COUNTRY
911013478UNIT 101 PASADENACAUS 911013478534 S OAK KNOLL AVEUNIT 101 PASADENACAUS
911013478UNIT 101 PASADENACAUS 911013478534 S OAK KNOLL AVEUNIT 101 PASADENACAUS
911013478UNIT 101 PASADENACAUS 911013478534 S OAK KNOLL AVEUNIT 101 PASADENACAUS
911013478UNIT 101 PASADENACAUS 911013478534 S OAK KNOLL AVEUNIT 101 PASADENACAUS
911013478UNIT 101 PASADENACAUS 911013478534 S OAK KNOLL AVEUNIT 101 PASADENACAUS
911013478UNIT 101 PASADENACAUS 911013478534 S OAK KNOLL AVEUNIT 101 PASADENACAUS
911013478UNIT 101 PASADENACAUS 911013478534 S OAK KNOLL AVEUNIT 101 PASADENACAUS
911013478UNIT 101 PASADENACAUS 911013478534 S OAK KNOLL AVEUNIT 101 PASADENACAUS
911013478UNIT 101 PASADENACAUS 911013478534 S OAK KNOLL AVEUNIT 101 PASADENACAUS
911013478UNIT 101 PASADENACAUS 911013478534 S OAK KNOLL AVEUNIT 101 PASADENACAUS
911013478UNIT 101 PASADENACAUS 911013478534 S OAK KNOLL AVEUNIT 101 PASADENACAUS
911013478UNIT 101 PASADENACAUS 911013478534 S OAK KNOLL AVEUNIT 101 PASADENACAUS

Thanks in Advance,
NR

5 REPLIES 5
JosephSerpis
17 - Castor
17 - Castor

Hi @NiranjanK1 you would need to get gecode those address to get the co-ordinates then you could work out the distance. There a number of ways you could do that using the google API or other API providers.

NiranjanK1
8 - Asteroid

@JosephSerpis Thanks for your reply,

Can i download the details from google API from google. thanks 

Akash__on
8 - Asteroid

@NiranjanK1 you can use google API geocoding API - it will return a JSON file(just check) with lat and lon coordinates on the Gecode provided from your data.

NiranjanK1
8 - Asteroid

@Akash__onThanks for your reply

if you have link with you, Could you please share. thanks 

Luke_C
17 - Castor
17 - Castor
Labels
Top Solution Authors