Changes between Version 5 and Version 6 of S3/DataImportCLI
- Timestamp:
- 01/31/12 08:12:15 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/DataImportCLI
v5 v6 39 39 }}} 40 40 41 Do not forget to commit the import :41 Do not forget to commit the import (if you want to keep it): 42 42 {{{ 43 43 db.commit() 44 }}} 45 46 If you were only testing (e.g. to see validation errors), and now want to discard the import, you can either leave the shell without calling {{{db.commit()}}} - or you do an explicit: 47 {{{ 48 db.rollback() 44 49 }}} 45 50 == Tools to develop and debug XSLT stylesheets ==