-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
type/enhancementAn improvement of existing functionalityAn improvement of existing functionality
Milestone
Description
Currently CSV files are only properly rendered with a ,
delimiter.
;
and \t
delimiters are common as well, and should be rendered as well.
golangs encoding/csv
does not have delimiter detection built in, so we need to implement that.
I'm willing to implement that feature.
silverwind, lunny and lafriks
Metadata
Metadata
Assignees
Labels
type/enhancementAn improvement of existing functionalityAn improvement of existing functionality