Skip to content

Releases: bullhorn/dataloader

v2.2.0

13 Sep 16:15
Compare
Choose a tag to compare

Enhancements

  • Added support for Custom Objects
  • Delete command will fail a row if the record has already been deleted - provides better tracking
  • Results files will not be generated if there are no rows in that file - if there are no failures, then a _failure.csv file will not be created, which provides a cleaner results directory
  • Added the start/end/arguments time to the end of run report

Bug Fixes

  • Improved error messages for invalid data in the input CSV files - no more UNKNOWN_INTERNAL_ERROR messages
  • Improved the generation of templates to only include valid fields - no more read only fields being generated by the template call

v2.1.1

26 Aug 20:55
Compare
Choose a tag to compare

Bug Fixes

  • Fixed an intermittent issue where one or more rows upon startup may fail with java.util.ConcurrentModificationException

v2.1.0

22 Aug 14:15
Compare
Choose a tag to compare

Enhancements

  • Added convertAttachments command
  • Added ability to load or delete an entire directory of CSV files at once
  • Improved error messages

New Documentation

  • Added example directory for load with all primary and several secondary entities associated by the preferred externalID field where possible
  • Added an example CSV file and attachment for the loadAttachment command

v2.0.0

06 Aug 11:43
Compare
Choose a tag to compare

Enhancements

  • Based DataLoader on sdk-rest
  • Added loadAttachments command
  • Added deleteAttachments command
  • Reduced the number of required arguments by using the filename to get the entity name
  • Added property file validation
  • Improved the log file output and command line output to show a running printout status and totals upon completion

v1.2.0

20 Jul 14:46
Compare
Choose a tag to compare

Enhancements

  • Added delete command to delete records using DataLoader
  • Added an install package that does not require building from source or downloading a development version of Java in order to use the latest version of DataLoader

Documentation Added

  • Added Quick Start Guide to get up and running with DataLoader using the install package

v1.1.0

07 Jul 20:21
Compare
Choose a tag to compare

Enhancements

  • Added results output files, one new CSV file per run for successfully uploaded rows and one for failures.

v1.0.2

16 Jun 18:20
Compare
Choose a tag to compare

Enhancements

  • Added a logfile that is output to the /log directory under the current working directory
  • Renamed dataloader-importer-{version}.jar to be simply: dataloader-{version}.jar
  • DataLoader now looks in the current directory for the dataloader.properties file, unless specified as a command line parameter

Documentation Added

  • Updated README.md
  • Added documentation to dataloader.properties
  • Added example CSV files
  • Created wiki

v1.0.1

30 Dec 21:17
Compare
Choose a tag to compare
  • Expanded support for custom object metadata
  • Fixed an issue related to 'Id' field presence
  • Fixed an issue related to propertyExistsField metadata
  • Additional unit test coverage

v1.0.0

08 Dec 19:07
Compare
Choose a tag to compare

Bullhorn Dataloader goes beta!