Releases: harvard-library/aspace-import-excel
Support for ArchivesSpace v2.7 handling of Languages
Support for extended spreadsheet
This release includes an extended spreadsheet template in support of additional functionality:
-
Individually setting the publish/unpublish flags for Notes.
-
Ability to add Agents as Source and Subject, not just Creator.
-
Expanded the number of Agents for each type, including directions for adding even more agents.
-
Support for more than one Extent, with the ability to add more extents.
-
Support for more than one Container Instance, with the ability to add more container instances.
Supports ArchivesSpace 2.6.0
This release has changes that reflect that ArchivesSpace 2.6.0 doesn't require a custom .bat file for installation anymore.
Determine Bundler version for Windows install
Use first entry in Managed Controlled Value list
v2.1.17 Use first translation in controlled list
Handle lookups of controlled value lists differently
When looking up an input value against a controlled value list (such as the container_type), search first against the Translation, and then if failed, against the Value
Handle Proxy Prefixes correctly
v2.1.15 include proper proxy handling
Fixed Proxy prefix handling
v2.1.14 include proper proxy handling
Better error handling, more subject, agents
This release allows the user to create up to 10 each subject/agent clusters, if they add columns in the same pattern, updating the number in the field code row, e.g.:
subject_4_record_id | subject_4_term | subject_4_type
Numbering must be sequential, with no gaps (don't skip from 3 to 5, for example)
Support for Excel versions higher than 2013, plus prefix fix
This release supports the ingest of Excel spreadsheets up to Excel 2016, addressing issue #35 .
In addition, it incorporates pull request #39 to fully support prefixes, thanks to @mark-cooper.