Summary
Normalize and validate all telecom data upon receipt, instead of when emitting the values for evaluation.
Acceptance Criteria
Details / Tasks
For phone number, please consider using phonenumbers or another lib to parse the incoming number and produce a E164 string.
Validate email addresses with an email regex.
Both email addresses and phone numbers should use the normalize_text method in the feature_iter.
Summary
Normalize and validate all telecom data upon receipt, instead of when emitting the values for evaluation.
Acceptance Criteria
Details / Tasks
For phone number, please consider using phonenumbers or another lib to parse the incoming number and produce a E164 string.
Validate email addresses with an email regex.
Both email addresses and phone numbers should use the
normalize_textmethod in the feature_iter.