Skip to main content
Back to registry

csv-excel-merger

onewave-ai/claude-skills

Intelligently merge multiple CSV or Excel files with automatic column matching and data deduplication.

Installs281
Install command
npx skills add https://github.com/onewave-ai/claude-skills --skill csv-excel-merger
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Intelligently merge multiple CSV or Excel files with automatic column matching and data deduplication. When a user needs to merge CSV or Excel files: Analyze Input Files : Inspect File Structures : Create Merge Strategy : Column Matching : Conflict Resolution (when same record appears in multiple files): Deduplication : Perform Merge : Format Output : Handle Special Cases : Multiple Primary Keys : Different Data Types : Missing Columns : Large Files : Generate Code : Provide Python/pandas script that: Export Options : Column Matching : Data Quality : Performance : Transparency : Ensure merges: Generate clean, deduplicated merged files with full transparency and data quality checks. - Analyze Input Files : - How many files need to be merged? - What format (CSV, Excel, TSV)? - Are the files provided or need to be read from disk? - Do columns have the same names across files? - What is the primary key (unique identifier)? - Inspect File Structures : - Read headers from each file - Identify column names and data types - Detect encoding (UTF-8, Latin-1, etc.) - Check for missing columns - Look for duplicate column names - Create Merge Strategy : Column Matching : - Exact name match: "email" = "email" - Case-insensitive: "Email" = "email" - Fuzzy match: "E-mail" ≈ "email" - Common patterns: - "first_name", "firstname", "First Name" → "first_name" - "phone", "phone_number", "tel" →...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does csv-excel-merger do?

Intelligently merge multiple CSV or Excel files with automatic column matching and data deduplication.

Is csv-excel-merger good?

csv-excel-merger does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does csv-excel-merger work with?

csv-excel-merger currently lists compatibility with codex, gemini-cli, opencode, cursor, kimi-cli, github-copilot.

What are alternatives to csv-excel-merger?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install csv-excel-merger?

npx skills add https://github.com/onewave-ai/claude-skills --skill csv-excel-merger

Related skills

More from onewave-ai/claude-skills

Related skills

Alternatives in Software Engineering