fix 4000 und 8200

This commit is contained in:
Felix Lohmeier 2020-08-12 17:52:44 +02:00
parent a673ec7c2d
commit fa5dfea222
1 changed files with 4 additions and 24 deletions

View File

@ -652,21 +652,11 @@ if curl -fs \
{ {
"op": "core/column-addition", "op": "core/column-addition",
"engineConfig": { "engineConfig": {
"facets": [ "facets": [],
{ "mode": "record-based"
"type": "text",
"name": "M|HST",
"columnName": "M|HST",
"query": "¬",
"mode": "text",
"caseSensitive": false,
"invert": false
}
],
"mode": "row-based"
}, },
"baseColumnName": "M|HST", "baseColumnName": "M|HST",
"expression": "grel:with(value.split('¬'), v, v[0].trim() + ' @' + v[1].trim())", "expression": "grel:if(value.contains('¬'),with(value.split('¬'), v, v[0].trim() + ' @' + v[1].trim()),value)",
"onError": "set-to-blank", "onError": "set-to-blank",
"newColumnName": "4000", "newColumnName": "4000",
"columnInsertIndex": 3 "columnInsertIndex": 3
@ -693,17 +683,7 @@ if curl -fs \
{ {
"op": "core/column-addition", "op": "core/column-addition",
"engineConfig": { "engineConfig": {
"facets": [ "facets": [],
{
"type": "text",
"name": "M|HST",
"columnName": "M|HST",
"query": "¬",
"mode": "text",
"caseSensitive": false,
"invert": false
}
],
"mode": "row-based" "mode": "row-based"
}, },
"baseColumnName": "E|BARCO", "baseColumnName": "E|BARCO",