Update of mapping to adjust punctuation handling for 1xx/7xx contributors R2 2023 Poppy release
- MODDICORE-347Getting issue details... STATUS
Update to the default MARC Bib-to-Instance MAP:
- Update mapping rules for the classification field to adjust punctuation handling for contributor name.
Script for updating such mapping:
-
MODDICORE-355Getting issue details...
STATUS
Steps:
- If library tenant is using default mapping rules with NO changes (no customizations), then call PUT /mapping-rules/marc-bib/restore endpoint
- If library tenant is using default mapping rules, WITH changes (local customization), then follow the next step
- Send a GET request to /mapping-rules/marc-bib to retrieve the mapping rules
Under 100, 110, 111, 700, 710, 711, 720 fields update rule for contributor name (section where target = "contributors.name") for the "type" property replace
"trim_period, trim"
value with"trim_punctuation"
value
before changes:
after changes:- Send PUT request to /mapping-rules/marc-bib and put in the body the updated JSON
Note, that the array of the section for "720" field contains three "type" properties so the value for each of them should be updated.