ISBN ohne Bindestriche spec_B_T_04 spec_B_T_05
This commit is contained in:
parent
964a3a793b
commit
d49c31fd96
|
@ -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('␟')",
|
"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('-','')",
|
||||||
"onError": "set-to-blank",
|
"onError": "set-to-blank",
|
||||||
"newColumnName": "2000",
|
"newColumnName": "2000",
|
||||||
"columnInsertIndex": 3
|
"columnInsertIndex": 3
|
||||||
|
|
Loading…
Reference in New Issue