Changes between Version 1 and Version 2 of SpreadsheetImporter


Ignore:
Timestamp:
01/23/10 07:35:41 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SpreadsheetImporter

    v1 v2  
    77Options:
    88 * CSV Import
     9{{{
     10cd /path/to/web2py
     11python web2py.py -S sahana -M -N
     12db.import_from_csv_file(open('db.csv','rb'))
     13db.or_organisation.import_from_csv_file(open('orgs.csv','rb'))
     14db.commit()
     15Ctrl+D
     16}}}
    917  * Limited access through Web at: /admin/import_data
    1018  * Problems with the file format (e.g. MS Excel chews)