...
Table of Contents | ||
---|---|---|
|
...
Activities
...
Collection Of Objects From String
This activity splits the InputString parameter based on the Separator parameter and builds a collection of Object items as output.
...
Get Element From Collection
This activity returns an element from a specified index from the given Input Collection. Anchor
Activities Parameters
...
Collection Of Objects From String
This activity has two input parameters of string type that allows string values to be inserted in the Expression Editor. The input values for the "InputString" and "Separator" parameters are given via two defined IN arguments of type string.
The two IN arguments are defined with default value in the Parameters section,Arguments tab in Task Designer panel.
The output values are stored in two defined variables. Given the case, OUT arguments may be used in the same manner. If the output values are not to be passed outside the task, variables need not be defined, but instead set the "Track Outputs" property for this activity to "Yes" and the output values will be displayed in the Tracking Data without storing them in variables/OUT arguments.
...
The "Count" variable value may be displayed in the Tracking Data panel using a Write Line activity or any other activity that displays values in the Tracking Data panel.
...
Get Element From Collection
The "Input Collection" parameter is bound to the "Collection" variable which stores the "Output Collection" parameter from Collection Of Objects From String activity.The "Filter Index" parameters represents the position of the element in the collection. If the "Filter Index" parameter is used, the "Name Indexes" parameter may be ignored.
The output values are stored in three defined variables. Given the case, OUT arguments may be used in the same manner. If the output values are not to be passed outside the task, variables need not be defined, but instead set the "Track Outputs" property for this activity to "Yes" and the output values will be displayed in the Tracking Data without storing them in variables/OUT arguments.
...