From 346be287b1ac7e6b6e6b87522f32eac53041fb7a Mon Sep 17 00:00:00 2001 From: Felix Lohmeier Date: Tue, 25 Aug 2020 23:17:08 +0200 Subject: [PATCH] =?UTF-8?q?2000:=20Pr=C3=BCfziffer=20in=20ISBN=20immer=20a?= =?UTF-8?q?ls=20Gro=C3=9Fbuchstabe=20(x=20->=20X)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks/02-bibliotheca-main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/02-bibliotheca-main.sh b/tasks/02-bibliotheca-main.sh index 172ebc8..38f07f6 100755 --- a/tasks/02-bibliotheca-main.sh +++ b/tasks/02-bibliotheca-main.sh @@ -488,7 +488,7 @@ if curl -fs \ "mode": "record-based" }, "baseColumnName": "M|ISBN", - "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('␟').replace('-','')", + "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('␟').replace('-','').toUppercase()", "onError": "set-to-blank", "newColumnName": "2000", "columnInsertIndex": 3