Describe the feature:Currently (actually tested on 7.17.6, but behavior is identical on 8.6.2) there is no configuration to possibly strip newline characters from the fields of the generated csv.
The generated csv file is parsed wrongly by the most common spreadsheet editors when used naively: for example, such file is parsed correctly when "loaded" on Excel 2019 (Data -> From Text/CSV), but not when opened (exactly the opposite behavior described on Excel 2007!); I was not able to parse it properly with Libreoffice 7.2 csv text import.
It should be possible to strip newline characters (maybe replacing them with a single space?) to generate csv files that are readily available to be used by less spreadsheet-savvy users and single-line csv editors.
Describe a specific use case for the feature: When downloading a csv from a search, if a field contains newlines it appears as following (assuming the csv delimiter is the pipe | and the quoteValues is on)
while it is possible to extract a valid csv from here (ignore newlines between single quotes, "" does not count), it is wrongly parsed by some editors. Related issue #20408
Describe the feature: Currently (actually tested on 7.17.6, but behavior is identical on 8.6.2) there is no configuration to possibly strip newline characters from the fields of the generated csv.
The generated csv file is parsed wrongly by the most common spreadsheet editors when used naively: for example, such file is parsed correctly when "loaded" on Excel 2019 (Data -> From Text/CSV), but not when opened (exactly the opposite behavior described on Excel 2007!); I was not able to parse it properly with Libreoffice 7.2 csv text import.
It should be possible to strip newline characters (maybe replacing them with a single space?) to generate csv files that are readily available to be used by less spreadsheet-savvy users and single-line csv editors.
Describe a specific use case for the feature: When downloading a csv from a search, if a field contains newlines it appears as following (assuming the csv delimiter is the pipe | and the quoteValues is on)
while it is possible to extract a valid csv from here (ignore newlines between single quotes, "" does not count), it is wrongly parsed by some editors. Related issue #20408