Project

General

Profile

Actions

Bug #17991

closed

CSV export improvements

Added by Benni Mack almost 17 years ago. Updated over 16 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2008-01-14
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.1
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Problem: Exporting to CSV in the list module is limited.

  • When saving as CSV, only the displayed records are in the CSV. When people want data in a raw format like CSV, they don't want information in a paged view.
  • When exporting to CSV, fields are not processed, so instead of the list of user groups in the fe users, we have a semicolon list "1,4,...". This is not really "WYSIWYG"
  • When saving to CSV, control fields like CONTROL and _CLIPBOARD which are always empty, are also exported. Totally unneeded.
Solution:
  • The limit in the DB query is now set to the number of total records in the table when saving to CSV
  • The data is processed before prepared for CSV as well
  • the fields CLIPBOARD and CONTROL are excluded when saving as CSV.

(issue imported from #M7148)


Files

20080114_csv_fixes.patch (2.38 KB) 20080114_csv_fixes.patch Administrator Admin, 2008-01-14 17:33

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #15378: CSV Export in list mode only exports 100 recordsClosedMichael Stucki2006-01-08

Actions

No data to display

Actions

Also available in: Atom PDF