Product Feature: US Component
Issue
Universal Addressing Module Validate Address stage is omitting AddressLine1 input that start with the following:
C O
C/O
C/O/
ATTN
%
MC:
MS:
MAILSTOP
MAIL STOP
CAMPUS BOX
CAMPUS BX
COLLEGE BOX
HALL:
DORM:
DORMITORY
LEAVE ON PORCH
REAR ENTRANCE
CIMS:
BLDG:
BLD:
FL:
FLR:
C/O
C/O/
ATTN
%
MC:
MS:
MAILSTOP
MAIL STOP
CAMPUS BOX
CAMPUS BX
COLLEGE BOX
HALL:
DORM:
DORMITORY
LEAVE ON PORCH
REAR ENTRANCE
CIMS:
BLDG:
BLD:
FL:
FLR:
Cause
Spectrum UAM Validate Address will drop lines that start with the following tokens:
As such, it is expected for the return to drop any lines that begin with the above tokens. This can be done by using the Custom Transformer to clean up input data being used.
C O
C/O
C/O/
ATTN
%
MC:
MS:
MAILSTOP
MAIL STOP
CAMPUS BOX
CAMPUS BX
COLLEGE BOX
HALL:
DORM:
DORMITORY
LEAVE ON PORCH
REAR ENTRANCE
CIMS:
BLDG:
BLD:
FL:
FLR:
C/O
C/O/
ATTN
%
MC:
MS:
MAILSTOP
MAIL STOP
CAMPUS BOX
CAMPUS BX
COLLEGE BOX
HALL:
DORM:
DORMITORY
LEAVE ON PORCH
REAR ENTRANCE
CIMS:
BLDG:
BLD:
FL:
FLR:
As such, it is expected for the return to drop any lines that begin with the above tokens. This can be done by using the Custom Transformer to clean up input data being used.
Resolution
UPDATED: October 20, 2017The solution for this issue is to strip out any of the tokens that would cause a line string to be dropped by the Universal Addressing Module's Validate Address.