Skip to content

Cookbook: Map values from multiple source metadata fields into one MODS element

Mark Jordan edited this page Nov 1, 2016 · 1 revision

MIK mappings files assume a 1-to-1 correspondence between a source metadata element and a MODS snippet. However, there is a metadata manipulator that lets you create MODS XML snippets like

<relatedItem type="host">
  <titleInfo>
     <title>A Complete Guide to Kittens</title>
  </titleInfo>
  <identifier type="local">kitteng-5601</identifier>
  <location>
     <url>https://kittenguide.com</url>
  </location>
</relatedItem>

from any number of elements in the source metadata. More information is available on the InsertXmlFromTemplate metadata manipulator wiki entry.

Cookbook table of contents

Clone this wiki locally