Skip to content

write_tsv: remove line breaks and tab characters from cell values #50

@knh11545

Description

@knh11545

Problem: write_tsv will convert report to a TSV formatted file. Line break, new line, carriage return and tab characters in cell values (stemming from the original SUSHI report) will frequently break subsequent processing of TSV files by other software. Formal data quality of reports in the wild is often bad.

Suggestion: Optionally remove any such characters from cell values in the generated TSV. Maybe this can be done via a hook/callback to allow for future extension should the need for any other processing arise.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions