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

Added a quick fix for comparing files with added, removed or changed columns #34

Closed friederschueler closed 5 years ago

friederschueler commented 6 years ago

The tests for csvdiff are failing on my windows machine, therefore I can not check for side effects easily. I opened a new ticket for the failing tests. See #9 discussion for more information.

larsyencken commented 5 years ago

Thanks for the patch. Since csvdiff is meant to work like unix diff, where you diff files A and B, and then you can apply that diff to A to get B, then it's not enough to just get csvdiff working. csvpatch also needs to work with these placeholders.

Closing for now, feel free to propose how to close the whole loop without breaking the patch format.