One-click initialization of reference tables


From the administration interface, you can launch a reference table import/synchronization task.

This will populate the training offer reference tables from CSV files with "standard" values. You can import your own values by placing a file CSV with the name of the reference table in the directory WEB-INF/param/odf/ref-data application.

For example, to override the values in the "Disciplines" table, create a Disciplines file .csv of the form :

title;code*
Titre discipline 1;CODE_1
Titre discipline 2;CODE_2
Titre discipline 3;CODE_3
Titre discipline 4;CODE_4

Existing entries are not deleted. They will be replaced if they have the same code.

This is a time-consuming operation. A mail is sent to the executor when synchronization is complete.

Back to top