What problem does it solve?
This Skill automates the critical and often error-prone task of validating car insurance CSV data. It ensures data integrity, format correctness, and compliance with 26 standard fields and business rules, preventing costly errors in downstream analysis and reporting.
Core Features & Use Cases
- Comprehensive Data Validation: Checks for 26 mandatory fields, data types (Date, Boolean, Number, Integer), enum values, and business rules (e.g., non-negative amounts, year/week ranges).
- Detailed Error Reporting: Generates a clear Markdown report with passed/failed items, warnings, statistics, and specific fix recommendations.
- Multi-Stage Verification: Follows a structured process from schema reading to format, field, type, and business rule validation.
- Use Case: Before importing a new batch of car insurance policy data into a system, a data analyst uses this skill to automatically scan the CSV file. The skill quickly identifies missing mandatory fields, incorrect date formats, and out-of-range values, providing a report that guides precise data correction, ensuring a clean import.
Quick Start
Validate the attached 'policy_data.csv' file for completeness and correctness.