fix 4000 und 8200
This commit is contained in:
parent
a673ec7c2d
commit
fa5dfea222
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue