Skip to content

Commit

Permalink
Adjust fix for f1nn without sw-id (RPB-102)
Browse files Browse the repository at this point in the history
Need test case
  • Loading branch information
maipet committed Oct 30, 2023
1 parent 455b7c2 commit c2b861e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conf/rppd-to-lobid.fix
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ do list(path:"professionOrOccupation[]", "var": "$i")
lookup("$i.label", "SW_map", delete: "true")
if exists("$i.label")
prepend("$i.id", "https://rpb.lobid.org/sw/")
# TODO kein Beispiel in Testdaten
else
move_field("$i.id", "$i.label")
end
end

Expand Down

0 comments on commit c2b861e

Please sign in to comment.