source: WAeUP_Doc/NewDocumentation/ImportNew.txt @ 3217

Last change on this file since 3217 was 3217, checked in by Henrik Bettermann, 17 years ago

rewrite ImportNew?.txt

File size: 1.2 KB
Line 
1==================================
2Import of data into the portal
3==================================
4
5General procedure
6----------------------------------
7
8A 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.
9
10The 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'.
11
12There following import modes are recognized: edit, create and remove. The latter deletes the whole record. This mode is available for course results only.
13
14Single fields can be cleared in edit mode by inserting 'XXX' in the respective field. Empty fields are ignored.
15
16
Note: See TracBrowser for help on using the repository browser.