Unify and manage your data

Configuring the Server Options

Learn how to configure server-level options in the L3 tenant configuration to influence address cleansing behavior.

You can define server options in the cleanse function's parameters to control how address data is interpreted, validated, and formatted by Loqate.

The sample below shows the L3 configuration involving the following server options:

  • SuppressAddressField
  • OutputCasing
  • StrictReferenceMatch
  • PreferPrimaryValidAlias

For more information about the entire list of supported server options, see Address cleanse options.

{
"infos": [
 {
   "uri": "configuration/entityTypes/CleanserCrossWalkTest/cleanse/infos/default",
   "useInCleansing": true,
   "sequence": [
     {
       "chain": [
         {
           "cleanseFunction": "Loqate",
           "resultingValuesSourceTypeUri": "configuration/sources/ReltioCleanser",
           "proceedOnSuccess": true,
           "proceedOnFailure": false,
           "mapping": {
             ...

           },
           "params": {
             "returnUnverifiedStatus": "true",
             "loqateDefaultCountry": "USA",
             "ovOnly": "true",
             "opts": {
               "SuppressAddressFields": "Organization, Building",
               "PreferPrimaryValidAlias": "Yes",
               "OutputCasing": "Upper",
               "StrictReferenceMatch": "Yes",
               "DefaultCountry": "IND"
               "DuplicateHandlingMask": "15"
             }
           }
         }
       ]
     }
   ]
 }