JonWolgamuth
Technical User
I've read the excellent FAQ on name parsing, but I'm getting data that needs to be parsed that is in more than the 9 different formats that are listed.
Here are the formats I have to work with (all in one field)
FirstName MiddleName LastName Suffix
FirstName MiddleInitial LastName Suffix
FirstName MiddleInitial LastName
FirstName LastName (note extra spaces)
Sometimes the MiddleInitial has a (.) and sometimes it doesn't.
I need to parse this information into this format
LastName FirstName MiddleInitial Suffix
Isn't it great!!?? My first instinct was to tell the customer that we can't give them the data in the format that they desire. However, this is such a good group of folks that I thought I would give it a go here.
Thanks in advance!
Here are the formats I have to work with (all in one field)
FirstName MiddleName LastName Suffix
FirstName MiddleInitial LastName Suffix
FirstName MiddleInitial LastName
FirstName LastName (note extra spaces)
Sometimes the MiddleInitial has a (.) and sometimes it doesn't.
I need to parse this information into this format
LastName FirstName MiddleInitial Suffix
Isn't it great!!?? My first instinct was to tell the customer that we can't give them the data in the format that they desire. However, this is such a good group of folks that I thought I would give it a go here.
Thanks in advance!