-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
Description
gristle_differ doesn't trim column - it simply compares them as they are provided.
However, it is entirely possible that the two files came from different processes, and one of the two left trailing spaces within each field. A common way this could happen is if the 'old file' is produced by exporting the data from a database table, and the table has columns with a fixed-length char type.
Reactions are currently unavailable