ImportDefinitionColumnBasedAction

The ImportDefinitionColumnBasedAction object contains multiple value and action pairs that determine the action to take in a column depending on the value in a field. For example, you can set this object to skip and not add a value of A, delete a value of B, and update a value of C.

NameData TypeDescription
ActionImportDefinitionColumnBasedActionTypeDefines the action to take for the specified object. Valid values include:
  • CREATE
  • DELETE
  • UPDATE
ValuexsdDefines value to be used in filter or other object. In filters, the BETWEEN operator requires two Values. IN can handle multiple Values. All other operators require only one Value. isNull and isNotNull ignores any supplied values and don't return an error.