Closed aswinkarthik closed 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
csv.Reader
rune
Hello, I'll try to give it a shot today if that's okay with you.
https://github.com/aswinkarthik/csvdiff/pull/35
Currently, csvdiff supports only comma.
csv.Reader
allows overriding comma to anyrune
. We can extend this to make the rune configurable as a character so that TSVs or other separators can be supported