Remove incorrect Phone Number and Email warnings in GER dataset.
When Phone Number and Email have empty values, CTHub produces the following error:
Warning Name: Possible Errors in Email Addresses
Expected value: Verify email addresses are valid
Warning Name: Phone Number Appears Incorrect
Expected value: Ensure phone numbers match the Canadian format (XXX-XXX-XXXX)
These warnings should only apply to values that are not blank. In this case no warning should have come up for blank cells in Phone Number and Email fields since these fields are allowed to have blank values. This issue may arise from the order in which the checks are being done.
This issue can be replicated using the test_file_missing_allowed file on Teams ( GER_SUVI > test_files).
Purpose
Ensure that incorrect warnings do not come up for users in Phone Number and Email columns.
Acceptance Criteria
[ ] No Possible Errors in Email Addresses warning comes up when Email is blank
[ ] No Phone Number Appears Incorrect warning comes up when Phone Number is blank
Describe the task
Remove incorrect Phone Number and Email warnings in GER dataset. When Phone Number and Email have empty values, CTHub produces the following error:
These warnings should only apply to values that are not blank. In this case no warning should have come up for blank cells in Phone Number and Email fields since these fields are allowed to have blank values. This issue may arise from the order in which the checks are being done.
This issue can be replicated using the test_file_missing_allowed file on Teams ( GER_SUVI > test_files).
Purpose Ensure that incorrect warnings do not come up for users in Phone Number and Email columns.
Acceptance Criteria