Skip to content

Commit

Permalink
Merge #2019 from remote-tracking branch 'origin/2018-thesisInformation'
Browse files Browse the repository at this point in the history
  • Loading branch information
dr0i committed Jun 4, 2024
2 parents 1fc9edc + 4ae7651 commit 69794e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/alma/fix/otherFields.fix
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@ do list(path:"520[ 23] ", "var": "$i")
end

# 502 - Dissertation Note (R) Subfield: $a (R)
# TODO: Get testdata.
set_array("thesisInformation[]")
do list(path:"502 ", "var": "$i")
copy_field("$i.a", "thesisInformation[].$append")
paste("thesisInformation[].$append","$i.c","$i.b","$i.d","$i.o","$i.g", join_char:", ")
end


Expand Down
1 change: 1 addition & 0 deletions src/test/resources/alma-fix/990219911120206441.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"label" : "Deutsch"
} ],
"extent" : "vi, 182 Seiten : Diagramme",
"thesisInformation" : [ "Ruhr-Universität Bochum, Dissertation, 2017" ],
"natureOfContent" : [ {
"label" : "Hochschulschrift",
"id" : "https://d-nb.info/gnd/4113937-9"
Expand Down

0 comments on commit 69794e1

Please sign in to comment.