From 82442173e1e18ea91be393db51161d5422d923a4 Mon Sep 17 00:00:00 2001 From: Felix Lohmeier Date: Wed, 22 Jul 2020 18:11:54 +0200 Subject: [PATCH] =?UTF-8?q?Sch=C3=B6nheitskorrekturen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/bibliotheca-02.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/bibliotheca-02.sh b/config/bibliotheca-02.sh index 2b9651f..67a7d10 100644 --- a/config/bibliotheca-02.sh +++ b/config/bibliotheca-02.sh @@ -53,7 +53,7 @@ echo # -- show as: records # --- All > Edit rows > Remove all matching rows -echo "Spalten sortieren: Beginnen mit 1. M|MEDNR, 2. E|EXNR, 3. File" +echo "Spalten sortieren: Beginnen mit 1. M|MEDNR, 2. E|EXNR, 3. File..." if curl -fs \ --data project="${projects[$p]}" \ --data-urlencode "operations@-" \ @@ -478,8 +478,7 @@ if curl -fs \ "expression": "grel:[ forNonBlank(cells['M|ISBN'].value,v,if(isNumeric(v[0]),v,null),null), forNonBlank(cells['M|ISBN2'].value,v,if(isNumeric(v[0]),v,null),null) ].uniques().join('␟')", "onError": "set-to-blank", "newColumnName": "2000", - "columnInsertIndex": 10, - "description": "Create column 2000 at index 10 based on column M|ISBN using expression grel:[ forNonBlank(cells['M|ISBN'].value,v,if(isNumeric(v[0]),v,null),null), forNonBlank(cells['M|ISBN2'].value,v,if(isNumeric(v[0]),v,null),null) ].uniques().join('␟')" + "columnInsertIndex": 3 } ] JSON