Name (Global)
Parse Definition
Name (Global) | |||
---|---|---|---|
Description | The Name (Global) parse definition parses names of individuals into a globally recognized set of tokens. | ||
Output Tokens | Prefix Given Name Middle Name Family Name Suffix Title/Additional Info |
||
Example 1 | Input | Output Token | Output |
Sr. Rodrigo Henrique Garcia Lopes de Souza, filho, Gerente | Prefix | Sr. | |
Given Name | Rodrigo | ||
Middle Name | Henrique Garcia Lopes | ||
Family Name | de Souza | ||
Suffix | filho | ||
Title/Additional Info | Gerente | ||
Example 2 | Input | Output Token | Output |
José Alvaro dos Santos Pedroso Soares | Prefix | ||
Given Name | José | ||
Middle Name | Alvaro dos Santos Pedroso | ||
Family Name | Soares | ||
Suffix | |||
Title/Additional Info | |||
Example 3 | Input | Output Token | Output |
Carlos Augusto Medeiros da Silva | Prefix | ||
Given Name | Carlos | ||
Middle Name | Augusto Medeiros | ||
Family Name | da Silva | ||
Suffix | |||
Title/Additional Info | |||
Example 4 | Input | Output Token | Output |
Pereira Paulo | Prefix | ||
Given Name | Paulo | ||
Middle Name | |||
Family Name | Pereira | ||
Suffix | |||
Title/Additional Info | |||
Example 5 | Input | Output Token | Output |
João Filho | Prefix | ||
Given Name | João | ||
Middle Name | |||
Family Name | Filho | ||
Suffix | |||
Title/Additional Info | |||
Example 6 | Input | Output Token | Output |
João Almeida Filho | Prefix | ||
Given Name | João | ||
Middle Name | |||
Family Name | Almeida | ||
Suffix | Filho | ||
Title/Additional Info | |||
Remarks |
Parse definitions named with the Global keyword use a set of output tokens that is consistent across every locale. Results obtained from these definitions can be stored in the same database fields as the results obtained from definitions of the same name in other locales. |