mik icon indicating copy to clipboard operation
mik copied to clipboard

Add a metadata manipulator to split personal names

Open mjordan opened this issue 9 years ago • 1 comments

Take names like "Mark Jordan" and return MODS like:

<name>
  <namePart type="family">Jordan</namePart>
  <namePart type="given">Mark</namePart>
</name>

Of course, any programmatic attempt at this will be pretty unreliable. So we should probably need to log all split names along with the ID of the object being loaded so a human can do QA on them easily.

mjordan avatar Aug 27 '15 23:08 mjordan

@MarcusBarnes thanks to your fix in #59, I can now continue with this new manipulator.

mjordan avatar Aug 28 '15 20:08 mjordan