[TYPO3-core] RFC #11447: unwanted control fields exported in csv file

Susanne Moog info at susannemoog.de
Fri May 28 20:21:30 CEST 2010


On 28.05.2010 14:20, Andreas Lappe wrote:
> This is an SVN patch request.
> 
> Type: Code cleanup
> 
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=11447
> 
> Branches:
> 4.3.0-alpha3 & trunk
> 
> Problem:
> If you export from the LIST module the records of a table, then you also
> get control fields stored:
> "_AFTERCONTROL_","_REF_","_AFTERREF_"
> 
> Solution:
> Patch the code
> 
> Notes:
> This bug has been reported and patched by Franz Holzinger.

The patch just removes the header cells for the control fields but not
the actual content, therefore you get a corrupted csv after applying the
patch. If you want to fix it have a look at the addToCSV function
directly beneath the patched part, there is the handling for control
fields (and you see that something is actually done with the _REF_ and
_PATH_ stuff).

If you have questions or no time for creating a new patch just tell me,
then I'll do it one of these days (just not today anymore).

Susanne


More information about the TYPO3-team-core mailing list