csv-diff

Compare two CSV files to identify changes, additions, or deletions between them and generate a unified diff output similar to git diff .

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "csv-diff" with this command: npx skills add fityannugroho/csv-diff/fityannugroho-csv-diff-csv-diff

CSV Diff

Compare two CSV files to identify changes, additions, or deletions between them and generate a unified diff output similar to git diff .

When to use

Use this when you need to:

  • Compare two CSV files and see what changed between them, especially for large datasets.

  • Generate a unified diff file for tracking changes in tabular data.

Quick start

Compare two CSV files:

csvdiff old.csv new.csv

This will generate a result.diff file showing the differences.

Documentation

  • Run csvdiff --help to see available options and usage.

  • Read the documentation for more details.

Output

The tool generates a unified diff output similar to the following:

--- old.csv +++ new.csv @@ -2,3 +2,3 @@ 0,Alice,70000 -1,John,50000 +1,John,55000 2,Jane,60000

The output shows:

  • Lines prefixed with - were removed or changed

  • Lines prefixed with + were added or changed

  • Context lines (no prefix) show unchanged data for reference

Notes

  • CSV files must have a header row.

  • Output is saved to a .diff file (default: result.diff ).

Requirements

The csv-diff-py package must be installed in your environment. You can install it globally via uv (or user-preferred python package manager):

uv tool install csv-diff-py

Alternatively, run it directly with uvx (or user-preferred python package runner):

uvx --from csv-diff-py csvdiff file1.csv file2.csv

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Charging Ledger

充电记录账本 - 从截图提取充电信息并记录,支持按周、月查询汇总。**快速暗号**: 充电记录、充电账本、充电汇总。**自然触发**: 记录充电、查询充电费用、充电统计。

Registry SourceRecently Updated
General

qg-skill-sync

从团队 Git 仓库同步最新技能到本机 OpenClaw。支持首次设置、定时自动更新、手动同步和卸载。当用户需要同步技能、设置技能同步、安装或更新团队技能,或提到「技能同步」「同步技能」时使用。

Registry SourceRecently Updated
General

Ad Manager

广告投放管理 - 自动管理广告投放、优化ROI、生成报告。适合:营销人员、电商运营。

Registry SourceRecently Updated