Data Validation and Transformation Rules
Overview:
Apply business rules to ensure that only valid and relevant data enters the system.
Transformations:
-
Status Verification:
- If a ticket’s status is marked as “resolved”, but the resolution time is still null, apply transformation rules to flag or correct such issues.
- Learn more about Ticket Status Validation
-
Compliance Validation:
- Ensure data adheres to internal policies (e.g., tickets should have valid email addresses or phone numbers).
- Learn more about Compliance Validation
-
Flagging Suspicious Data:
- Use rules to flag records with conflicting information (e.g., an “open” ticket with a “resolved” status).
- Learn more about Data Anomaly Detection