Bulk upload Artifact-Publication links
Fixes
Partially addresses #122 (closed) by @ajit_jadhav
Description
Add feature for bulk uploading and saving Artifact-Publication links using CSV files.
Type of PR
This PR is a feature.
Technicalities
- Use the
artifacts_publicationstable from thecdli_db_final_schemadatabase. - The necessary fields are shown in the sample file given below. (Try changing the fields, headers, adding irrelevant fields, using files that are not CSV and other things).
Tests
- Visit
/admin/artifacts-publications/add/bulk - Upload a CSV file containing the necessary data.
Sample data file: artifacts_publications_-_Sheet1.csv
Edited by Ajit Jadhav