Csv export, separator removed from text

Created on 16 January 2024, 11 months ago

Hello,
example : csv separator selected is ";"
if a column contain a text with the selected separator it will be replaced with space

$content_replacements = [
"\r\n" => ' ',
"\n\r" => ' ',
"\r" => ' ',
"\n" => ' ',
"\t" => ' ',
$config['separator'] => ' ',
];

the text can be escaped and keep exactly the same content ?

Thank you

Feature request
Status

Active

Version

4.0

Component

Code

Created by

🇹🇳Tunisia medwassim

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024