SplitString

When to use SplitString

This activity is used to split a string into different parts using a given separator.

Figure 1

Activity Name

Picture

SplitString

a

Technical Reference

Figure 1.1

1.6 

S.no

Description

1

Displays the action that the activity performs in the workflow

2

Specify the input string which you need to split

3

Specify the output as array string variable which holds the result after splitting

4

Specify the separator string which splits the in-between strings

5

Check the option to remove empty entries while splitting

t  StringSplitOptions provides you an option to remove empty entries (Refer Figure 1.2)
             
Result should be stored as an array

a Activity: The SplitString activity helps you to split a string with a separator/delimiter and provides the option to remove empty entries while splitting.

Figure 1.2

1.7

 

 

v4.0.0