Skip to content

Add CESQL SPLIT and ELEMENT_AT functions #1365

@Cali0707

Description

@Cali0707

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:

SPLIT(string, separator)

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions