Table of Contents

Search

  1. Preface
  2. Introduction
  3. Program Design
  4. SSA-NAME3 Functions
  5. Language Specific Guidelines
  6. Controls
  7. Advanced Controls
  8. Address Standardization
  9. ASM Workbench

SSA-NAME3 API Reference Guide

SSA-NAME3 API Reference Guide

Setting Options

Setting Options

Some optional aspects of Address Standardization behaviour may be set with the
ssan3_addr_set_option
API.
Option Name
Option Value
Meaning
Val_Mode
Correct
Correct the input address. Do not generate suggestions. Generally used in batch mode.
Suggest
Generate suggestions (the default). Generally used by online applications where the operator can choose between a list of possibilities.
Complete
Use an incomplete address (fragment) to quickly generate suggestions. Used for online "fast completion" style of applications.
Certify
Use CASS certified validation rules defined by the USPS. Certify mode is only available for US addresses and requires additional database files to be installed in the DB directory.
Force_Country
True
Force the use of the Default Country
False
Use Country detected from parsing the Address. This is the Default.
FORMAT_ZIP
True
To format the zip code in country specific format
False
To unset the format of zip code in country specific format. This is the Default.
BASE_ZIP
True
To retrieve the zip code in Base format
False
To unset the base format of zip code. This is the Default.

0 COMMENTS

We’d like to hear from you!