Skip to content

Commit

Permalink
Add dissolutionDate#76
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasNx committed Jul 10, 2023
1 parent f50f4bc commit e225bf6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions conf/fix-enriched.fix
Original file line number Diff line number Diff line change
Expand Up @@ -988,6 +988,12 @@ do list(path:"replacedBy[]","var":"$i")
replace_all("$i.id","^.*$","http://lobid.org/organisations/$1#!")
end
if any_match("050D.a",".*L.schung.*")
copy_field("050D.a","dissolutionDate")
end
replace_all("dissolutionDate","^L.schung(\\d{4}-\\d{2}).*","$1-01")
copy_field("id","mainEntityOfPage.id")
copy_field("001A.0","mainEntityOfPage.dateCreated")
copy_field("001B.0","mainEntityOfPage.dateModified")
Expand All @@ -1014,6 +1020,7 @@ retain(
"collects",
"containedIn",
"dbsID",
"dissolutionDate",
"email",
"fundertype",
"id",
Expand Down

0 comments on commit e225bf6

Please sign in to comment.