Project

General

Profile

Actions

Bug #93190

closed

CommaSeparatedValueProcessor, field enclosure cannot be unset

Added by Lina Wolf over 3 years ago. Updated over 1 year ago.

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 #1

Updated by Gerrit Code Review over 2 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72203

Actions #2

Updated by Gerrit Code Review over 2 years ago

Patch set 1 for branch 10.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/72122

Actions #3

Updated by Oliver Bartsch over 2 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #4

Updated by Benni Mack over 1 year ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF