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

Fix marc record exclusion for vendors #1030

Closed jgreben closed 1 month ago

jgreben commented 1 month ago

In the exclude_marc_by_vendor function, for mclc, pod, shared and full-dump:

Exclude according to subfield contents, not only the existence of the tag:

For gobi, do this in the GobiTransformer:

jgreben commented 1 month ago

This is coded correctly in libsys_airflow/plugins/data_exports/marc/exporter.py, however the string index range for the language code is incorrect.