IM InfoSphere Identity Insight, Version 8.0

DQM function 252: Full name parsing

parses the value of the <FULL_NAME> UMF tag into all possible name parts and stores each of these values in a corresponding individual name part UMF tag.

For example, <FULL_NAME>DR JOHN WILLIAM BROWN JR MD</FULL_NAME> is parsed into the following UMF tags:
  • <FIRST_NAME>JOHN</FIRST_NAME>
  • <LAST_NAME>BROWN</LAST_NAME>
  • <MID_NAME>WILLIAM</MID_NAME>
  • <NAME_PFX>DR</NAME_PFX>
  • <NAME_SFX>MD</NAME_SFX>
  • <NAME_GEN>JR</NAME_GEN>
Name part tags include the following UMF tags:
  • FIRST_NAME
  • MID_NAME
  • LAST_NAME
  • NAME_PFX
  • NAME_SFX
  • NAME_GEN

If the Name Manager name categorization (NAMESIFTER) system parameter is enabled, this rule first categorizes names by type to determine whether the name is personal or organizational. Names categorized as organizational names are not parsed.

Parameters

This function does not take any parameters for input.

Exception codes

Exception code Description Severity level
1 The value of the UMF tag was empty. 3
2 The value of the UMF tag has been parsed into appropriate name parts. 1


Feedback

Last updated: 2011