I have some Addresses in Excel sheet.Address.xlsx (8.5 KB) I want to extract longitude and latitude for those. There is a website known as GeoCodio which is used to extract longitude and latitude manually.
But I want to extract this latitude and longitude using Uipath. And these are the steps I follow to extract Latitude and longitude from “geocodio” website. First I will click on “New Upload” here
Next I will select “Drop your spreadsheet here” and I will drop my excel spreadsheet. Select “Continue” button and after that select “preview”, check the location and confirm that it looks good if it is correct. The last step is finalizing, and its done. Now go to past uploads and download the excel file. So, this excel sheet contains Latitude and Longitude values .In this way, we can get the latitude and longitude values. Now this process I want to do using Uipath.I know that we can use Screen scraping for that,but I want any other method to do this.Can anyone please suggest me some idea on this.
Actually I will take US addresses only… For understanding purpose, I gave the Indian address in the excel sheet here. Your suggestion looks good. Can you please share any sample workflow on that