UCSCLibrary / dams_project_mgmt

DAMS purpose is to provide access to digitized and born-digital UCSC Special Collections content. This repository is used for project planning. It holds the task tickets and roadmap for the different projects under DAMS.
2 stars 0 forks source link

Export multi-valued fields into single columns #512

Closed bkiahstroud closed 2 years ago

bkiahstroud commented 2 years ago

Summary

Multi-valued fields should be exported into single columns instead of split into numerated ones

Before:

title_1 title_2
First Title Second Title

After:

title
First Title; Second Title

Testing Instructions

  1. Login as an admin
  2. Navigate to Dashboard > Importers > New
  3. Fill out required fields. Upload a CSV that has multiple values for all properties that accept multiple values
  4. Click "Create and Import"
  5. Navigate to the importer's show page. After a couple minutes, refresh the page and ensure the entries succeeded
  6. Navigate to Dashboard > Exporters > New
  7. Select "Export From" > "Importer". Select the importer under "Importer". Fill out required fields. Click "Create and Export"
  8. After a couple minutes, refresh the page and click the download icon next to the exporter
  9. Open the downloaded CSV. Verify that the exported CSV satisfies the Acceptance Criteria

Acceptance Criteria

snehagunduraoUL commented 2 years ago
Screen Shot 2022-05-13 at 1 17 34 PM

This works as expected. This ticket can be closed.