diff --git a/doaj-openrefine.json b/doaj-openrefine.json index 284bbd8..bb643ec 100644 --- a/doaj-openrefine.json +++ b/doaj-openrefine.json @@ -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" } ]