From 6a3f7a454a36e96e4626cc145f4e862154daf3a3 Mon Sep 17 00:00:00 2001 From: Fabian Steeg Date: Wed, 24 Apr 2024 13:58:47 +0200 Subject: [PATCH] Remove `""` introduced by CSV encoder after beacon lookup (RPB-156) --- conf/rppd-to-lobid.fix | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/rppd-to-lobid.fix b/conf/rppd-to-lobid.fix index 62640e6..78af4b3 100644 --- a/conf/rppd-to-lobid.fix +++ b/conf/rppd-to-lobid.fix @@ -10,6 +10,7 @@ do put_macro("beacon_lookup") move_field("_temp", "sameAs[].$append.id") copy_field("gndIdentifier", "_temp") lookup("_temp", "beacon_$[id]_name", delete: "true") + replace_all('_temp', '\\"+', '\\"') move_field("_temp", "sameAs[].$last.collection.name") end end