I need to check duplicate detection. Condition is combination of start date(date) and job (string) should be unique. Job is case sensitive. That is carpenter - 10-03-2022 is different from CARPENTER - 10-03-2022. how can we implement this. Bulk import is allowed and duplicate should be found based on above criteria.