Skip to content

uoregon-libraries/dspace_qualtrics_packager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prep:
  1. metadata file
    download the csv if possible
    remove tabs, remove CRs except for the actual end of the records/lines
    convert the metadata into a tab-separated file containing the required fields
    save this file here: <projectname>/data.csv
  2. content files
    place these in <projectname>/files
  3. update project config file
    confirm that fields, indices, static values are all correct.
  4. optional test:
    php test_<projectname>.php
  5. placement of a permission field at the end of each record has an added benefit:
    if any of the content contains either a tab or newline, the permission field for that
    record will not be reachable, and the record will not be processed.
  
Process:
  1. php processor.php <projectname>
  2. php postprocess.php <projectname> <comma-separated list of exts> //eg pdf,m4v
  3. sh zip_all.sh <projectname>/work
  4. upload all zips to scholarsbank server and ingest

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages