TextSplitting

Estimated reading: 2 minutes 1663 views

This activity helps the user to split and extract the characters from the provided input string.

Properties

INPUT

InputString: *This parameter specifies to provide the “Input” data that needs to be split and extracted. It accepts values in “String” datatype, you can either hardcode the values or provide the values in String variable.

SplitType: * Specifies to choose the split type of option from the drop-down,
LTRIM: Trims characters from the left side.
RTRIM: Trims characters from the right side.
MIDTRIM: Trims characters from the middle.

StringLength: *Specify the “Length” of the input string characters that the bot must trim. It accepts values in “Integer” datatype. 

MISC

DisplayName: 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

Text: *It returns the output of the activity as the text extracted from the specified text file 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

TextSplitting

Or copy link

CONTENTS