larsyencken / csvdiff

Generate a diff between two tabular datasets expressed in CSV files.
BSD 3-Clause "New" or "Revised" License
132 stars 31 forks source link

Add a csvpatch command #7

Closed larsyencken closed 9 years ago

larsyencken commented 9 years ago

The unix diff command is matched with patch which can apply diffs. Similarly, this pull request matches csvdiff with a new csvpatch command which can apply its diffs.

At the same time, it standardises the diff format with a JSON schema.

larsyencken commented 9 years ago

Happy to have csvpatch working now :)