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

Input Data

Input Data

Output port that contains the data elements in an input address record in a structured XML format.
The Input Data port identifies the address elements that the Address Verification software library associates with the input 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 each data value as a tagged element in an XML structure.

Input Data Usage

To view the address elements in an input address in a structured XML format, select the Input Data port.
If address validation does not generate the results that you expect, use the Input Data port output to verify the structure of the input address. For example, the Status Info ports might indicate that an address is undeliverable because of problems in one or more address elements. Review the XML output to identify the input ports that contain the address elements and to verify that you selected the correct port for each element.
You can use the output from the Result port to troubleshoot the structure of the output address. The Result port writes the data elements in an output address in a structured XML format.

Port Locations

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

Input Data Example

The following address contains data that you can assign to input ports on the Address Validator transformation:
MR. JOHN DOE 38A ST. JAMES'S STREET LONDON E17 7PE UNITED KINGDOM
The following table shows the Address Validator transformation input ports that you might select for the address:
Port
Data
Country Name
UNITED KINGDOM
Locality Complete 1
LONDON
Postcode 1
E17 7PE
Street Complete 1
ST. JAMES'S STREET
Street Number 1
38A
The following XML fragment shows the XML output on the Input Data port:
<?xml version="1.0" encoding="UTF-16"?> <!-- EngineVersion="5.5.0.27265" --> <InputData> <AddressElements> <Country Item="1" Type="NAME">GBR</Country> <Locality Item="1" Type="COMPLETE">LONDON</Locality> <PostalCode Item="1" Type="FORMATTED">E17 7PE</PostalCode> </AddressElements> <AddressLines> <DeliveryAddressLine Line="1">38A ST. JAMES'S STREET</DeliveryAddressLine> <DeliveryAddressLine Line="2"></DeliveryAddressLine> </AddressLines> </InputData>

0 COMMENTS

We’d like to hear from you!