|
Overview: Some of the libraries contains a lot of MARC records containing $9 in all the author, subject and series entries. After the upgrade to Orchid, the library cannot edit the records in FOLIO and our FSE team cannot modify the SRS without blocking the UI access to the MARC record
To help them we can create the script that will replace subfield $9 with subfield $0.
Requirements:
- Script should ask for .mrc file path and replace subfield $9 -> $0 for each record.
- If user provides folder path script should replace subfields inside each record after user confirmation
Acceptable criteria:
- Instructions must be provided for using the script
|