fix nach Klärung Rückfragen

This commit is contained in:
Felix Lohmeier 2022-03-17 15:06:22 +01:00
parent 6ad79d03b6
commit 52c24c4bd7
2 changed files with 4 additions and 4 deletions

View File

@ -6,10 +6,10 @@
"mode": "row-based" "mode": "row-based"
}, },
"baseColumnName": "E|115", "baseColumnName": "E|115",
"expression": "grel:forEach(value.split(','), v, cells['File'].value + ' ' + v.trim()).join('\u001fa')", "expression": "grel:cells['File'].value + ' ' + value.split(',')[0].trim()",
"onError": "set-to-blank", "onError": "set-to-blank",
"newColumnName": "8100", "newColumnName": "8100",
"columnInsertIndex": 3, "columnInsertIndex": 3,
"description": "Create column 8100 at index 3 based on column E|115 using expression grel:forEach(value.split(','), v, cells['File'].value + ' ' + v.trim()).join('\u001fa')" "description": "Create column 8100"
} }
] ]

View File

@ -499,11 +499,11 @@
"mode": "row-based" "mode": "row-based"
}, },
"columnName": "0500", "columnName": "0500",
"expression": "grel:'Ban'", "expression": "grel:'B'",
"onError": "keep-original", "onError": "keep-original",
"repeat": false, "repeat": false,
"repeatCount": 10, "repeatCount": 10,
"description": "Text transform on cells in column 0500 using expression grel:'Ban'" "description": "Text transform on cells in column 0500 using expression grel:'B'"
}, },
{ {
"op": "core/text-transform", "op": "core/text-transform",