'PO Box' in address line not converted to upper case, although "OutputCasing": "Upper" is set.

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
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.