Bulk Extract Activity - Output Tab

The output schema depends on the output format that is specified in the General tab.

Entity Format

The following table lists the output items for the activity, when Entity Format is selected from the Output Format field in the General tab.

Output Item Data Type Description
name String (repeating) The name of the entity selected from Output Format field in the General tab.
createTimestamp Date The date when the timestamp for a record is created.
updateTimestamp Date The date when the timestamp for a record is updated.
field Complex This element contains both the key and non-key fields. The field order is dictated by the entity's schema definition.
  • index (integer)
  • name (string)
  • value (string)
lastSubset Boolean A value of true indicates that the current result set is the last subset.
Note: This element is displayed only when the Process in Subsets check box is selected.

One Participant Relationship Format

The following table lists the output items for the activity, when One Participant Relationship Format is selected from the Output Format field in the General tab.

Output Item Data Type Description
name String (repeating) The name of the relationship selected from Output Format field in the General tab.
relationshipInstance None This element contains the following subordinate elements:
  • createTimestamp: the date when the timestamp for a record is created.
  • updateTimestamp: the date when the timestamp for a record is updated.
  • participant: this element contains the following sub-elements:
    • name (string): the name of the participant.
    • createTimestamp: the date when the timestamp for a record is created.
    • updateTimestamp: the date when the timestamp for a record is updated.
    • field: contains both the key and non-key fields. The field order is dictated by the entity's schema definition.
lastSubset Boolean A value of true indicates that the current result set is the last subset.
Note: This element is displayed only when the Process in Subsets check box is selected.

Two Participant Relationship Format

The following table lists the output items for the activity, when Two Participant Relationship Format is selected from the Output Format field in the General tab.

Output Item Data Type Description
name String (repeating) The name of the relationship selected from Output Format field in the General tab.
relationshipInstance None This element contains the following subordinate elements:
  • createTimestamp: the date when the timestamp for a record is created.
  • updateTimestamp: the date when the timestamp for a record is updated
  • participant1: this element contains the following sub-elements:
    • name (string): the name of the participant.
    • createTimestamp: the date when the timestamp for a record is created.
    • updateTimestamp: the date when the timestamp for a record is updated.
    • field: contains both the key and non-key fields. The field order is dictated by the entity's schema definition.
  • participant2: this element contains the following sub-elements:
    • name (string): the name of the participant.
    • createTimestamp: the date when the timestamp for a record is created.
    • updateTimestamp: the date when the timestamp for a record is updated.
    • field: contains both the key and non-key fields. The field order is dictated by the entity's schema definition.
lastSubset Boolean A value of true indicates that the current result set is the last subset.
Note: This element is displayed only when the Process in Subsets check box is selected.