SK SKYVVA Documentation

4. New SPLIT function for Formula Editor

Introducing

The proposed implementation of the SPLIT Function in the Skyvva Integration App's formula editor would be as follows:

Prerequisite

To enhance the text processing capabilities within the SKYVVA Integration App's Formula Editor, a new 'SPLIT' function is proposed. This function aims to provide users with a straightforward method to divide strings based on specified delimiters, thereby facilitating more efficient data transformation and mapping processes.

Function Definition:

Use Cases:

Summary

The SPLIT function is a newly introduced feature in the SKYVVA Integration App's formula editor. It enables users to divide a text string into an array of substrings based on a specified separator. The function is defined as SPLIT(text, separator) and is categorized under the 'Text' group. For instance, SPLIT("a|b|c", "|") returns ["a", "b", "c"]. This enhancement facilitates more efficient text manipulation within integration mappings.

Open this article in the interactive viewer →