Split Heater, extracting a substring using delimiters
The Split Heater can divide strings containing repeated instances of delimiter characters into several substrings.
Parameters:
Find: the delimiter character or sequence of characters to search for within an incoming string in order to split it into separate substrings.
Return column: which substring should the Heater return? Note that FlowHeater begins counting with 0 as the first column.
Example:
Let us assume a string with the following content
123#45#6#789#and so on
For the depicted default setting of column zero, the Split Heater would return the sequence 123 from the above example. However, if we had set the return column to 3 the Heater would return 789 , and setting it to 4 would return and so on.
Please also refer to the general information on the use of Heaters (functions)







