Difference between revisions of "Data Quality Components for Scribe Online:Global:Settings"

From Melissa Data Wiki
Jump to navigation Jump to search
Line 1: Line 1:
==Delivery Lines==
==Delivery Lines==
The options allows you to specify if the Address Lines 1-8 should contain just the delivery address or the entire address.
*The options allows you to specify if the Address Lines 1-8 should contain just the delivery address or the entire address.
 
:{| class="wikitable"
|-
! Options
|-
|
*OFF: (Default) Address Lines 1-8 return the entire address.
*OFF: (Default) Address Lines 1-8 return the entire address.
*ON: Address Lines 1-8 return just the street address and dependent locality. It will not contain locality, administrative area, postal code, etc.
*ON: Address Lines 1-8 return just the street address and dependent locality. It will not contain locality, administrative area, postal code, etc.


|-
|}


==LineSeparator==
==LineSeparator==
Line 23: Line 31:
|-
|-
|}
|}
==OutputScript==
*This is the script type used for all applicable fields.:{| class="wikitable"
|-
! Options
|-
|
*NOCHANGE (Default) - Returns the same script that is sent in.
*LATN
*NATIVE
|-
|}
==CountryOfOrigin==
This is used to determine whether or not to include the country name as the last line in FormattedAddress
• Acceptable Value: Any valid ISO-3166-1 Alpha-2, ISO-3166-1 Alpha-3, or ISO-
3166-1 Numeric code.
• If blank, invalid, or the same as the destination country, then the destination country
is not appended to the end of the formatted address.
• If valid and different from the destination country, then the destination country is
appended to the formatted address.
• US or US Territory:
a. If CountryOfOrigin and destination country being verified are both US or US
Territories then the country will not be appended to FormattedAddress.
b. US Territories will have “United States of America” appended if the
CountryOfOrigin is not a US Territory, but the CountryName and ISO codes
will be that of the territory.
c. Canada is treated like any other non-US Territory.

Revision as of 18:10, 24 June 2014

Delivery Lines

  • The options allows you to specify if the Address Lines 1-8 should contain just the delivery address or the entire address.
Options
  • OFF: (Default) Address Lines 1-8 return the entire address.
  • ON: Address Lines 1-8 return just the street address and dependent locality. It will not contain locality, administrative area, postal code, etc.

LineSeparator

  • This is the line separator used for the FormattedAddress result.


Options
  • SEMICOLON (Default)
  • PIPE
  • CR
  • LF
  • CRLF
  • TAB
  • BR (Line break)

OutputScript

  • This is the script type used for all applicable fields.:{| class="wikitable"

|- ! Options |- |

  • NOCHANGE (Default) - Returns the same script that is sent in.
  • LATN
  • NATIVE

|- |}


CountryOfOrigin

This is used to determine whether or not to include the country name as the last line in FormattedAddress • Acceptable Value: Any valid ISO-3166-1 Alpha-2, ISO-3166-1 Alpha-3, or ISO- 3166-1 Numeric code. • If blank, invalid, or the same as the destination country, then the destination country is not appended to the end of the formatted address. • If valid and different from the destination country, then the destination country is appended to the formatted address. • US or US Territory: a. If CountryOfOrigin and destination country being verified are both US or US Territories then the country will not be appended to FormattedAddress. b. US Territories will have “United States of America” appended if the CountryOfOrigin is not a US Territory, but the CountryName and ISO codes will be that of the territory. c. Canada is treated like any other non-US Territory.