This is a cleanup problem. I have some name records in this format:
firstname middlename lastname
Joan E James
Harold A Smith
Sandra Brown Taylor
I would like to add a period after the single initials in the middlename without affecting records will a full middlename. Is there a way of identifying a single-character middlename and adding the punctuation?
firstname middlename lastname
Joan E James
Harold A Smith
Sandra Brown Taylor
I would like to add a period after the single initials in the middlename without affecting records will a full middlename. Is there a way of identifying a single-character middlename and adding the punctuation?