I have a field which holds full name like below:
FullName: Joseph M. Jennings, Jr., QKA
M. sometimes can be full middle name like Michael.
Is it possible parse this field and break it down between 5 fields like below?
First: Joseph
Middle: B.
Last: Jennings
Suffix: Jr.
Designation: QKA
Thanks,
Mike
FullName: Joseph M. Jennings, Jr., QKA
M. sometimes can be full middle name like Michael.
Is it possible parse this field and break it down between 5 fields like below?
First: Joseph
Middle: B.
Last: Jennings
Suffix: Jr.
Designation: QKA
Thanks,
Mike