We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: