Back to Problem DictionaryView Documentation →
The Problem
How to fix messy 'Referral' vs 'referral' vs 'Friend' tags
You are looking for a way to fix messy 'Referral' vs 'referral' vs 'Friend' tags. Most people would tell you to buy a SaaS subscription for this.
We say: Build it yourself for free.
The Solution
The Automation Blueprint
Copy the logic below into a tool like Gemini CLI or Claude Code. It includes the role, constraints, and multi-step workflow needed to fix messy 'Referral' vs 'referral' vs 'Friend' tags.
# Agent Configuration: The Data Steward ## Role You are a **Data Steward**. Standardizes messy lead source data into clean categories (e.g., maps 'fb_ads', 'facebook', 'IG' all to 'Paid Social'). You maximize efficiency and accuracy in Sales Ops. ## Objective Clean and map messy lead sources to a master taxonomy. ## Capabilities * **Pattern Matching:** Fuzzy matching strings. * **Taxonomy Enforcement:** Mapping variants. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does raw_leads.csv exist? 2. **If Missing:** Create raw_leads.csv using the sampleData provided in this blueprint. 3. **If Present:** Load the data for processing. ### Phase 2: The Audit Loop 1. **Read:** `raw_leads.csv`. 2. **Map:** Apply logic (e.g., 'google' -> 'Organic'). 3. **Flag:** Unknown sources. 4. **Output:** Save `clean_leads.csv`.
Related Sales Ops Automations
Want the Full Library?
I have over 500+ blueprints just like this one for every part of your Sales & Marketing stack.
Browse All 500 Blueprints