Table of Contents

Search

  1. Preface
  2. Part 1: On-Prem Operations
  3. Part 2: Parameter and Element Reference
  4. Appendix A: Geocode Countries
  5. Appendix B: Reverse Geocoding Coverage
  6. Appendix C: Certified Mode Values

On-Premises Developer Guide

On-Premises Developer Guide

Casing

Casing

The Casing property specifies the character casing policy to apply to the address output.
You can set the property at the element level and at the address level. The element-level Casing property takes precedence over the address-level property.
To set the casing policy at the address level, find the property under
Parameters
CountrySets
Standardizations
in the
AVJob.schema.json
file. To set the casing policy at the element level, find the property under the associated element name under
Parameters
CountrySets
Standardizations
ElementStandardizations
in the
AVJob.schema.json
file.
You can set the following casing policies at the address level and individually on each element:
Upper
Returns the output in uppercase letters.
Lower
Returns the output in lowercase letters.
Mixed
Returns the output in mixed case with an appropriate use of uppercase letters. For example, a mixed case policy will start proper nouns and street names with an uppercase letter.
Preserve
Preserves the style from the input.
If Address Verification corrects the input data, Address Verification endeavors to return the corrected data output in the same case.
PostalAdmin
Returns the output in the casing style that the local postal authority prefers. The default value is PostalAdmin.
You can set the following casing policies at the element level only:
UseDefault
Returns the element in the casing style that the address-level casing policy specifies. The default value is UseDefault.
You can set the following casing policies at the element level for elements that combine two or more other elements:
ElementSpecific
Returns each element in the string in the casing style that the element configuration specifies.
The following elements under ElementStandardizations support the ElementSpecific option:
  • NumberAndSubBuilding
  • PostalDeliveryAddressLines
  • PostalFormattedAddressLines
  • PostalLocalityLine
  • PostalRecipientLines
  • SingleAddressLine
  • StreetWithNumber

0 COMMENTS

We’d like to hear from you!