Hi all, I am facing some issue with the European Geocoder Tool in Alteryx.
When trying to map an address in Germany to coordinates, I get really bad mapping. Indeed, for some unknown reason it uses the Postcode as street number, hence yielding to unfortunate results. See example below (I redacted some of the data) :
INPUT
Region | Post code | City | Street | Control Latitude | Control Longitude |
Bayern | 80804 | München | Xstr. 37 | 48.175XX | 11.581XX |
OUTPUT
FreeformAddress | StreetNumber | StreetName | MunicipalitySubdivision |
XStraße 80804, 80804 München | 80804 | Xstraße | München, Schwabing, Schwabing-Freimann |
Eventually I get :
Lat : 51.59109
Long : 10.96084
As you can see the problem is that the Freeform Address String is wrong.
Any chance you can help on this?
Thanks