Skip to content

turbocsv diff: key-aware diff between two CSV files #34

Description

@bytebrujo

Proposal

Row/cell-level diff between two CSVs, useful for data pipelines and PR review:

turbocsv diff old.csv new.csv --key id

Report added / removed / changed rows, and per-cell changes for matched keys.

Acceptance

  • Key-based matching with added/removed/changed classification
  • Human-readable + machine-readable (json) output
  • Tests

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew featurephase-6Formats & interop - Parquet, Arrow, Excel, diffpriority-mediumMedium impact

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions