If you have a file where the name field needs to be parsed into individual elements, this process will separate the name into separate fields.
DATA ENHANCEMENT - Name Parser
BEFORE |
---|
NAME |
William R Smith |
Sally Robinson |
Kevin C Johnson |
Robert A Michaels |
David L Alberts |
AFTER | ||
---|---|---|
FIRST | MIDDLE | LAST |
William | R | Smith |
Sally | Robinson | |
Kevin | C | Johnson |
Robert | A | Michaels |
David | L | Alberts |