SplitString (3 separators)
Example
In this example, we are passing the required parameters to the function transformation object using a Variables object.
Where,
str: ABC-DEF/GHI.JKL
separator1 = -
separator2 = /
separator3 = .
Right-click on the function transformation object and select Preview Output. You can see that Astera Data Stack has returned the different parts of the split string, on the basis of the specified delimiter (separator) values.
Last updated