From 3fba1893659f3862712d990e00bcbdced9a3ae66 Mon Sep 17 00:00:00 2001 From: Felix Lohmeier Date: Mon, 1 Apr 2019 20:15:29 +0200 Subject: [PATCH] =?UTF-8?q?join=20erg=C3=A4nzt,=20damit=20row=20=3D=20reco?= =?UTF-8?q?rd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doaj-openrefine.json | 7 +++++++ 1 file changed, 7 insertions(+) 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" } ]