Update to MARC Bib-to-Instance Default map changes to support Authority control feature
- MODSOURMAN-924Getting issue details... STATUS
Updates to the default MARC Bib-to-Inventory Instance MAP:
These changes are required to support the Authority control feature
Mandatory or Optional: Mandatory
Steps:
- If no changes were made to default mapping rules then call PUT /mapping-rules/marc-bib/restore
- If changes were made to default mapping rules then follow next steps:
- Send a GET request to /mapping-rules/marc-bib to retrieve the mapping rules
Update rules for alternativeTitles. Under fields 130, and 240 add a new "target":
Result example:
Update rules for contributors. Under fields 100, 110, 111, 700, 710, and 711 add a new "target":
Result example:
- Update rules for series. Under fields 800, 810, 811, 830 do:
- Surround it with "entity"
- Change target from series to series.value
add a new target:
Result example:
- Update rules for subjects. Under fields 600, 610, 611, 630, 650, 651, 655 do:
- Surround it with "entity"
- Change target from subjects to subjects.value
add a new target:
Result example:
Send PUT request to /mapping-rules/marc-bib and put in the body the updated JSON