aswinkarthik / csvdiff

A fast diff tool for comparing csv files
https://aswinkarthik.github.io/csvdiff/
MIT License
532 stars 57 forks source link

Support non-comma separator #31

Closed aswinkarthik closed 5 years ago

aswinkarthik commented 5 years ago

Currently, csvdiff supports only comma. csv.Reader allows overriding comma to any rune. We can extend this to make the rune configurable as a character so that TSVs or other separators can be supported

xiorcal commented 5 years ago

Hello, I'll try to give it a shot today if that's okay with you.

xiorcal commented 5 years ago

https://github.com/aswinkarthik/csvdiff/pull/35