You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Associating records with a tearsheet does not add all records
Steps to Reproduce
Run the first spreadsheet to create the tearsheet/ alternatively login and create the tearsheet manually
Run the second spreadsheet to associate the Candidates with the newly created tearsheet
Observe all records correctly added according to Dataloader
Login to the system and observe that only some records have actually been associated
Expected behavior:
The expectation is for all records to be correctly associated with the tearsheet
Actual behavior:
Only a fraction of the records from the csv are correctly associated. I believe this to be being caused by the duplicate checker as viewing the calls within ELK you can see that Dataloader is firing off DELETE calls after the PUT calls which immediately unassociates the record with the tearsheet.
This does not occurr when the duplicate checker is disabled
Reproduces how often:
Everytime, through tests of associating 7 candidates/Contacts with a tearsheet the most common result was one record being associated
Additional Information
The dataloader.properties file (minus login info)
The CSV input file (smallest possible file that reproduces the issue)
The results file(s)
The log file
--- All of this information is in the attached ZIP (Dataloader Files) Dataloader files.zip
The text was updated successfully, but these errors were encountered:
Description
Associating records with a tearsheet does not add all records
Steps to Reproduce
Expected behavior:
The expectation is for all records to be correctly associated with the tearsheet
Actual behavior:
Only a fraction of the records from the csv are correctly associated. I believe this to be being caused by the duplicate checker as viewing the calls within ELK you can see that Dataloader is firing off DELETE calls after the PUT calls which immediately unassociates the record with the tearsheet.
This does not occurr when the duplicate checker is disabled
Reproduces how often:
Everytime, through tests of associating 7 candidates/Contacts with a tearsheet the most common result was one record being associated
Additional Information
dataloader.properties
file (minus login info)--- All of this information is in the attached ZIP (Dataloader Files)
Dataloader files.zip
The text was updated successfully, but these errors were encountered: