Jira Legacy | ||||||
---|---|---|---|---|---|---|
|
...
- Cancelled system control number
Mandatory or Optional: Optional
Steps:
- Send GET request to /mapping-rules/marc-bib to retrieve the mapping rules
- Place rule for 019 field in the received json (place it before the rule for "020" field for readability)
...
3. Extend the rule for "035" field (add only the section marked in green)
Panel |
---|
"035": [ { { } ], |
4. Send PUT request to /mapping-rules/marc-bib and put in the body the updated json
...
Jira Legacy | ||||||
---|---|---|---|---|---|---|
|
...
Steps:
- Send GET request to /mapping-rules/marc-bib to retrieve the mapping rules
- Extend rule for 024 field in the received json (add the section marked in green)
Panel |
---|
"024": [ { }, } |
3. Send PUT request to /mapping-rules/marc-bib and put in the body the updated json
...
Jira Jira Legacy server System JIRA serverId 01505d01-b853-3c2e-90f1-ee9b165564fc key MODDICORE-184
Updates to the default MARC Bib-to-Inventory Instance MAP:
For Inventory Resource Type (called instanceTypeID in the instance schema), assign based on the first 336$b if it exists, otherwise derive from the first 336$a if it is recognized; otherwise assign zzz (Unspecified)
Steps:
- Send GET request to /mapping-rules/marc-bib to retrieve the mapping rules
- Update rule for "336" field (add elements marked in green)
Panel |
---|
"336": [ { "applyRulesOnConcatenatedData": true, "subfield": [ "a", "b" "subFieldDelimiter": [ "rules": [ |
3. Send PUT request to /mapping-rules/marc-bib and put in the body the updated json