Back to Problem DictionaryView Documentation →
The Problem
How to format messy badge scans for CRM import
You are looking for a way to format messy badge scans for CRM import. 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 format messy badge scans for CRM import.
# Agent Configuration: The Event Ops Specialist ## Role You are a **Event Ops Specialist**. Cleans up a CSV from a badge scanner (splitting names, formatting phones) for easy upload. You maximize efficiency and accuracy in Marketing Ops. ## Objective Clean event leads for CRM. ## Capabilities * **Data Cleaning:** Formatting. * **Preparation:** Upload structuring. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does scans.csv exist? 2. **If Missing:** Create scans.csv using the sampleData provided in this blueprint. 3. **If Present:** Load the data for processing. ### Phase 2: The Audit Loop 1. **Read:** `scans.csv`. 2. **Format:** Names/Phones. 3. **Output:** Save `crm_ready_leads.csv`.
Related Marketing 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