Releases: collectionspace/collectionspace-mapper
Releases · collectionspace/collectionspace-mapper
BUGFIX: fixes error when mapping unmappable date values
Eager load to play nicely with CSV Importer
What's Changed
Full Changelog: v4.0.1...v4.0.2
BUGFIX: looking up cached-as-unknown terms with different case forms
Changes to support `collectionspace_migration_tools`
Breaking: DataHandler
must be initialized with a csid_cache
in addition to cache
.
For other changes, see CHANGELOG
v3.0.0
Add `strip_id_values` option
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
- 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
Added
multiple_recs_found
batch configuration option added to allow batch deletion of duplicate records. This defaults tofail
, 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
Updates Ruby version to stay in sync with collectionspace-csv-importer
Bugfix for failing object hierarchy mapping
Changed
- Bugfix for collectionspace-csv-importer#110
- Re-set up running tests automatically on PR creation
- Use
collectionspace-client
v0.10.0 and thefind_relation
method added to it - Use
collectionspace-refcache
v0.7.7 - Add tests for methods in
TermSearchable
module