[TYPO3-core] RFC 15304: csv export is abitrarilly limiting exported fields to 100 chars

Bjoern Pedersen bjoern.pedersen at frm2.tum.de
Fri Jul 30 14:07:05 CEST 2010


bug tracker reference: http://bugs.typo3.org/view.php?id=15304

Problem:
if exporting data from the list view via csv-export, all data is
truncated at 100 chars.

Additionally there is another limit in effect in
t3lib_befunc->getProcessedValueExtra, which always limits returned data
to 200 chars ( different from t3lib_befunc->getProcessed, where this can
be controlled via a parameter).

Solution:
This patch fixes these limits.


note: setting $row limited to the csv case as it is not used elsewhere
anyway.

Björn
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 15304.diff
Type: text/x-patch
Size: 1320 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100730/e2da9c56/attachment.bin>


More information about the TYPO3-team-core mailing list