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"
}After modifying the OutputCasing setting, it's essential to re-cleanse existing data to apply the new casing rules. This can be done through the Reltio UI or by using the appropriate API calls.
References
Please refer to the below article from the Reltio Documentation
- Address Cleanse Options
Comments
Please sign in to leave a comment.