Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titlePlease note

For building regex expression with several columns, it is required to separate those with the ',' character and space.


In my example, I have used use the:

Code Block
themeFadeToGrey
[5-9], \bSCHOOL\b

expression to exclude all addresses which have 5 to 9 number in the first part of the address and the word 'SCHOOL' in the second part. Below, you can see there is a visualization of this expression from the regexper.com page:

...

'Exclusion filter' option is usually used for the geocoding against the gazetteer which user has not control and its expression cannot be changed. When If there are some words or characters in a geocoded layer which are not in actual gazetteer data. For instance, geocoded layer has estate names in addresses, but there they are not present in a gazetteer which could result that address addresses will not be matched properly.

...

'Advanced javascript address processing' field is used for creating own JavaScript functions which can process your address before matching.

...