Project

General

Profile

Actions

Feature #54075

closed

DB Check - Make csv delimiter configurable

Added by Stephan Bauer over 10 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Start date:
2013-11-29
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Remote Sprint

Description

It would be nice if I could change the delimiter of the csv export to ';'


Related issues 2 (1 open1 closed)

Related to TYPO3 Core - Feature #15112: Tools->DB check improvementsNew2005-10-19

Actions
Related to TYPO3 Core - Feature #84517: Recordlist - Make csv delimiter configurableClosedGuido S.2018-03-21

Actions
Actions #1

Updated by Mathias Schreiber over 9 years ago

  • Category set to Backend API
  • Status changed from New to Needs Feedback
  • Assignee set to Mathias Schreiber
  • Target version set to 7.3 (Packages)
  • Sprint Focus set to Remote Sprint

Hi Stephan,

would it be sufficient to make this an central setting for the entire installation?

Actions #2

Updated by Stephan Bauer over 9 years ago

Hello Mathias,

I think this should be sufficient.
If possible it would be great if the delimiter could be selected during export configuration.

Regards

Actions #3

Updated by Mathias Schreiber over 9 years ago

Where would you expect this selection?
IIRC you just have the "CSV" button, right?

Actions #4

Updated by Benni Mack almost 9 years ago

  • Target version changed from 7.3 (Packages) to 7.4 (Backend)
Actions #5

Updated by Jigal van Hemert almost 9 years ago

Easiest way to add this feature is probably to use TSconfig settings such as:
mod.web_list.csvDelimiter = ;
mod.web_list.csvQuote = "

Adding a new dialogue to set these after pushing the CSV button is a lot more work and I don't think too many people would use this feature.

Actions #6

Updated by Susanne Moog over 8 years ago

  • Target version changed from 7.4 (Backend) to 7.5
Actions #7

Updated by Benni Mack over 8 years ago

  • Target version deleted (7.5)
Actions #8

Updated by Bernhard Eckl over 8 years ago

Plus 1 for this feature.

Actions #9

Updated by Alexander Opitz about 8 years ago

  • Status changed from Needs Feedback to New
  • Assignee deleted (Mathias Schreiber)
  • Target version set to Candidate for Major Version
Actions #10

Updated by Guido S. about 6 years ago

  • Related to Feature #84517: Recordlist - Make csv delimiter configurable added
Actions #11

Updated by Guido S. about 6 years ago

DB Check use typo3\sysext\core\Classes\Database\QueryView.php. There is no modTsConfig available.

I create a new feature request for the recordlist to separate the wishes.

Actions #12

Updated by Christian Eßl over 4 years ago

This issue is already fixed in #84517. Ticket should probably be closed.

Actions #13

Updated by Riccardo De Contardi over 4 years ago

@Christian Eßl issue #84517 was about the delimiter used on list view ; this is about the delimiter on DB Check. Are they using the same setting?

( mod.web_list.csvDelimiter and mod.web_list.csvQuote according to the documentation).

Actions #14

Updated by Christian Eßl over 4 years ago

Thanks, that makes it clearer. There is a review right now for extracting the csv code out of DataBaseRecordList:
https://review.typo3.org/c/Packages/TYPO3.CMS/+/61242/

I think any changes to the csv export settings should be done after that.

Actions #15

Updated by Christian Kuhn about 2 years ago

  • Status changed from New to Closed

Hey.
I think this is solved, so I'm going to close here: With v11 a new 'csv export' interface has been added that also allows selecting the delimeter.

Actions

Also available in: Atom PDF