add-csv-importer

Community

Scaffold a safe, deduped CSV importer

Authormichaelayoade
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Building bulk import scripts is slow and error-prone, especially when you need validation, deduplication, dry runs, and per-row error reporting.

Core Features & Use Cases

  • Scaffolded bulk CSV importer: Generates a ready-to-run Python import script for importing entities from a CSV with clear CLI options.
  • Validation and normalization hooks: Establishes patterns for validating required headers and normalizing key fields (e.g., whitespace and case).
  • Deduplication + optional upsert: Supports skipping duplicates by dedup key or updating existing records with an --update-existing flag.
  • Dry-run safety and reporting: Adds --dry-run to preview actions and writes an import results CSV (created/updated/skipped/error) to reports/.
  • Resilient batch processing: Uses per-row exception handling with rollback so one bad row doesn’t break the entire import.

Quick Start

Use the add-csv-importer skill to generate an import script for your target entity and CSV mapping, then run the produced script with dry-run first to verify results before importing.

Dependency Matrix

Required Modules

None required

Components

scripts

đź’» Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: add-csv-importer
Download link: https://github.com/michaelayoade/dotmac_crm/archive/main.zip#add-csv-importer

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.