sul-dlss / libsys-airflow

Airflow DAGS for migrating and managing ILS data into FOLIO along with other LibSys workflows
Apache License 2.0
5 stars 0 forks source link

Handle Deletes for POD/ShareVDE and OCLC #955

Closed jgreben closed 4 months ago

jgreben commented 4 months ago

POD/SVDE need a list of FOLIO HRIDs OCLC needs holdings unset via API.

POD

File with .mrc file extension. Record specified as deleted by using d in position 05 in the MARC Leader At a minimum, each record should also contain a MARC 001 field identifying the record to delete Deletes sent as MARC21 binary records may be included in a file with added and updated records

OCLC

Divide records into three groups as specified on https://github.com/sul-dlss/libsys-airflow/pull/912 and submit API request to unset holdings if Record has one or none unique OCLC record id.

jgreben commented 4 months ago

PR https://github.com/sul-dlss/libsys-airflow/pull/963 in review in preparation for the Marc transforms needed for the deletes.

jgreben commented 4 months ago

Closing in favor of specific tickets for each vendor.