Skip to content

Releases: collectionspace/collectionspace-mapper

Eager load to play nicely with CSV Importer

07 Jun 23:34
dca7ffb
Compare
Choose a tag to compare

What's Changed

  • Eager load to play nicely with collectionspace-csv-importer by @kspurgin in #140

Full Changelog: v4.0.1...v4.0.2

BUGFIX: looking up cached-as-unknown terms with different case forms

23 May 16:05
a79c700
Compare
Choose a tag to compare

Changes to support `collectionspace_migration_tools`

13 May 14:19
2cacce9
Compare
Choose a tag to compare

Breaking: DataHandler must be initialized with a csid_cache in addition to cache.

For other changes, see CHANGELOG

v3.0.0

21 Jan 00:12
7ee6974
Compare
Choose a tag to compare

What's Changed

  • Protections against introducing data integrity problems by @kspurgin in #136

Full Changelog: v2.5.2...v3.0.0

Add `strip_id_values` option

15 Jan 00:42
ed43713
Compare
Choose a tag to compare

In the case where objectNumber or other record id fields in the CS application have leading/trailing spaces, allows for updating existing records by sending the following as the batch config:

{"strip_id_values": false}

Documented here

Use refcache from csv-importer

13 Oct 14:58
d05248f
Compare
Choose a tag to compare
  • accept and handle collectionspace-refcache passed in from collectionspace-csv-importer
  • bug fixes for dealing with cached data
  • refactoring

New batch config option; fix spurious unknown option list value warnings

23 Sep 20:55
92bf74e
Compare
Choose a tag to compare

Added

  • multiple_recs_found batch configuration option added to allow batch deletion of duplicate records. This defaults to fail, which means if there are two or more existing records sharing the same ID, the batch importer will not transfer anything for that ID. In rare cases, however, you may really need to delete duplicates, and now you can. The batch importer will transfer your update or delete to the first result found via a search for the record ID. See the batch configuration options documentation for more information.

Changed

  • Do not warn about "%NULLVALUE%" as an unknown option list value

Use Ruby 2.7.4

03 Sep 19:33
fa7145d
Compare
Choose a tag to compare

Updates Ruby version to stay in sync with collectionspace-csv-importer

Bugfix for failing object hierarchy mapping

03 Sep 19:14
1ea749b
Compare
Choose a tag to compare

Changed

  • Bugfix for collectionspace-csv-importer#110
  • Re-set up running tests automatically on PR creation
  • Use collectionspace-client v0.10.0 and the find_relation method added to it
  • Use collectionspace-refcache v0.7.7
  • Add tests for methods in TermSearchable module

Bump versions

14 Jul 22:37
ff839d0
Compare
Choose a tag to compare

collectionspace-client 0.9.0
collectionspace-refcache 0.7.6
ruby 2.7.3