Task #1345
Story #1341: Fix blockers to demo functionality
Data downloads in Metacat don't end in CSV
Start date:
Due date:
% Done:
100%
Milestone:
Product Version:
*
Story Points:
Sprint:
History
#1 Updated by Chad Berkley almost 14 years ago
- Status changed from New to Closed
Added code to ResourceHandler to check the objectFormat and set the extension to .csv or .txt if the proper objectFormat is set. This is not possible in the MetacatHandler code (generateOutputName()) because there is no mime type stored for the document. The doctype is simply set to BIN in xml_documents;