Changes between Version 33 and Version 34 of S3/TableConfigurationSettings


Ignore:
Timestamp:
06/24/14 11:32:07 (11 years ago)
Author:
MattS
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/TableConfigurationSettings

    v33 v34  
    153153
    154154||= '''Option''' =||= '''Short Description''' =||= '''Value''' =||= '''See Also''' =||
    155 ||''oncommit_import_item''|| || || ||
    156 ||''onconflict''|| || || ||
    157 ||''xml_post_parse''|| || || ||
    158 ||''deduplicate''|| || || ||
     155||''oncommit_import_item''||Callback function to log import items before committing them||Function|| ||
     156||''onconflict''||Custom rule for conflict resolution||Function with (item, repository, resource) as parameters|| ||
     157||''xml_post_parse''||Callback function called during import||Function taking (element, record) as parameters)|| ||
     158||''deduplicate''||Function for dealing with duplicates when records are being imported into the table||Function with (item) as parameter|| ||