Multi-layer cleaning, from raw row to clean dataset.
01STEP
Intake
Profile incoming columns, infer types, and surface obvious anomalies before any cleaning runs.
companystring
emailemail
renewaldate?
02STEP
Plan
Compose the transformation plan: trims, normalizers, formatters, and per-column rules.
trim · normalize
ISO 8601 dates
E.164 phones
03AGENT
Clean
Cleaning runs in three layers: deterministic rules handle clear cases first, machine learning resolves ambiguous values next, and LLMs step in only for the hardest decisions. Each row escalates only as far as it truly needs.
04STEP
Review
Reviewers approve or reject the lowest-confidence repairs with a one-keystroke queue.
globx.com → globex.com76%
$ 88,500 → 8850098%
Q4 2026 → ?38%
05STEP
Results
Sign off, export to CSV or downstream systems, and keep a full lineage for every cell.
clean.csvsigned
lineage attachedexport → CSV
