Actions
Bug #93190
closedCommaSeparatedValueProcessor, field enclosure cannot be unset
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2020-12-31
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Not sure if its a problem, but in the example it looks like the field enclosure could be unset:
10 = TYPO3\CMS\Frontend\DataProcessing\CommaSeparatedValueProcessor 10 { # ... fieldEnclosure = }
However in the code it is defined as:
// Set the field enclosure which is " by default
$fieldEnclosure = (string)$cObj->stdWrapValue('fieldEnclosure', $processorConfiguration, '"');
Therefore setting fieldEnclosure to '' results into it being set to the default value '"'
Actions