Transforms collection in a simple string of the collection elements, separated by the given separator.
inputs:
collection – input collection (from the square ‘collection’ output of another operator) to be combined into a string.
- Required: yes
separator – input symbol (coma “,”, space ” “, pipe “|” etc) or several which separates elements in string
- Required: yes
outputs:
string – string created from collection elements, separated by the provided separator
Click to rate this post!
[Total: 0 Average: 0]