Feature #54075
closedDB Check - Make csv delimiter configurable
Added by Stephan Bauer almost 11 years ago. Updated over 2 years ago.
0%
Description
It would be nice if I could change the delimiter of the csv export to ';'
Updated by Mathias Schreiber almost 10 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?
Updated by Stephan Bauer almost 10 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
Updated by Mathias Schreiber almost 10 years ago
Where would you expect this selection?
IIRC you just have the "CSV" button, right?
Updated by Benni Mack over 9 years ago
- Target version changed from 7.3 (Packages) to 7.4 (Backend)
Updated by Jigal van Hemert over 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.
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Alexander Opitz over 8 years ago
- Status changed from Needs Feedback to New
- Assignee deleted (
Mathias Schreiber) - Target version set to Candidate for Major Version
Updated by Guido S. over 6 years ago
- Related to Feature #84517: Recordlist - Make csv delimiter configurable added
Updated by Guido S. over 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.
Updated by Christian Eßl about 5 years ago
This issue is already fixed in #84517. Ticket should probably be closed.
Updated by Riccardo De Contardi about 5 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).
Updated by Christian Eßl about 5 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.
Updated by Christian Kuhn over 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.