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

Feature: output diff as a csv #39

Open
boxydog opened this issue Sep 20, 2024 · 0 comments
Open

Feature: output diff as a csv #39

boxydog opened this issue Sep 20, 2024 · 0 comments

Comments

@boxydog
Copy link

boxydog commented Sep 20, 2024

I like csv (actually usually tsv) files because they are easy to process with command-line tools.

If this diff tool outputted the diffs as a csv, then I could easily use command line tools on the diff.

It wouldn't have to have the same number of lines or format as the original. It could even be in normalized form, such as:

key1 field1-name field1-value field2-value
key1 field2-name field1-value field2-value
...

@boxydog boxydog changed the title Output diff as a csv Feature: output diff as a csv Sep 20, 2024
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

No branches or pull requests

1 participant