Ignore:
Timestamp:
19 Jun 2008, 07:55:50 (16 years ago)
Author:
Henrik Bettermann
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_Doc/NewDocumentation/ImportData.txt

    r3512 r3514  
    55-----------------
    66
    7 A record is read from the input source file located in the import folder of the Zope instance (or uploaded by the upload manager in the Upload Section. 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.
    8 
    9 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'.
     7A record is read from the input source file located in the import folder of the Zope instance (or uploaded by the upload manager in the Upload Section). 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's appended to [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.
     8
     9The report files have four additional columns: imported_by (the member who did the import), import_date, import_from (input source file name) and error (error message).
    1010
    1111The following import modes are recognized: edit, create and remove. The latter deletes the whole record. This mode is available for course results only.
Note: See TracChangeset for help on using the changeset viewer.