Changes between Version 1 and Version 2 of SpreadsheetImporter
- Timestamp:
- 01/23/10 07:35:41 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SpreadsheetImporter
v1 v2 7 7 Options: 8 8 * CSV Import 9 {{{ 10 cd /path/to/web2py 11 python web2py.py -S sahana -M -N 12 db.import_from_csv_file(open('db.csv','rb')) 13 db.or_organisation.import_from_csv_file(open('orgs.csv','rb')) 14 db.commit() 15 Ctrl+D 16 }}} 9 17 * Limited access through Web at: /admin/import_data 10 18 * Problems with the file format (e.g. MS Excel chews)