Changes between Version 7 and Version 8 of S3/DataImportCLI


Ignore:
Timestamp:
02/07/12 02:35:42 (13 years ago)
Author:
Michael Howden
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/DataImportCLI

    v7 v8  
    2727                              stylesheet="activity.xsl",                    # filename (with path) is sufficient
    2828                              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 dict
     29                              files={"image.png":open("image.png", "rb")},  # file attachments, filenames are the keys of the dict
    3030                              ignore_errors=True)                           # skip invalid records (False rolls back the import on error)
    3131}}}