================================== Import of data into the portal ================================== General procedure ---------------------------------- A record is read from the input source file located in the import folder of the Zope instance. The data format is validated against the import data layout selected. If the record can be imported, it is **appended** to the file [layout]_imported.csv (in the same folder), otherwise it is **inserted** into the file [layout]_pending.csv, if no record with exactly the same data already exists. Technically speaking, the md5-digests of the new record is being compared with the existing records. The report files have five additional columns: import_mode, imported_by (the member who did the import), import_date, import_from (input source file name) and error (error message). The pending file can be edited and re-imported by selecting 'pending data only'. There following import modes are recognized: edit, create and remove. The latter deletes the whole record. This mode is available for course results only. Single fields can be cleared in edit mode by inserting 'XXX' in the respective field. Empty fields are ignored.