Actions
Bug #6970
closedMN.getPackage() omits data file extensions
Start date:
02/29/2016
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
Description
Erica Johns at Cornell reports that downloaded zip files do not have file extensions for the data files within the bagIt contents. http://support.nceas.ucsb.edu/rt/Ticket/Display.html?id=12349
I looked at the MN.getPackage() method and we are using the "Entity Name" rather than "Object Name" from the EML record. The latter usually has the original filename (with extension) whereas the former does not.
We have two options:
- continue to use the Entity Name and look up the file extension using the SM.formatId of the data
- switch to use Object Name
Actions