I needed a delta between two gigantic CSV files for a project, your tool helped me a lot. As a thank you, I would like to play back the resulting customization and the new format, if you are interested.
This PR provides a a new delta formatter diff-file.
The following changes are included in the PR:
New format diff-file that creates a delta/diff CSV file between the base and delta files. The CSV file contains the headers of the delta file, as well as all additions and current modifications.
A formatter test to ensure the functionality of the new format
An update of the README containing the new format information
I needed a delta between two gigantic CSV files for a project, your tool helped me a lot. As a thank you, I would like to play back the resulting customization and the new format, if you are interested.
This PR provides a a new delta formatter
diff-file
.The following changes are included in the PR:
diff-file
that creates a delta/diff CSV file between the base and delta files. The CSV file contains the headers of the delta file, as well as all additions and current modifications.Could also be related to Issue #19