-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Import embargo information of files #147
Comments
Someone can give me some examples from RERODOC, which have files with embargo date? |
@jma For doing this, I need :
|
Here's a dump of files status and the query used to retrieve them: select distinct id_bibrec, status, docname from bibrec_bibdoc INNER JOIN bibdoc on bibrec_bibdoc.id_bibdoc=bibdoc.id where status!='' and status!='DELETED'; |
Test CSV file for testing all permissions possibilities
And corresponding oaiharvester commands: invenio oaiharvester harvest -u http://doc.rero.ch/oai2d -m marcxml -i oai:doc.rero.ch:20091210001703-ZZ -q |
* Updates files permissions using a CLI command and an input CSV file. * Moves existing CLI commands for documents. * Closes #147. Co-Authored-by: Sébastien Délèze <sebastien.deleze@rero.ch>
Provide a script that updates embargo dates and file access
The text was updated successfully, but these errors were encountered: