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"
},
"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",
"newColumnName": "8100",
"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"
},
"columnName": "0500",
"expression": "grel:'Ban'",
"expression": "grel:'B'",
"onError": "keep-original",
"repeat": false,
"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",