Is it possible to do conditional updates using HCM Data Loader (HDL)?
We are currently using HDL to update the Job Application EFF. There are two different processes that update this value. The first process updates the field to “Sent to SuperVision” when we send the request to the vendor:
METADATA|CandidateJobApplicationExtraInfo|RequisitionNumber|CandidateNumber|PeiInformationCategory|EFF_CATEGORY_CODE|FLEX:PER_PERSON_EIT_EFF|mvrErrorDescription(PER_PERSON_EIT_EFF=SuperVision Results)|mvrResults(PER_PERSON_EIT_EFF=SuperVision Results)|SubmissionId
MERGE|CandidateJobApplicationExtraInfo|123|123456|SuperVision Results|PER_EIT|SuperVision Results|#NULL|Sent to SuperVision|300000912200000
The second process updates the value to “Results Found” when we receive a response from the vendor:
METADATA|CandidateJobApplicationExtraInfo|RequisitionNumber|CandidateNumber|PeiInformationCategory|EFF_CATEGORY_CODE|FLEX:PER_PERSON_EIT_EFF|mvrErrorDescription(PER_PERSON_EIT_EFF=SuperVision Results)|mvrResults(PER_PERSON_EIT_EFF=SuperVision Results)|SubmissionId