From dbc2d859967c2fa1e1e0e6c762f8fe72c19d6dff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20B=C3=BClte?= Date: Tue, 10 Sep 2024 13:19:30 +0200 Subject: [PATCH] Exclude records with DEL elements #5 --- catalogues/hbz.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalogues/hbz.sh b/catalogues/hbz.sh index 57596d3b..d9ee243b 100755 --- a/catalogues/hbz.sh +++ b/catalogues/hbz.sh @@ -11,7 +11,7 @@ if [[ $TYPE == "marc" ]]; then MASK=*.mrc elif [[ $TYPE == "xml" ]]; then echo "xml" - TYPE_PARAMS="--marcVersion HBZ --marcxml --fixAlma" + TYPE_PARAMS="--marcVersion HBZ --marcxml --fixAlma --ignorableRecords DEL$a=Y" MARC_DIR=${BASE_INPUT_DIR}/${NAME}/marc MASK=*.gz else