Problem
"OutputCasing": "Upper" was set for our Address cleanser, but we still see some Addresses are not converted to upper case. Addresses with "PO Box" in AddressLine1 are affected.
Solution
This option should be added to the tenant physical or business configuration:
For the tenant physical configuration, it will be applied to all entity types
For the tenant business configuration, it may be applied to a specific entity type
"reCheckOptions": "true"
example:
"opts": {
"PreferPrimaryValidAlias": "Yes",
"reCheckOptions": "true",
"OutputCasing": "Upper"
}
Affected entities should be re-cleansed after the configuration change
Comments
Please sign in to leave a comment.