Changes between Version 7 and Version 8 of S3/DataImportCLI
- Timestamp:
- 02/07/12 02:35:42 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/DataImportCLI
v7 v8 27 27 stylesheet="activity.xsl", # filename (with path) is sufficient 28 28 extra_data=dict(Organisation="Example.org"), # extra columns to be added to each row 29 files={"image.png":open("image.png", "rb") ), # file attachments, filenames are the keys of the dict29 files={"image.png":open("image.png", "rb")}, # file attachments, filenames are the keys of the dict 30 30 ignore_errors=True) # skip invalid records (False rolls back the import on error) 31 31 }}}