Repeatability
High
The transformation rules are fully specified and structurally identical for every row: deduplicate by recency, normalize phone to E.164, fix capitalization, flag missing fields. This is a repeatable pipeline with no instance-level judgment required.
Ambiguity Tolerance
High
Success criteria are concrete and verifiable: no duplicate emails, all phones in E.164, consistent title-case names, flagged rows for missing email or phone. A script or agent can confirm completion programmatically.
Data & Tool Availability
High
The agent only needs the uploaded CSV and standard data-processing libraries (pandas, phonenumbers, etc.). No external APIs, credentials, or live system access are required.
Error Cost
Low
The original file is preserved and the output is a new CSV, so errors are fully reversible. A human can review the summary report and spot-check the output before importing into any live system.
Human Judgment Required
Low
The rules are deterministic. The only edge case requiring judgment is ambiguous duplicates (same name, different email), but these can be surfaced in the summary report for human review rather than silently resolved.