Skip to content
Snippets Groups Projects
Commit aba3d452 authored by Oliver Bartsch's avatar Oliver Bartsch Committed by Benni Mack
Browse files

[BUGFIX] Add missing field enclosure to example

The example for the CommaSeparatedValueProcessor
was missing a value for the fieldEnclosure property.
This might lead to the assumption that this property
can be "unset", which is not the case as it always
defaults to a quotation mark (").

This is now fixed by adding an example value.

Resolves: #93190
Releases: master
Change-Id: If4ee5f358f71d83d0117cf0e9c2e07c619966b9f
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/72203


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent 314a890e
Branches
Tags
No related merge requests found
......@@ -42,7 +42,7 @@ use TYPO3\CMS\Frontend\ContentObject\DataProcessorInterface;
* if.isTrue.field = bodytext
* fieldName = bodytext
* fieldDelimiter = |
* fieldEnclosure =
* fieldEnclosure = '
* maximumColumns = 2
* as = table
* }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment