Skip to content

Option to replace <br> with a proper newline for the current export to CSV functionality #364

@spiritualgeek

Description

@spiritualgeek

Is your feature request related to a problem? Please describe.
<br> should be replaced by a proper newline

Describe the solution you'd like
When copying and pasting into something like Excel to create a quick csv it needs to be able to generate the file correctly

Correct version

A name,A Desc,"this that
and this"

Incorrect version

A name,A Desc,this that<br>and this

Describe alternatives you've considered
I have formulae I use to fix it, but it defeats the purpose of the csv as I need to add a column, use the formula and overwrite the offending column which adds too much to my workflow time

Additional context
In addition to this, it would be great to have an option to csv format and not just tsv

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestneeds-reviewA newly created issue that has not yet been processed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions