Skip to content

Commit

Permalink
Remove "" introduced by CSV decoder after beacon lookup (RPB-156)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteeg committed Apr 24, 2024
1 parent 92e0896 commit d3daba8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf/rppd-to-lobid.fix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d3daba8

Please sign in to comment.