Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[!!!][TASK] Improve default csv definition #1206

Open
georgringer opened this issue Mar 6, 2024 · 0 comments
Open

[!!!][TASK] Improve default csv definition #1206

georgringer opened this issue Mar 6, 2024 · 0 comments

Comments

@georgringer
Copy link
Contributor

use a more realistic export configuration

module.tx_sfeventmgt {
    settings {
        csvExport {
            # cat=module.tx_sfeventmgt/csv; type=string; label=Comma seperated list of fields to include in CSV export (e.g. firstname or event.title)
            fields = event.uid,event.title,event.location.title,event.startdate,event.enddate,event.enableWaitlist,event.enableWaitlistMoveup,uid, main_registration.uid,  confirmed,waitlist,registrationDate,gender, firstname, lastname, title, company, email, address, zip, city, country, notes,registration_fields

this is what a customer wanted and IMO it is a better default configuration because it includes more of what people need and it is easier to learn from that example and adopt it

@derhansen derhansen changed the title [!!!]][TASK] Improve default csv definition [!!!][TASK] Improve default csv definition Mar 6, 2024
@derhansen derhansen added this to the 8.0.0 - TYPO3 v13 milestone Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants