SAS Quality Knowledge Base for Contact Information 27
Name | |||
---|---|---|---|
Description | The Name parse definition parses names of individuals into a set of tokens. | ||
Output Tokens | Prefix Marriage Name Family Name Given Name Suffix Title/Additional Info |
||
Example 1 | Input | Output Token | Output |
dr. Kiss Józsefné | Prefix | dr. | |
Marriage Name | |||
Family Name | Kiss | ||
Given Name | Józsefné | ||
Suffix | |||
Title/Additional Info | |||
Example 2 | Input | Output Token | Output |
ifj. Kiss Lászlóné dr. Sipos Gabriella | Prefix | dr. | |
Marriage Name | ifj. Kiss Lászlóné | ||
Family Name | Sipos | ||
Given Name | Gabriella | ||
Suffix | |||
Title/Additional Info | |||
Example 3 | Input | Output Token | Output |
Dézsi István Zoltán (ifj.) | Prefix | ifj. | |
Marriage Name | |||
Family Name | Dézsi | ||
Given Name | István Zoltán | ||
Suffix | |||
Title/Additional Info | |||
Remarks | When a woman's name is represented as her husband's name extended with the suffix -né, then the husband's family name and given name are parsed into the Family Name and Given Name tokens (see example 1). If a woman's name contains her maiden family name, then the woman's maiden name and given name are parsed into Family Name and Given Name, and the husband's name is parsed into the Marriage Name token (example 2). If a woman's name appears with the woman's maiden name and the husband's name, and the husband's name has a title or generational indicator, the husband's title or generational indicator is parsed into the Marriage Name token along with the rest of the husband's name (example 2). If the title appears between the husband's name and a woman's maiden name, the title is considered to apply to the woman, and is therefore parsed into the Prefix token (example 2). Generational indicator words appearing with a man's name are always parsed into the Prefix token (example 3). |
Documentation Feedback: yourturn@sas.com |
Doc ID: QKBCI_HUHUN_Parse_Name.html |