Detect and handle multiple CSV format versions from the same data source; deduplicate records across format variants
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill multi-format-csv-detection-and-deduplication --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Multi Format Csv Detection And Deduplication?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-multi-format-csv-detection-and-deduplication)More formats (shields.io, HTML) on the badges page.
---
name: multi-format-csv-detection-and-deduplication
description: Detect and handle multiple CSV format versions from the same data source; deduplicate records across format variants
version: 1.0.0
source: auto-extracted
extracted: 2026-04-14
metadata:
tags: ["csv", "data-ingestion", "format-detection", "deduplication", "brokerage-data"]
---
# Multi-Format CSV Detection and Deduplication
When ingesting CSVs from sources that evolve formats over time (e.g., Fidelity exports with old vs. new column orders), detect format from header structure rather than filename. The same year/period can exist in both formats with identical transactions. Use column position and presence of distinguishing headers (e.g., 'Account Number' only in new format) as discriminators. Build a unified parser that normalizes both formats to a canonical schema, then deduplicate by transaction fingerprint (date, ticker, quantity, price) across all input files.Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
MySQL development best practices for schema design, query optimization, and database administration
基于Supabase最佳实践的PostgreSQL数据库模式,用于查询优化、架构设计、索引和安全。
Spring Boot中的JPA/Hibernate实体设计、关系、查询优化、事务、审计、索引、分页和连接池模式。
ClickHouse数据库模式、查询优化、分析和数据工程最佳实践,适用于高性能分析工作负载。
Unify 6+ memory systems into AgentDB with HNSW indexing for 150x-12,500x search improvements. Implements ADR-006 (Unified Memory Service) and ADR-009 (Hybrid Memory Backend).