Closed koterpillar closed 5 years ago
The following files, when diffed, don't produce the proper output:
1.csv:
1,"one,two"
2.csv
1,"one,four"
csvdiff 1.csv 2.csv # Additions (0) # Modifications (1) - 1,one,two + 1,one,four
The output looks like it has 3 columns, while both files only have two.
Looks like a bug. I will look into this.
This is fixed as part of #27
The following files, when diffed, don't produce the proper output:
1.csv:
2.csv
The output looks like it has 3 columns, while both files only have two.