fputcsv ( resource $handle , array $fields , string $delimiter = "," , string $enclosure = '"' , string $escape_char = "\\" ) : int|false
cc : https://www.php.net/manual/en/function.fputcsv.php
Hii,
I would like to know if some kind of update could allow me to choose the delimiter of my exported CSV
Maybe as a Header variable like CSV-Delimiter ? or just by forcing a default value in the back office
Thanks
Kind reguards
Faisal
df-core/src/Utility/DataFormatter.php
Line 674 in f8f3902
df-core/src/Utility/DataFormatter.php
Line 684 in f8f3902
cc : https://www.php.net/manual/en/function.fputcsv.php
Hii,
I would like to know if some kind of update could allow me to choose the delimiter of my exported CSV
Maybe as a Header variable like CSV-Delimiter ? or just by forcing a default value in the back office
Thanks
Kind reguards
Faisal