Releases: bullhorn/dataloader
Releases · bullhorn/dataloader
v2.2.0
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 cleanerresults
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
Bug Fixes
- Fixed an intermittent issue where one or more rows upon startup may fail with
java.util.ConcurrentModificationException
v2.1.0
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
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
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
Enhancements
- Added results output files, one new CSV file per run for successfully uploaded rows and one for failures.
v1.0.2
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