[TYPO3-seminars] CSV download of registrations: no event fields

Dirk Fischer dbfischer at web.de
Wed May 18 18:02:50 CEST 2011


Hi Kerstin,

thanks for your answer, but it doesn't solve my problem, because there 
are fields which are not supported with this values or they can not be 
used combinded for the same CSV.

I like a CSV-Export "attendance list" with:
accreditation_number (FromEvents)
title (FromEvents)
start_date  (FromEvents)
last_name (FromFeUser)
first_name (FromFeUser)
address (FromFeUser)
zip (FromFeUser)
city (FromFeUser)
telephone (FromFeUser)
email (FromFeUser)
total_price (FromAttendance)

So I can sort the spreadsheet by accreditation_number and see the 
attendants for each event in one file.

This works only for the event list:
fieldsFromEventsForCsv=accreditation_number,title,subtitle,description,speakers

This works only for the attendance list:
fieldsFromFeUserForCsv=first_name,last_name,address,zip,city,telephone,fax,email,altersgruppe
fieldsFromAttendanceForCsv=title,seminar,total_price
(title is a combination with name and event | seminar is the uid of the 
event)

I need a CSV where I can combine
FromEvent, FromFeUser and FromAttendance.

Regards
Dirk

Am 04.03.2011 08:22, schrieb Kerstin Finke:
> Hi Dirk,
>
> you can define the fields in the csv-file in your configuration like this:
>
> plugin.tx_seminars {
>    fieldsFromFeUserForCsv =
> first_name,last_name,company,address,zip,city,country,telephone,email
>    fieldsFromAttendanceForCsv=
> uid,user,title,price,total_price,method_of_payment,interests,expectations
>    }
>
> Kerstin



More information about the TYPO3-project-seminars mailing list