Multi Format CSV Detection And Deduplication

Detect and handle multiple CSV format versions from the same data source; deduplicate records across format variants

vamseeachanta cbc5b3c 788 B Updated

File contents

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.

vamseeachanta/workspace-hub/tree/main/.agents/skills/workspace-hub/learned/multi-format-csv-detection-and-deduplication commit cbc5b3cc1e

Frequently asked questions

npx skillmds@latest add vamseeachanta/multi-format-csv-detection-and-deduplication