Skip to content

Releases: harvard-library/aspace-import-excel

Support for ArchivesSpace v2.7 handling of Languages

30 Jan 14:23
Compare
Choose a tag to compare

This version supports the enhanced handling of Languages when the plugin is associated with ArchivesSpace v2.7

Please read the User Documentation carefully.

Support for extended spreadsheet

30 Jan 14:18
Compare
Choose a tag to compare

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

20 Jun 23:31
c99b14a
Compare
Choose a tag to compare

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

18 Jan 15:34
Compare
Choose a tag to compare

Closes #46 .
The release of a new major version of Bundler causes errors on ArchivesSpace startup when scripts/initialize-plugin.bat aspace-import-excel is run.

This release contains a substitute .bat file that gets around this problem (see installation instructions).

Use first entry in Managed Controlled Value list

05 Dec 16:59
Compare
Choose a tag to compare
v2.1.17

Use first translation in controlled list

Handle lookups of controlled value lists differently

30 Nov 20:21
Compare
Choose a tag to compare

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

07 Nov 16:06
Compare
Choose a tag to compare
v2.1.15

include proper proxy handling

Fixed Proxy prefix handling

07 Nov 16:03
Compare
Choose a tag to compare
v2.1.14

include proper proxy handling

Better error handling, more subject, agents

26 Oct 15:33
Compare
Choose a tag to compare

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

24 Aug 18:04
Compare
Choose a tag to compare

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.