Split Text

Estimated reading: 2 minutes 5 views

This activity allows users to split the provided input text based on specific delimiters such as newline, space, tab, comma, colon, semicolon, or by extracting values that occur between two specified strings.

Properties

Input

Source Text: *Specifies the input text to be split based on the selected delimiter. Accepts values of the String data type.

Separator: *Specifies the delimiter to be used for splitting the text. The following options are available:

Newline: Splits the text wherever a new line occurs.

Space: Splits the text at each space character.

Tab: Splits the text at each tab character.

Comma: Splits the text at each comma.

Colon: Splits the text at each colon.

Semicolon: Splits the text at each semicolon.

Value Between Strings: Extracts and returns values that occur between two specified strings.

MISC

Display Name: Displays the name of the activity. The activity name can be customized, which aids in troubleshooting.

SkipOnError: Specify the “Boolean” value as “True” or “False.”

True: Continue executing the workflow regardless of any errors thrown.
False: Halt the workflow if it encounters any errors.
None: If the option is left blank, the activity will, by default, behave as if “False” were chosen.

Version: It indicates the version of the feature being used.

Output

All Extracted Text: Returns all the extracted as output in list of string datatype.

First Extracted Text: Returns only the first result of the split action performed in string datatype.

Result: This parameter allows you to view the execution status of the activity and returns a value in “Boolean.”

True: Indicates that the activity has been executed successfully without any errors.
False: Indicates that the activity has been unsuccessful due to an unexpected error being thrown

* Represents mandatory fields to execute the workflow.

Share this Doc

Split Text

Or copy link

CONTENTS