Accelerate the Value of Data

Configuring OV Values

You can send OV values for cleansing using the ovOnly parameter, in the cleanseFunction section of the tenant configuration.

Here is how the ovOnly parameter works:

  • When ovOnly is absent or equals false, it means that Cleanse uses all the OV values: "ov":"true" and "ov":"false".
  • When ovOnly equals true, it means that Cleanse only uses "ov":"true" values.
Note: This option is used to send OV values only to the cleanse service.

Using ovOnly

{
  "cleanseFunction": "Loqate",
    "options": {
      "loqateKey": "******************",
      "ovOnly": "true"
    } 
},