Accelerate the Value of Data

Configuring the Server Options

You can learn about the L3 configuration for the server options.

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": "US",
             "ovOnly": "true",
             "opts": {
               "SuppressAddressFields": ["Organization", "Building"],
               "PreferPrimaryValidAlias": "Yes",
               "OutputCasing": "Upper",
               "StrictReferenceMatch": "Yes",
               "DefaultCountry": "IN"
               "DuplicateHandlingMask": "15"
             }
           }
         }
       ]
     }
   ]
 }