Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new format "diff-file" as a delta between the base and the delta file #54

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

lrotermund
Copy link

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

Could also be related to Issue #19

Lukas Rotermund added 6 commits May 19, 2022 18:25
Next: add headers from delta file
- renamed formatter from delta-file to diff-file
- added test to ensure correct diff file export
- moved tmp file to config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant