You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.