Schönheitskorrekturen

This commit is contained in:
Felix Lohmeier 2020-07-22 18:11:54 +02:00
parent 5d7a5da110
commit 82442173e1
1 changed files with 2 additions and 3 deletions

View File

@ -53,7 +53,7 @@ echo
# -- show as: records # -- show as: records
# --- All > Edit rows > Remove all matching rows # --- 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 \ if curl -fs \
--data project="${projects[$p]}" \ --data project="${projects[$p]}" \
--data-urlencode "operations@-" \ --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('␟')", "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", "onError": "set-to-blank",
"newColumnName": "2000", "newColumnName": "2000",
"columnInsertIndex": 10, "columnInsertIndex": 3
"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('␟')"
} }
] ]
JSON JSON