-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* f264 $c generation validates value and uses only year instead of full date value. * f264 $a may also be generated from dc.publisher.x-cityofpublication * Disallow f264 duplication: only first entry of dc.title.alternative generates the field * f264 $b now picks publisher name that aligns with title language if one is available and title language is defined * Add f245 title splitting to title+subtitle if some of most common patterns match to title * Enhance language detection for items and unify usage of detected language value between f008/f264
- Loading branch information
Showing
43 changed files
with
463 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
test-fixtures/transform/convert/common/generate2xx/generate245/01/output.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
[ | ||
{ | ||
"tag": "245", "ind1": "0", "ind2": "0", | ||
"tag": "245", "ind1": "0", "ind2": " ", | ||
"subfields": [ | ||
{"code": "a", "value": "Dublin Core - MARC21 -konversio."} | ||
{"code": "a", "value": "Dublin Core."} | ||
] | ||
} | ||
] |
Oops, something went wrong.