Main Menu

Esportazione dati

Started by henozzo, September 03, 2024, 04:40:28 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

henozzo

Salve, ho lavorato su un orario per la scuola secondaria e vorrei trovare un modo di esportare i dati in un altro orario che integra anche l'orario della scuola primaria. Posso esportare su quel file .fet questi dati magari incollandoli? Come?

Liviu Lalescu

Scusi l'inglese:

You could export the secondary activities as CSV and import in the primary. But you will lose the time and space constraints, and other imperfections are possible.

A good unification might be if you use a small script or modification of FET when reading the secondary, to increase all the ids of the activities and their constraints with say 10000, and unite the two fet files.

Vangelis Karafillidis

Quote from: Liviu Lalescu on September 03, 2024, 04:48:18 PMScusi l'inglese:

You could export the secondary activities as CSV and import in the primary. But you will lose the time and space constraints, and other imperfections are possible.

A good unification might be if you use a small script or modification of FET when reading the secondary, to increase all the ids of the activities and their constraints with say 10000, and unite the two fet files.


@Liviu Lalescu, I think we have discussed about implementing some kind of feature for merging two (or more) different .fet files. It seems that sometimes this feature would be really useful. Moreover, a multi-user preparation of the same (single) .fet file would be highly useful in some cases. The above have to do with enhancing the usability and speeding-up the preparation of data (+constraints) for FET. At least, maybe an expert mode for re-numbering the activities (ids) seems to be a solution, according to your post. The user could easily 'prepare' the two .fet sub-files, so that would be compatible to each other for being merged. What do you think?

Vangelis.


henozzo

Scusate, ma come si potrebbe fare ciò che dite? io lavoro con Mac

Liviu Lalescu

henozzo, it is not a function of FET, but if you find someone to modify FET or make a small program to change the IDs of the activities in one file, you could combine the two files. But it is not so easy.

Liviu Lalescu

@Vangelis Karafillidis , yes, it could be an idea. But there are many constraints for each activity, and each constraint must be updated. It is a long tedious job. The simultaneous access to the file by more users is unfortunately very difficult now, since FET uses memory and a file, not a database.

If we found sponsors for this, I might give it a try.