join ergänzt, damit row = record

This commit is contained in:
Felix Lohmeier 2019-04-01 20:15:29 +02:00
parent a92e46a943
commit 3fba189365
1 changed files with 7 additions and 0 deletions

View File

@ -475,5 +475,12 @@
"newColumnName": "VIAF ID",
"columnInsertIndex": 12,
"description": "Create column VIAF ID at index 12 based on column Publisher using expression grel:cell.recon.match.id"
},
{
"op": "core/multivalued-cell-join",
"columnName": "Authors",
"keyColumnName": "Title",
"separator": "|",
"description": "Join multi-valued cells in column Authors"
}
]