Hi,
I have a data set containing lat long information, but I need the country information. Any idea how to calculate that in an ETL or Beast?
I see there are lat long maps, which show the country information correctly, but I would need that in my table.
Example:
|
| Location Longitude | | Location Latitude | |
---|
|
| -149.5485 | | -17.7538 | |
|
| 11.609 | | 50.9414 | |
|
| 12.859 | | 56.6709 | |
Thanks!
Caroline