What problem does it solve?
Value mapping resolves inconsistent categorical labels and value drift across extracted datasets so analytics and downstream models can rely on stable, canonical concepts rather than noisy source strings.
Core Features & Use Cases
- Survey & Inventory: Sweep ingest artifacts to report which columns have canonicals, mapped, and unmapped values before any work begins.
- Indexing & Bulk Fixes: Index distinct values for a column, batch-resolve typos and encoding/casing variants, and create new canonicals where appropriate.
- Human-in-the-loop Decisions: Flag methodology changes and corporate transitions for review instead of auto-resolving, and produce rationale-backed artifacts for approvals.
- Operational Safety: Require environment checks to avoid accidental production writes and emit timestamped mapping artifacts for promotion via the soria workflow.
- Use Case: Clean 75 variant metric_name values into 80 canonicals by batching typos, documenting convention choices, and requesting human review for ambiguous pairs.
Quick Start
Map the metric_name column for a target group by indexing its distinct values, batch-applying obvious typo fixes, flagging ambiguous pairs for review, and saving the mapping artifact for promotion.