Releases: bullhorn/dataloader
Releases · bullhorn/dataloader
v3.7.1
Bug Fixes
- Added business sectors as an association on Lead: #249
v3.7.0
Features
- Added property "processEmptyAssociations" that determines whether or not to ignore empty cells for To-Many association fields. If set to false then empty To-Many cells will be ignored, which is the default behavior. If the property is set to true then all empty To-Many association cells will remove any existing associations. This does not currently apply to To-One associations.
v3.6.2
Bug Fixes
- Allowed lookup for disabled CorporateUser records: #230
v3.6.1
Bug Fixes
- Added support for Dual Byte Characters: #205
v3.6.0
Features
- Added Support for CandidateCertification Entity: #233
- Added Support for WorkersCompensation and WorkersCompensationRate Entities: #178
Dependencies
- Upgraded from SDK-REST version 1.2.11 to 1.2.15
v3.5.0
Features
- Added ability to disassociate To-Many entities that are not listed in the cell: #228
Bug Fixes
- Fixed issue where existing To-Many associations caused new ones to not load: #226
v3.4.0
Features
-
Allow for blank association fields, so that one input file can have a mix of filled out and empty association cells. (#186)
-
Ignore soft-deleted files when looking up associations.
(#182)
v3.3.1
Bug Fixes
- Fixed issue with custom objects where the parent lookup field was always getting added as an exist field, which did not allow for no exist fields to be used. Custom Objects now work exactly the same as all other objects when it comes to loading with or without exist fields. (#218)
v3.3.0
Features
- Fixed Loading of Custom Objects.
Custom Objects now support multithreaded load/delete, just like all other entities: #179.
Person Custom Objects no longer need the person._subtype
column (will now complain if present).
v3.2.2
Bug Fixes
- Fixed issue with custom objects that have null text blocks or text blocks with apostrophes (#208)