This repository has been archived by the owner on Jun 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds affiliation to list of repeatable fields for standard ingest and…
… metadata file upload. (#1874) Standard ingest config and Dublin Core CSV metadata profile config have been committed, since they should be standard. Completes DDR-892.
- Loading branch information
1 parent
f370a3e
commit cd8d055
Showing
5 changed files
with
67 additions
and
30 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,9 +10,6 @@ before_script: | |
- "cp config/log4r.yml.sample config/log4r.yml" | ||
cache: bundler | ||
script: "bundle exec rake dul_hydra:ci:build" | ||
notifications: | ||
email: | ||
- [email protected] | ||
# To exclude antivirus tests: | ||
# env: | ||
# - SPEC_OPTS="--tag ~antivirus" | ||
|
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
:csv: | ||
:col_sep: "," | ||
:quote_char: '"' | ||
:header_converters: | ||
:parse: | ||
:local_identifier: identifier | ||
:repeatable_fields: | ||
- affiliation | ||
- category | ||
- company | ||
- contributor | ||
- creator | ||
- date | ||
- format | ||
- hasPart | ||
- identifier | ||
- isFormatOf | ||
- isPartOf | ||
- language | ||
- medium | ||
- placement_company | ||
- product | ||
- publication | ||
- series | ||
- setting | ||
- spatial | ||
- subject | ||
- tone | ||
- type |
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
:scanner: | ||
:exclude: | ||
- .DS_Store | ||
- Thumbs.db | ||
- metadata.txt | ||
:targets: dpc_targets | ||
:intermediate_files: intermediate_files | ||
:metadata: | ||
:csv: | ||
:encoding: UTF-8 | ||
:headers: true | ||
:col_sep: "\t" | ||
:parse: | ||
:repeating_fields_separator: ; | ||
:repeatable_fields: | ||
- affiliation | ||
- category | ||
- company | ||
- contributor | ||
- creator | ||
- date | ||
- format | ||
- hasPart | ||
- identifier | ||
- isFormatOf | ||
- isPartOf | ||
- language | ||
- medium | ||
- placement_company | ||
- product | ||
- publication | ||
- series | ||
- setting | ||
- spatial | ||
- subject | ||
- tone | ||
- type |
This file was deleted.
Oops, something went wrong.