Migration Guide

Migration Guide

String Element

String Element

In
Informatica Address Verification
, you can enter address elements as arrays. To support arrays for address elements,
Informatica Address Verification
introduces a
<string>
element under address elements, such as
<Building>
,
<SubBuilding>
, and
<Locality>
, and address line elements, such as
<DeliveryAddressLines>
,
<FormattedAddress>
, and
<CountrySpecificLocalityLine>
.
You can enter multiple lines to an address element as strings. You can also enter multiple address elements within a
<string>
element by separating the address elements with the delimiter that you configured for the
FormatDelimiter
parameter.
Address Element Configuration in Web Service 4
The following example shows an address element configuration in
Informatica Address Verification
Web Service 4:
<Address> <Locality>EBBW VALE;Nantyglo</Locality> <PostalCode>NP23 4PD</PostalCode> <Province>Gwent</Province> <Country>GBR</Country> <DeliveryAddressLines>23 BEACON VIEW</DeliveryAddressLines> </Address>
Address Element Configuration in Address Verification
The following example shows an address element configuration in
Informatica Address Verification
:
<Address> <Country> <string>GBR</string> </Country> <Locality> <string>EBBW VALE<string> <string>Nantyglo<string> </Locality> <PostalCode> <string>NP23 4PD</string> </PostalCode> <DeliveryAddressLines> <string>23 BEACON VIEW</string> </DeliveryAddressLines> </Address>
DeliveryAddressLines Configuration in Web Service 4
The following example shows a DeliveryAddressLines configuration in
Informatica Address Verification
Web Service 4:
<DeliveryAddressLines>1401 Elmstreet </DeliveryAddressLines> <DeliveryAddressLines>2nd Floor</DeliveryAddressLines> <DeliveryAddressLines>11th App.</DeliveryAddressLines>
DeliveryAddressLines Configuration in Address Verification
The following example shows a DeliveryAddressLines configuration in
Informatica Address Verification
:
<DeliveryAddressLines> <string>1401 Elmstreet</string> <string>2nd Floor</string> <string>11th App.</string> </DeliveryAddressLines>
FormattedAddress Configuration in Web Service 4 with <LineSeparator> Set to LST_SEMICOLON
The following example shows a FormattedAddress configuration in
Informatica Address Verification
Web Service 4 when the LineSeparator parameter is set to semicolon:
<FormattedAddress>Röntgenstrasse 9;Maxdorf</FormattedAddress>
FormattedAddress Configuration in Address Verification with <FormatDelimiter> Set to SEMICOLON
The following example shows a FormattedAddress configuration in
Informatica Address Verification
when the FormatDelimiter parameter, which is the Address Verification equivalent of the LineSeparator parameter, is set to semicolon:
<FormattedAddress> <string>Röntgenstrasse 9;Maxdorf</string> </FormattedAddress>
FormattedAddress Configuration in Web Service 4 with <LineSeparator> Set to LST_LF
The following example shows a FormattedAddress configuration in Informatica Web Service 4 when the LineSeparator parameter is set to line feed:
<FormattedAddress>Röntgenstrasse 9</FormattedAddress> <FormattedAddress>67133 Maxdorf</FormattedAddress> <FormattedAddress>Bundesrepublik Deutschland</FormattedAddress>
FormattedAddress Configuration in
Informatica Address Verification
with <FormatDelimiter> Set to LF
The following example shows a FormattedAddress configuration in
Informatica Address Verification
when the FormatDelimiter parameter, which is the Address Verification equivalent of the LineSeparator parameter, is set to line feed:
<FormattedAddress> <string>Röntgenstrasse 9</string> <string>67133 Maxdorf</string> <string>Bundesrepublik Deutschland</string> </FormattedAddress>
CountrySpecificLocalityLine Configuration in Web Service 4
The following example shows a CountrySpecificLocalityLine configuration in
Informatica Address Verification
Web Service 4:
<CountrySpecificLocalityLine>USA</CountrySpecificLocalityLine> <CountrySpecificLocalityLine>CA</CountrySpecificLocalityLine>
CountrySpecificLocalityLine Configuration in
Informatica Address Verification
The following example shows a CountrySpecificLocalityLine configuration in
Informatica Address Verification
:
<CountrySpecificLocalityLine> <string>USA</string> <string>CA</string> </CountrySpecificLocalityLine>

0 COMMENTS

We’d like to hear from you!