Skip to Main Content

Metadata and Digital Initiatives / UM Libraries: Metadata

MDI is responsible for the processing and description of items -- new and archival, physical and digital -- for the library's catalog and discovery services, and manages the library's digital initiatives including the Institutional Repository.

Downloads

Best Practices

DROID

Using Open Refine

Add space after semi-colon:

value.split(";").join("; ")

Edit cells > Transform
  1. Remove ending period: value.replace(/\.$/,"")
  2. Find and replace: value.replace("Text to find","Text to replace")
Remove the final semi-colon at the end of a field:

value.replace(/(\;)(\B)/,"$2")