Migration Guide

Migration Guide

CountryOfOrigin

CountryOfOrigin

In
Informatica Address Verification
,
FormatWithCountry
and the
CountryOfOriginISO3
parameters replace the
CountryOfOrigin
parameter in
Informatica Address Verification
Web Service 4.
If you set the
FormatWithCountry
parameter to true or 1,
Informatica Address Verification
includes the country information in the result output.
If you set the
CountryOfOriginISO3
parameter,
Informatica Address Verification
does not include the country information in the result output for addresses that belong to the country specified for
CountryOfOriginISO3
.
For example, if you set
FormatWithCountry
to true or 1 and
CountryOfOriginISO3
to USA,
Informatica Address Verification
does not include the country information in the result output for the United States addresses. However,
Informatica Address Verification
includes country information for addresses from other countries.
In
Informatica Address Verification
Web Service 4,
CountryOfOrigin
was a mandatory parameter. In
Informatica Address Verification
,
FormatWithCountry
and
CountryOfOriginISO3
are optional parameters.
Web Service 4 Configuration to Include the Country Name in the Result Output
<CountryOfOrigin>COO_ALWAYS_USE_DESTINATION_COUNTRY</CountryOfOrigin>
Informatica Address Verification
Configuration to Include the Country Name in the Result Output
<FormatWithCountry>1</FormatWithCountry>
Alternatively, you can set the
FormatWithCountry
parameter to true. For example:
<FormatWithCountry>true</FormatWithCountry>
Web Service 4 Configuration to Exclude the Country Name from the Result Output
<CountryOfOrigin>COO_NEVER_USE_DESTINATION_COUNTRY</CountryOfOrigin>
Informatica Address Verification
Configuration to the Exclude Country Name from the Result Output
<FormatWithCountry>0</FormatWithCountry>
Alternatively, you can set the
FormatWithCountry
parameter to false. For example:
<FormatWithCountry>false</FormatWithCountry>
Web Service 4 Configuration to Exclude the Country of Origin Name from the Result Output
<CountryOfOrigin>COO_ISO3</CountryOfOrigin>
For example, the following setting configures
Informatica Address Verification
to omit the country information from USA addresses:
<CountryOfOrigin>COO_USA</CountryOfOrigin>
Informatica Address Verification
Configuration to Exclude the Country of Origin Name from the Result Output
<FormatWithCountry>true</FormatWithCountry> <CountryOfOriginISO3>
ISO3
</CountryOfOriginISO3>
For example, the following configuration adds the country information to addresses from countries other than the United States.
<FormatWithCountry>true</FormatWithCountry> <CountryOfOriginISO3>USA</CountryOfOriginISO3>

0 COMMENTS

We’d like to hear from you!