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
I needed to change the delimiter for the CSV exporter from comma to semicolon, because it was messing up the data imports into Excel. I could find some reference to this issue by reading this file vendor/craftcms/cms/src/web/Response.php
Steps to reproduce
create the file config/app.web.php with this content:
What happened?
Description
I needed to change the delimiter for the CSV exporter from comma to semicolon, because it was messing up the data imports into Excel. I could find some reference to this issue by reading this file
vendor/craftcms/cms/src/web/Response.php
Steps to reproduce
config/app.web.php
with this content:Note: the issue could be related to the cms/src/web/CsvResponseFormatter.php line 108
instead, it should probably be:
Expected behavior
Both the headers and data rows are delimited by the same delimiter char (a semicolon in my case).
Actual behavior
The header is still using a commas as delimiter.
Craft CMS version
4.8.10
PHP version
8.1
Operating system and version
No response
Database type and version
No response
Image driver and version
No response
Installed plugins and versions
The text was updated successfully, but these errors were encountered: