Data Quality Components for Scribe Online:Global:Settings: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(11 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[Data Quality Components for Scribe Online|← Data Quality Components for Scribe Online]] | |||
__TOC__ | |||
LineSeparator | ==Delivery Lines== | ||
The options allows you to specify if the Address Lines 1-8 should contain just the delivery address or the entire address. | |||
SEMICOLON (Default) | |||
PIPE | {| class="wikitable" | ||
CR | !Option | ||
LF | !Definition | ||
CRLF | |- | ||
TAB | |OFF | ||
BR (Line break) | |(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. | |||
{| class="wikitable" | |||
!Options | |||
|- | |||
|SEMICOLON (Default) | |||
|- | |||
|PIPE | |||
|- | |||
|CR | |||
|- | |||
|LF | |||
|- | |||
|CRLF | |||
|- | |||
|TAB | |||
|- | |||
|BR (Line break) | |||
|} | |||
==OutputScript== | |||
This is the script type used for all applicable fields. | |||
{| class="wikitable" | |||
!Option | |||
!Definition | |||
|- | |||
|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 | |||
:The destination country is not appended to the end of the formatted address. | |||
;If Valid and Different from the destination country | |||
:The destination country is appended to the formatted address. | |||
;US or US Territory | |||
:*If CountryOfOrigin and destination country being verified are both US or US Territories then the country will not be appended to FormattedAddress. | |||
:*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. | |||
:*Canada is treated like any other non-US Territory. | |||
[[Category:Data Quality Components for Scribe Online]] |
Latest revision as of 18:05, 16 July 2014
← Data Quality Components for Scribe Online
Delivery Lines
The options allows you to specify if the Address Lines 1-8 should contain just the delivery address or the entire address.
Option | Definition |
---|---|
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.
Option | Definition |
---|---|
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
- The destination country is not appended to the end of the formatted address.
- If Valid and Different from the destination country
- The destination country is appended to the formatted address.
- US or US Territory
- If CountryOfOrigin and destination country being verified are both US or US Territories then the country will not be appended to FormattedAddress.
- 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.
- Canada is treated like any other non-US Territory.