Bulk Extract Activity - Output Tab

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

Entity Format

The following is the output 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 is the output 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 contains the following 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 is the output 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 contains the following 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 contains the following 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.