DQVerify
AddressEmailPhone

Geolocation Output Columns

Use this article if your batch processing includes Geolocation. Applies to file-based batch processing only.

Geolocation columns

Column nameDescription
DQE_GEOLOCALISATION_ERROR_CODEReturn code after Geolocation processing
DQE_GEOLOCALISATION_ERRORReturn code label after Geolocation processing
DQE_LATITUDELatitude geographic coordinate
DQE_LONGITUDELongitude geographic coordinate

Geolocation error code values

CodeMeaning
00Geolocation has been performed
03Hexavia code missing — geolocation not performed
92No geolocation information

Geolocation error label values

LabelMeaning
Geolocation is okGeolocation has been performed
Hexavia number emptyHexavia code missing — geolocation not performed
No geolocation informationNo geolocation information available

Best practices

  • Use ERROR_CODE to identify whether geolocation was performed
  • Use LATITUDE and LONGITUDE only when geolocation status confirms success
  • Review records with missing Hexavia code when geolocation is expected but not returned
  • Keep the original address fields to compare with geolocation result

Related articles