Hi
I want to develop a query function on our school intranet that will enable teachers and admins to locate where a student should be at any time.
I need to get info from the FET timetable that gives (ideally in CSV format so I cannot import it into mysql):
Group/Sub-Group, Day, Lesson, Subject, Teacher(s), Room
Can anyone suggest a way I can do this fairly easily? Is there some existing code I can hack?
Thanks
Nick
check fet->file->export
then open the timetable.csv in the fet results folder.
Wow! exactly what i was looking for!
thank you