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
Κύριος Ανδρέας Βορίδης & Κυρία Ανδρέα Βορίδη Name 1 Κύριος Ανδρέας Βορίδης
Name 2 Κυρία Ανδρέα Βορίδη
Example 2 Input Output Token Output
Κύριος Ευτύχιος Νάκος & Κυρία Ευτύχιου Νάκου Name 1 Κύριος Ευτύχιος Νάκος
Name 2 Κυρία Ευτύχιου Νάκου
Example 3 Input Output Token Output
Κύριος και Κυρία Ευτύχιου Βορίδη Name 1 Κύριος Ευτύχιου Βορίδη
Name 2 Κυρία Ευτύχιου Βορίδη
Example 4 Input Output Token Output
Γρηγόρης Κωνσταντίνου & Γεώργιος Κωνσταντίνου Name 1 Γρηγόρης Κωνσταντίνου
Name 2 Γεώργιος Κωνσταντίνου
Example 5 Input Output Token Output
Γιάννης Χουλιάρας Name 1 Γιάννης Χουλιάρας
Name 2  
Remarks Because Greek names use feminine and masculine variations of the nominative and genitive cases, strings containing multiple names should be standardized with the Name (Multiple Name) standardization definition before being processed with the Name (Multiple Name) parse definition. Otherwise, the results of the parse might show incorrect name variations for individual names (see Example 3).
If only one name is present in the input, the first token is used.