When working with CE string attributes in a CESQL context, it can be useful to "split" the attribute. We currently support various concatenation operations, but no split function is in the "required functions" section of the spec.
I think having a function along the lines of:
would be very helpful, especially in conjunction with ELEMENT_AT:
ELEMENT_AT(SPLIT(string, separator), index)
Happy to discuss exactly how these function signatures should look, as well as their semantics