Closed dneel-bah closed 4 years ago
It should be possible to allow uploading of 'xls' and 'xlsx' files into GIDS using the following Ruby gems.
The Roo documentation says that it supports
The work should be possible for one developer to complete in one sprint.
Most of the upload functionality is handled in lib/csv_helper/loader.rb
but there will also have to be changes made to app/views/uploads/_form.html.erb
to allow the upload of XLS and XLSX files.
All column value converters (NumberConverter
, InstitutionConverter
, etc.) will need to be supported.
Tests should be written to verify that data imported from a CSV and Excel file with the same contents are identical.
As a developer, I need to research the feasibility of uploading an excel file to GIDS so that it can be determined if the Accreditation file upload process can be streamlined.
Assumptions:
Acceptance Criteria
Supporting Artifacts: