- Timestamp:
- 19 Jun 2008, 07:55:50 (17 years ago)
- Location:
- WAeUP_Doc/NewDocumentation
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_Doc/NewDocumentation/ImportData.html
r3512 r3514 296 296 <div class="section"> 297 297 <h2><a id="general-procedure" name="general-procedure">General procedure</a></h2> 298 <p>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 <strong>appended</strong> to the file [layout]_imported.csv (in the same folder), otherwise it is <strong>inserted</strong> 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.</p>299 <p>The report files have f ive 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'.</p>298 <p>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'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.</p> 299 <p>The 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).</p> 300 300 <p>The following import modes are recognized: edit, create and remove. The latter deletes the whole record. This mode is available for course results only.</p> 301 301 <p>Single fields can be cleared in edit mode by inserting 'XXX' in the respective field. Empty fields are ignored.</p> -
WAeUP_Doc/NewDocumentation/ImportData.txt
r3512 r3514 5 5 ----------------- 6 6 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 f ive 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'.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'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 9 The 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). 10 10 11 11 The 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.