We recently received some geolocation information in Easting/Northing format that cannot be readily geocoded in Alteryx right now. We've put together a batch macro which converts the long/lats using an R script, all ready for geocoding downstream. It's defined for the UK Ordance Survey National Grid but presume can be adjusted for other types:
https://gallery.alteryx.com/#!app/Easting_Northing-to-Latitude_Longtitude-Conversion/582f3591a18e9e0ff8c6761d
We hope it proves useful to the community.
Nice one!
Don't forget that you can also convert Eastings/Northings to a Spatial Object (Centroid) using the Create Points tool, and then pull the Lat/Long from a Spatial Info tool (Centroid X and Y properties).
Cheers!Nick
Thanks Nick, that's a handy feature tucked away there! May be worth a blog or documentation update by someone to bring this to light.
Cheers