Bulk Load Activity - Input Tab

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

Entity Format

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

Input Item Data Type Description
name String (repeating) The name of the entity selected from the Input Format field in the General tab.
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)

One Participant Relationship Format

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

Input Item Data Type Description
name String (repeating) The name of the relationship selected from the Input Format field in the General tab.
relationshipInstance None
For the relationship instance, provide:
  • name (string): the name of the participant.
  • field: 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)
    Note: The following two nodes are provided if Update is selected in the Mode field in General tab.
  • lookupParticipant: looks for a relationship instance based on this participant. Value 1 or 0 indicates whether the lookup is performed.
  • unlinkParticipant: updates the existing participant with the new value. Value 1 or 0 indicates whether the update is performed.
See the Mode field in the General tab for more details.

Two Participant Relationship Format

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

Input Item Data Type Description
name String (repeating) The name of the relationship selected from the Input Format field in the General tab.
relationshipInstance None
For each relationship instance, provide:
  • participant1: this element contains the following sub-elements:
    • name(string) : the name of the participant.
    • 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.
    • field: contains both the key and non-key fields. The field order is dictated by the entity's schema definition.
By right-clicking the node and selecting Duplicate, you can duplicate the following input nodes:
  • entity
  • field
  • relationship
  • participant