Skip to main content

Split Text

Uncontrolled node

Overview

This node splits text into a list of texts based on a separator. For example if you have a text "a,b,c" and you use "," as the separator, the output will be a list of texts ["a", "b", "c"].

Inputs

InputTypeDescriptionDefault
textTextThe text to split-
separatorTextA separator to split the text by-

Outputs

OutputTypeDescription
listListA list of Texts