2000: Prüfziffer in ISBN immer als Großbuchstabe (x -> X)
This commit is contained in:
parent
55b2615f9d
commit
346be287b1
|
@ -488,7 +488,7 @@ if curl -fs \
|
||||||
"mode": "record-based"
|
"mode": "record-based"
|
||||||
},
|
},
|
||||||
"baseColumnName": "M|ISBN",
|
"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",
|
"onError": "set-to-blank",
|
||||||
"newColumnName": "2000",
|
"newColumnName": "2000",
|
||||||
"columnInsertIndex": 3
|
"columnInsertIndex": 3
|
||||||
|
|
Loading…
Reference in New Issue