Function Name:
Split
Purpose:
This function will split a string into a list of elements using a specified delimiter. The function is useful if you want to turn text that is formatted as a list into a list object.
Configuration:
1. Enter a Display label for the node. This will be helpful with identifying the node when viewing your Entity Pipeline.
2. Enter a Description that will explain the criteria configured.
3. Enter the character(s) that will be identified as the Delimiter within the string of text.
Example:
Input text:
"Apples Figs Bananas Oranges Persimmons"With the Delimiter set to a space character the function will output this array/list:
[Apples,Figs,Bananas,Oranges,Persimmons]