-
Notifications
You must be signed in to change notification settings - Fork 495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Let file metadata (i.e. description) be specified during zip upload #723
Comments
Original Redmine Comment Philip Durbin wrote:
Jen from OJS and I discussed this again today at http://irclog.iq.harvard.edu/dvn/2013-08-27#i_3226 and she seem ok with limiting the visible fields on the OJS side to those that we can accept via zip upload: 12:49 pdurbin jwhitney: in the past we've talked about our files on the DVN side have metadata such as filename, category, and description. I don't have a way to set descriptions for files. Is this a problem for the OJS use case? See also this ticket about this: https://redmine.hmdc.harvard.edu/issues/3232 I also left a note about this on the OJS mockups doc: https://docs.google.com/document/d/1T-i2a4synXIhe3DClYyALI8VYgh2hLdJJMmd6KVVXhc/edit?pli=1 |
Original Redmine Comment At https://help.hmdc.harvard.edu/Ticket/Display.html?id=169905#txn-3486070 Eleni pointed out that this blog post mentions Bagit: Introducing next year’s model, the data-crate; applied standards for data-set packaging | ptsefton - http://ptsefton.com/2013/11/01/1944.htm "Crate = Bagit + Zip + x" |
Original Redmine Comment Now that we're developing a "native" API, perhaps we could re-visit this ticket. I just added a Trello card for this: https://trello.com/c/LiD9Xx5u/12-let-file-metadata-i-e-description-be-specified-during-upload |
The feature is to allow automatic metadata completion by uploading a companion codebook-style file containing file metadata. This would be useful for batch file uploads but since we currently do not recommend having lots of files per dataset this is not a high priority. |
While working on a way to add files to the native API yesterday (#1612, basically) @raprasad added the ability to send JSON along with the file and once this includes description we might want to close this issue and just say to use that new endpoint instead if you need to add a description to a file via API. |
I'm parking this issue in Development at https://waffle.io/IQSS/dataverse along side #1612. |
It sounds like this was not part of the implementation. Putting into code review for consideration to be moved into backlog |
Moving to backlog |
Is anyone who is following this issue still interested in this feature? |
Author Name: Philip Durbin (@pdurbin)
Original Redmine Issue: 3232, https://redmine.hmdc.harvard.edu/issues/3232
Original Date: 2013-08-19
Currently, our zip and tar upload feature does not allow the description field to be populated on a per file basis. After upload the user much change the description field for each uploaded file, if desired.
In order to set file metadata fields such as "description" we could support some sort of "manifest" file within the zip or tar itself that contains a list of all the files in the archive and the metadata (description, category, possibly md5sum) for each file.
We could invent our own format or support an existing format such as BagIt ( http://en.wikipedia.org/wiki/BagIt ) or the DSpace Simple Archive Format: https://wiki.duraspace.org/display/DSDOC3x/Importing+and+Exporting+Items+via+Simple+Archive+Format#ImportingandExportingItemsviaSimpleArchiveFormat-ItemImporterandExporter
In addition to zip or tar upload via DVN's web interface, this functionality could also be used in the Data Deposit API (SWORDv2), which supports file upload. Some discussion of file metadata took place with Open Journal Systems (OJS) at http://irclog.iq.harvard.edu/dvn/2013-07-29#i_2752
The text was updated successfully, but these errors were encountered: