FET Forum

FET Support (English) => Get Help on Your Input File => Topic started by: dimzev on September 15, 2020, 09:20:29 PM

Title: insert data lists for teachers or subjects
Post by: dimzev on September 15, 2020, 09:20:29 PM
Is there  a way to import data lists (names of teachers , subjects, activites) from  files like excel in the FET timetable ?
or must to type them one by one?

Python can help with this ?
Title: Re: insert data lists for teachers or subjects
Post by: Volker Dirr on September 15, 2020, 09:36:35 PM
You only need to save it as csv format and then you can import the csv file.
So just export a csv file from Excel.
Title: Re: insert data lists for teachers or subjects
Post by: Liviu Lalescu on September 15, 2020, 09:40:38 PM
You can open a .fet file with FET and export it to CSV, to see the CSV format used by FET import/export.
Title: Re: insert data lists for teachers or subjects
Post by: Volker Dirr on September 15, 2020, 09:51:01 PM
Maybe also check this video:
https://www.youtube.com/watch?v=gBpkXoHjVk0
Title: Re: insert data lists for teachers or subjects
Post by: dimzev on September 16, 2020, 08:35:09 PM
i try only subjects and work perfect ...!!!
Thank you ....!!!