For more information, please refer to this announcement explaining best practices for getting answers to questions.
Is it possible to DELETE and MERGE in a single candidate HDL file?
Summary:
Is it possible to DELETE and MERGE in a single candidate HDL file?
Content (please ensure you mask any confidential information):
Hi experts,
We are working on the candidate disposal process automation and faced the issue where we need to delete a candidate and clean a DoB field.
We generated the following HDL but it didn't work.
METADATA|Candidate|CandidateNumber|PersonId|AvailabilityDate|CountryOfBirth|DateOfBirth|DateOfDeath|RegionOfBirth|TownOfBirth
DELETE|Candidate|1409216|300000460742661||||||
MERGE|Candidate|1409216|300000460742661|#NULL|#NULL|#NULL|#NULL|#NULL|#NULL
---
Error:
You can't supply multiple data lines for the same record in the same file because the component Candidate isn't date-effective.