CSV Export, Excel Problem
-
Hey ?? !
I am currently strugling with the CSV export of the events manager.
I am on following version:
Events Manager 5.3.9
Events Manager PRO 2.2.5Every time I make an export, the structure looks like that (viewed in notepad++):
Veranstaltung : Leppner Almtrophy | 10 Jahre Jubil?um
Wo – Gemeindeplatz Irschen
Wann : 16/06/2013 – 09:00 – 16:00
Reservierungen exportiert am Do 25 Apr 2013 12:08
“Buchungsid”,”Nachname”,”Vorname”,”Geschlecht”,”Geburtsjahr”,”Mannschaft”,”Klasse”
63,”Philipp Benedikt”,Philipp,m,1986,”Team Awesome”,Walker
64,”Philipp Benedikt”,Melanie,w,1993,”Team Pussy”,Walker
65,Geiler,Peter,m,1666,”Geiler Hengste”,WalkerThe Problem I am having about that?
I am searching a way to modify that output.
The data being seperated by an “,” instead of an “;” –
doesn’t make Excel to view the data in a proper way:https://tinypic.com/r/am9v8h/4
I am now searching for a way, to change that way of behavior in one of the php files.
(in addition, I would also like to get rid of all the additional information like:
“Veranstaltung : Leppner Almtrophy | 10 Jahre Jubil?¤um”…)I am 99% sure to need to fix it in this file:
…/events-manager-pro/add-ons/bookings-form.php
…somewhere around here:
/*
* ———————————————————-
* Booking Table and CSV Export
* ———————————————————-
*/I just can’t find a way to get it work.
Any help on this, would be more than welcome.
Thank you guys.
All the best,
Philipp
- The topic ‘CSV Export, Excel Problem’ is closed to new replies.