Skip to content

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

Compare
Choose a tag to compare
@kspurgin kspurgin released this 23 Sep 20:55
· 344 commits to main since this release
92bf74e

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