[FEATURE] Introduce DataProcessors for splitting values
In order to allow powerful processing for FLUIDTEMPLATE and other cObjects, two new DataProcessors are added to ensure flexibility with comma-separated values and split values listings. Resolves: #67658 Releases: master Change-Id: Ib6f36ed2b815b08721eb6a29b216821f271d24f2 Reviewed-on: http://review.typo3.org/40506 Reviewed-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Frans Saris <franssaris@gmail.com> Tested-by:
Frans Saris <franssaris@gmail.com>
Showing
- typo3/sysext/core/Classes/Utility/CsvUtility.php 69 additions, 0 deletionstypo3/sysext/core/Classes/Utility/CsvUtility.php
- typo3/sysext/core/Documentation/Changelog/master/Feature-67658-IntroduceDataProcessorsForSplittingValues.rst 73 additions, 0 deletions...ature-67658-IntroduceDataProcessorsForSplittingValues.rst
- typo3/sysext/core/Tests/Unit/Utility/CsvUtilityTest.php 110 additions, 0 deletionstypo3/sysext/core/Tests/Unit/Utility/CsvUtilityTest.php
- typo3/sysext/frontend/Classes/DataProcessing/CommaSeparatedValueProcessor.php 107 additions, 0 deletions...d/Classes/DataProcessing/CommaSeparatedValueProcessor.php
- typo3/sysext/frontend/Classes/DataProcessing/SplitProcessor.php 95 additions, 0 deletions...sysext/frontend/Classes/DataProcessing/SplitProcessor.php
Please register or sign in to comment