Function Name:
Length
Purpose:
The length function returns the length of a given String.
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 what the function is configured to do.
3. Add the input Value that needs to be processed by the function. This attribute is only available while configuring this function in an Entity Pipeline.
Examples:
- If the input is California the function will output a value of 10.
- The Length function can also count the length of values within an array of values. For example, if the input is this array of values [apple, orange, lemon, figs] the output will provide the length of each value as [5,6,5,4]