SAS Quality Knowledge Base for Contact Information 27

Name (Multiple Name)

Parse Definition

Name (Multiple Name)
Description The Name (Multiple Name) parse definition parses strings that contain the names of two individuals into a set of tokens.
Output Tokens Name 1
Name 2
Example 1 Input Output Token Output
Peter Kováč a Ivana Kováčová Name 1 Peter Kováč
Name 2 Ivana Kováčová
Example 2 Input Output Token Output
Peter a Ivana Kováčovci Name 1 Peter Kováčovci
Name 2 Ivana Kováčovci
Example 3 Input Output Token Output
Peter Tribula Name 1 Peter Tribula
Name 2  
Remarks Czech family names use feminine, masculine, and plural variations. Because of this, strings containing multiple names should be standardized with the standardization definition for Name (Multiple Name) before being processed with the parse definition for Name (Multiple Name). Without standardization, the results of the parse might show incorrect family name variations for individual names (see Example 2). If only one name is present in the input, the first token is used.