I have a challenge of how to deal with input data that has last names that could have multiple capital letters, sometimes with a space before it and sometimes without a space before the second capital letter.
While the Proper Casing might seem like a good way to standardize things, it really doesn't help me when I have last name data like this:
LaSage
McDonald
Mc Donald
MacDonald
Van Horn
VanBoxtel
D'Acquisto
Smith Edwards
German-Edwards
Any best practices for dealing with this so I'm not left with Lasage, Mcdonald, Macdonald, etc.?