Skip to content

render CSV with different delimiters than , #7868

Closed
@noerw

Description

@noerw

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type/enhancementAn improvement of existing functionality

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions