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

Christian Kuhn lolli at schwarzbu.ch
Tue Jun 1 01:07:22 CEST 2010


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


More information about the TYPO3-team-core mailing list