This better matches the expectation that when the example files are opened with Excel/etc the column headers will span across cells properly rather than being 'smushed' together. While semicolon separators are supported the default import option and provided files are CSVs so this seems like the more user-friendly option.
I've tested both the download and import on my local copy and it appears to work as intended. Not entirely sure what SampledataController does; I assume it generates the csv files under /assets/.
This better matches the expectation that when the example files are opened with Excel/etc the column headers will span across cells properly rather than being 'smushed' together. While semicolon separators are supported the default import option and provided files are CSVs so this seems like the more user-friendly option.
I've tested both the download and import on my local copy and it appears to work as intended. Not entirely sure what
SampledataController
does; I assume it generates the csv files under/assets/
.