I have a variable with follow text "i:0e.t|kspagadfs|czxy@abc.bla.xx"
I will do Opteration "split" with pattern "|"
Split divides the input text into sections using the pattern as a delimiter. The output value is a collection containing each portion of the split text.

Normaly i expact a result with 3 entrys:
Index 0 "i:0e.t"
Index 1 "kspagadfs"
Index 2 "czxy@abc.bla.xx"
If i execute the operation ignore the operation this sign |
and save every letter in separate field.

What can in do?
