Table of Contents

Search

  1. Preface
  2. Introduction
  3. Address Validation Status Ports
  4. Building and Residence Data Ports
  5. Business and Organization Data Ports
  6. City and Locality Data Ports
  7. Country Data Ports
  8. Customer Segmentation Data Ports
  9. Enrichment Data Ports
  10. Formatted Data Ports
  11. Postal Carrier Certification Data Ports
  12. Postcode Data Ports
  13. Province and State Data Ports
  14. Residual Data Ports
  15. Street Data Ports
  16. Supplementary Data Ports
  17. XML Ports

Address Validator Port Reference

Address Validator Port Reference

Result

Result

Output port that contains the data elements in an output address record in a structured XML format.
The Result port identifies the address elements that the Address Verification software library associates with the output ports that you select on the transformation. When the address validation mapping runs, the Address Validator transformation passes the input port data to the Address Verification software library. The software library analyzes the data and generates an output in an XML format.

Result Usage

To view the address elements in an output address in a structured XML format, select the Result port.
If address validation does not generate the results that you expect, use the Result port output to verify the structure of the output address. For example, the CASS Status port might indicate that address validation cannot certify an address to the CASS standard because a data element is missing. Review the XML output to verify that you selected the correct output ports for CASS certification.

Port Locations

The following table provides the location and default precision of the Result port:
Port Type
Port Group
Template Model
Precision
Output
XML
Advanced
2000

Result Example

The following address contains data elements that the Result port can write as XML:
80 Raffles Place #50-01 UOB Plaza 1 Singapore SGP
The following table shows the Address Validator transformation input ports that you might select for the address:
Port
Data
Country ISO3 Char
SGP
Locality Name 1
Singapore
Postcode 1
048624
Street Complete 1
Raffles Place
Street Number 1
80
Building Complete 1
UOB Plaza 1
Sub-building Complete 1
50
Sub-building Complete 2
01
The following XML fragment shows the XML output on the Result port:
<?xml version="1.0" encoding="UTF-16"?> <!-- EngineVersion="5.5.0.27265" --> <Result ProcessStatus="C4" ModeUsed="BATCH" Count="1" CountOverflow="NO" CountryISO3="SGP" PreferredScript="DATABASE" PreferredLanguage="DATABASE"> <ResultData ResultNumber="1" MailabilityScore="4" ResultPercentage="100.00" ElementResultStatus="80F000F0F000F04400E0" ElementInputStatus="00600060600060220060" AddressResolutionCode="00000000000000000000" ExtElementStatus="00000000000060BB0000" ElementRelevance="10100010100010000010" AddressType="B" LanguageISO3="XXX"> <AddressElements> <Country Type="NAME_EN" Item="1">SINGAPORE</Country> <Locality Item="1">SINGAPORE</Locality> <PostalCode Item="1">048624</PostalCode> <Street Item="1">RAFFLES PLACE</Street> <Number Item="1">80</Number> <Building Item="1">UOB PLAZA 1</Building> <SubBuilding Item="1"># 50</SubBuilding> <SubBuilding Item="2">01</SubBuilding> </AddressElements> <AddressLines> <DeliveryAddressLine Line="1">80 RAFFLES PLACE</DeliveryAddressLine> <DeliveryAddressLine Line="2">#50-01 UOB PLAZA 1</DeliveryAddressLine> <CountrySpecificLocalityLine Line="1">SINGAPORE 048624</CountrySpecificLocalityLine> <FormattedAddressLine Line="1">80 RAFFLES PLACE</FormattedAddressLine> <FormattedAddressLine Line="2">#50-01 UOB PLAZA 1</FormattedAddressLine> <FormattedAddressLine Line="3">SINGAPORE 048624</FormattedAddressLine> </AddressLines> <AddressComplete>80 RAFFLES PLACE #50-01 UOB PLAZA 1 SINGAPORE 048624</AddressComplete> </ResultData> </Result>
You can configure the Address Validator transformation to write an address value to more than one output port. You can also select status ports that indicate the deliverable status of the address.

0 COMMENTS

We’d like to hear from you!