-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Add Tabular Diff for CSV files #14661
Conversation
Display csv parser errors in diff.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome. Thanks for adding unit tests! 💯
Agreed. I've added some support to the issue/PR you linked, but it appears that the go maintainers are not interested in extending the |
@zeripath need your review. |
Lines 485 to 498 in 2b9e0b4
|
Sorry accidentally requested review 😸 |
Implements request #14320 The rendering of csv files does match the diff style.
A simple change:
Changes in different areas (note the jumping line numbers):
A removed column is rendered without marking all rows as changed:
Toggle view: