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

Steffen Kamper info at sk-typo3.de
Tue Jun 1 01:09:36 CEST 2010


Christian Kuhn schrieb:
> Christian Kuhn wrote:
>> Steffen Kamper wrote:
>>> could you enlighten me what's done in this line?
>>>
>>> +            // Reduce header row by control fields and add to csv 
>>> output
>>> +        $this->addToCSV(array_combine($this->fieldArray, 
>>> $this->fieldArray));
>>>
>>> how can this filter out control fields?
> 
> ok, maybe the wording isn't perfect ...
> 
> csv output in list module is broken as long as I can remember. A real 
> solution could be much more clever, but must not be implemented in the 
> list module.
> 
> Goal of this patch: Include only selected columns in csv output, reliable.
> 
> Christian

got it now, thx. Imho we need an export class to handle it better, but 
anyway +1 by reading. Will test soon.

vg Steffen


More information about the TYPO3-team-core mailing list