diff --git a/tasks/01-bibliotheca-pre.sh b/tasks/01-bibliotheca-pre.sh index 6e3a43a..7b8ccfa 100755 --- a/tasks/01-bibliotheca-pre.sh +++ b/tasks/01-bibliotheca-pre.sh @@ -426,7 +426,7 @@ echo # -------------------- Titeldaten-Felder mit Zahlen löschen ------------------ # -# außer 026, weil das für Zuordnung IDNR benötigt wird +# außer 025z 026 026k 052 076b 076d echo "Titeldaten-Felder mit Zahlen löschen..." if curl -fs \ --data project="${projects[$p]}" \ @@ -441,7 +441,7 @@ if curl -fs \ { "type": "list", "name": "key", - "expression": "grel:and(isNumeric(value[2,4].trim()), value[2,5] != '026'))", + "expression": "grel:and(isNumeric(value[2,4].trim()), not(or(value[2,6] == '025z', value[2,6] == '026 ', value[2,6] == '026k', value[2,6] == '052 ', value[2,6] == '076b', value[2,6] == '076d')))", "columnName": "key", "invert": false, "omitBlank": false,