From ae6b4622aa0313e05c18ab5ebaf5b1c621d2c2f6 Mon Sep 17 00:00:00 2001 From: Felix Lohmeier Date: Wed, 22 Jul 2020 17:37:21 +0200 Subject: [PATCH] =?UTF-8?q?Ausnahme=20f=C3=BCr=20MAB=20026,=20weil=20f?= =?UTF-8?q?=C3=BCr=20Aufteilung=20PPN/SWN=20ben=C3=B6tigt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/bibliotheca-01.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/config/bibliotheca-01.sh b/config/bibliotheca-01.sh index 173637d..e9eb559 100644 --- a/config/bibliotheca-01.sh +++ b/config/bibliotheca-01.sh @@ -413,9 +413,7 @@ echo # ------------------ 07 Titeldaten-Felder mit Zahlen löschen ----------------- # -# - key > Facet > Custom text facet > isNumeric(value[2,3].trim()) > true -# - All > Edit rows > Remove all matching rows - +# außer 026, weil das für Zuordnung IDNR benötigt wird echo "Titeldaten-Felder mit Zahlen löschen" if curl -fs \ --data project="${projects[$p]}" \ @@ -430,7 +428,7 @@ if curl -fs \ { "type": "list", "name": "key", - "expression": "grel:isNumeric(value[2,3].trim())", + "expression": "grel:and(isNumeric(value[2,4].trim()), value[2,5] != '026'))", "columnName": "key", "invert": false, "omitBlank": false,