Difference between revisions of "SSIS:Global Verify:Name"

From Melissa Data Wiki
Jump to navigation Jump to search
(Created page with "← SSIS Reference {| class="mw-collapsible" cellspacing="2" style="background-color:#f9f9f9; border:1px solid #aaaaaa; font-size:9pt; color:#0645ad; pa...")
 
Line 1: Line 1:
[[SSIS:Reference|← SSIS Reference]]
{{SSISGlobalVerifyNav
 
|GlobalVerifyCollapse=
{| class="mw-collapsible" cellspacing="2" style="background-color:#f9f9f9; border:1px solid #aaaaaa; font-size:9pt; color:#0645ad; padding:8px 8px;"
}}
! style="text-align:left; color:black; border-bottom:1px solid #aaaaaa;"|'''Global Verify Navigation'''
|-
| style="padding-right:220px;"|
|-
|[[SSIS:Global Verify|Overview]]
|-
|[[SSIS:Global Verify Tutorial|Tutorial]]
|-
|
{| class="mw-collapsible mw-collapsed" style="width:100%;"
|- align="left"
! style="color:black;"|[[SSIS:Global Verify:Advanced Configuration|Advanced Configuration]]
|-
|[[SSIS:Global Verify:Advanced Configuration#Melissa Data Cloud|Melissa Data Cloud]]
|}
|-
|
{| class="mw-collapsible" style="width:100%;"
|- align="left"
! style="color:black;"|Global Verify Tabs
|-
|[[SSIS:Global Verify:Name|Name]]
|-
|[[SSIS:Global Verify:Address|Address]]
|-
|[[SSIS:Global Verify:Phone|Phone]]
|-
|[[SSIS:Global Verify:Email|Email]]
|-
|[[SSIS:Global Verify:Pass-Through Columns|Pass-Through Columns]]
|-
|[[SSIS:Global Verify:Output Filter|Output Filter]]
|}
|-
|
{| class="mw-collapsible mw-collapsed" style="width:100%;"
|- align="left"
! style="color:black;"|[[SSIS:Global Verify:Result Codes|Result Codes]]
|-
|[[Returned Result Codes:Enterprise Solutions#Data Quality Components for SSIS|Returned Result Codes]]
|-
|[[Result Codes]]
|}
|}
 


{{CustomTOC}}
{{CustomTOC}}

Revision as of 20:50, 13 August 2015

← SSIS:Data Quality Components

Global Verify Navigation
Overview
Tutorial
Advanced Configuration
Melissa Data Cloud
On-Premise
Global Verify Tabs
Name
Address
Phone
Email
Pass-Through Columns
Output Filter
Result Codes
Returned Result Codes
Result Codes



SSIS GV Name.png

Parse and genderize a full name into its respective components.

Input Columns

Full Name
Select the field name that will contain the name information to be parsed. This field can contain one or two full names, such as “Mr. John Q. Smith, Jr.” or “John Q. and Mary S. Smith.”
Company
If the database records may be business type, include the company name here.


Name Options

Name Order Hint
The Name Order Hint tells the Component in what order the name components will be found in the input full name, normal name order, last name first, or a mixture. The default is Varying. The options are:
Option Description
Option Description
DefinitelyFull Name will always be treated as normal name order, regardless of formatting or punctuation.
VeryLikelyFull Name will be treated as normal name order unless inverse order is clearly indicated by formatting or punctuation.
ProbablyFull If necessary, statistical logic will be employed to determine name order, with a bias toward normal name order.
Varying If necessary, statistical logic will be employed to determine name order, with no bias toward either name order.
ProbablyInverse If necessary, statistical logic will be employed to determine name order, with a bias toward inverse name order.
VeryLikelyInverse Name will be treated as inverse name order unless normal order is clearly indicated by formatting or punctuation.
DefinitelyInverse Name will always be treated as inverse name order, regardless of formatting or punctuation.
MixedFirstName Name field is expected to only contain prefixes, first, and middle names.
MixedLastName Name field is expected to only contain last names and suffixes.


Middle Name Logic
This option controls how the Component will parse the Middle Name, depending on the method selected. The default setting is Parse Logic.
Option Description
Parse Logic In the absence of a hyphen, recognizable last names in the middle of a full name are treated as part of a hyphenated last name.
Hyphenated Last The middle word is assumed to be part of the last name.
Middle Name The middle word is assumed to be a middle name.


Correct Misspellings in First Name
If checked, the Component will use a database of common given names to correct obvious misspellings.


Company Output

Company
The company name.


Output Name Columns

Name 1
These fields apply to the first full name detected.
Name 2
These fields apply to the second full name detected.
Prefix
This field returns any part of the name that precedes the given name, such as “Mr.,” “Ms.,” or “Dr.”
First Name
This field returns the given name.
Middle Name
This field returns the middle names or initials.
Last Name
This field returns the family name.
Suffix
This field returns any part of the name that follows the family name, such as degrees (“MD” or “PhD”) and generational indicators (“IV” or “Jr.”.)
Gender
This field returns a gender indicator.