4020 und 4026

This commit is contained in:
Felix Lohmeier 2022-04-29 12:03:34 +02:00
parent bdebe051f6
commit 2cc5bfb999
3 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,15 @@
[
{
"op": "core/column-addition",
"engineConfig": {
"facets": [],
"mode": "record-based"
},
"baseColumnName": "M|403",
"expression": "grel:value",
"onError": "set-to-blank",
"newColumnName": "4020",
"columnInsertIndex": 3,
"description": "Create column 4020"
}
]

View File

@ -0,0 +1,15 @@
[
{
"op": "core/column-addition",
"engineConfig": {
"facets": [],
"mode": "record-based"
},
"baseColumnName": "M|407",
"expression": "grel:value",
"onError": "set-to-blank",
"newColumnName": "4026",
"columnInsertIndex": 3,
"description": "Create column 4026"
}
]

View File

@ -19,6 +19,8 @@ if(row.index - row.record.fromRowIndex == 0,
+ forNonBlank(cells['3010'].value, v, forEach(v.split('␟'), x, '028C ' + x + '\n').join(''), '')
+ forNonBlank(cells['3100'].value, v, '029A ' + v + '\n', '')
+ forNonBlank(cells['3110'].value, v, forEach(v.split('␟'), x, '029F ' + x + '\n').join(''), '')
+ forNonBlank(cells['4020'].value, v, '032@ ' + 'a' + v + '\n', '')
+ forNonBlank(cells['4026'].value, v, '035E ' + 'a' + v + '\n', '')
+ forNonBlank(cells['4222'].value, v, '046M ' + 'a' + v + '\n', '')
,'')
}}{{