This commit is contained in:
Felix Lohmeier 2022-04-30 17:31:06 +02:00
parent 4084a80d5e
commit 85d64a2468
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,15 @@
[
{
"op": "core/column-addition",
"engineConfig": {
"facets": [],
"mode": "row-based"
},
"baseColumnName": "M|419d",
"expression": "grel:value.replace('c©Copyright','©').replace('c©','©').replace('c@','©').replace('© ','©').replace('©','© ')",
"onError": "set-to-blank",
"newColumnName": "1108n",
"columnInsertIndex": 3,
"description": "Create column 1108n"
}
]

View File

@ -6,6 +6,7 @@ if(row.index - row.record.fromRowIndex == 0,
+ forNonBlank(cells['2199'].value, v, '006Y ' + '0' + v + '\n', '')
+ forNonBlank(cells['1500'].value, v, '010@ ' + forEach(v.split('‡'),x,'a' + x).join('') + '\n', '')
+ forNonBlank(cells['1100a'].value, v, '011@ ' + 'a' + v + forNonBlank(cells['1100b'].value, v, 'b' + v, '') + forNonBlank(cells['1100n'].value, v, 'n' + v, '') + '\n', '')
+ forNonBlank(cells['1108n'].value, v, '011F ' + 'n' + v + '\n', '')
+ forNonBlank(cells['1131'].value, v, forEach(v.split('␟'),x,'013D ' + '' + x + '\n').join(''), '')
+ forNonBlank(cells['1140'].value, v, '013H ' + 'a' + v + '\n', '')
+ forNonBlank(cells['1700'].value, v, '019@ ' + forEach(v.split('‡'),x,'a' + x).join('') + '\n', '')