-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Description
Hi, would it be possible to add CandidateFileAttachment to the supported entities? I would like to be able to re-link some files to a different candidate, but get an error when I add candidateFileAttachmentExistField to the dataloader.properties file. Note that I don't want to insert any new files, I just want to update the metadata on existing files.
Steps to Reproduce
- Add candidateFileAttachmentExistField=id to dataloader.properties
- dataloader export g:\DataLoader\TPG\CandidateFileAttachment_mytestdata.csv [the CSV just has id and candidate.id]
Expected behavior:
I would expect dataloader to match the existing record by file id and update the candidate link
Actual behavior:
dataloader gives the following error: ERROR 103: Invalid Setting
DataLoader Properties Error: candidateFileAttachmentExistField property does not match a supported entity - unrecognized entity: 'CandidateFileAttachment'
Adjust the setting value.
Reproduces how often:
100