Bug #47356
closedTable-element: csv textseperator doesnt work right
100%
Description
Hi!
I´ve discovered a strange behaviour when trying to convert some csv-data to a table (with standard table element using the csv-parsing feature)
It seemed that the textseperator doesnt work right.
Example-data:
"header 1","header 2"
"2,3","2,1"
"2",3,3"
Probem: the values widh "," arent display right in the frontend...
I added 2 screenshots to compensate my bad english ;-)
Tested with TYPO3 4.5.24 and 4.5.25 on two different servers.
Best regards
Christoph
Files
Updated by Patrick Broens over 11 years ago
- Status changed from New to Accepted
- Assignee set to Patrick Broens
Updated by Gerrit Code Review over 11 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20157
Updated by Patrick Broens over 11 years ago
Pushed patch for 4.6 >
Version 4.5 has PHP version requirement 5.2.x > which does not support the PHP function str_getcsv()
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20157
Updated by Gerrit Code Review over 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20157
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/21999
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch TYPO3_6-1 has been pushed to the review server.
It is available at https://review.typo3.org/21999
Updated by Gerrit Code Review over 11 years ago
Patch set 1 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/22001
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch TYPO3_6-0 has been pushed to the review server.
It is available at https://review.typo3.org/22001
Updated by Patrick Broens over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset afb458e8c8ac4645540fdd332f23d3ed4566f8b7.