Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit 2206b19

Browse files
committed
Fixes #8
1 parent c9254de commit 2206b19

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ To run batch-loader:
3737
|creator1|Y|Author||
3838
|resource_type1|Y|Type of Work|For values, see https://github.com/gwu-libraries/scholarspace-hyrax/blob/master/config/authorities/resource_types.yml|
3939
|license1|Y||For values, see https://github.com/gwu-libraries/scholarspace-hyrax/blob/master/config/authorities/licenses.yml - NOTE: use the `id` values|
40+
|rights_statement|Y||For values, see https://github.com/gwu-libraries/scholarspace-hyrax/blob/master/config/authorities/rights_statements.yml - NOTE: use the `id` values. Also note that this is a single-valued field.|
4041
|gw_affiliation1|N|GW Unit|For values, see https://github.com/gwu-libraries/scholarspace-hyrax/blob/master/config/authorities/gw_affiliations.yml|
4142
|location1|N|||
42-
|rights_statement|N||For values, see https://github.com/gwu-libraries/scholarspace-hyrax/blob/master/config/authorities/rights_statements.yml - NOTE: use the `id` values. Also note that this is a single-valued field.|
4343
|date_created1|N||Should be YYYY format|
4444
|description1|N|Abstract||
4545
|keyword1|N|||

batch_loader.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
'resource_type1',
1616
'title1',
1717
'creator1',
18-
'license1'
18+
'license1',
19+
'rights_statement'
1920
)
2021

2122

0 commit comments

Comments
 (0)