Docs Connect Components Catalog Processors string_split string_split Page options Copy as Markdown Copied! View as plain text Ask AI about this topic Add MCP server to VS Code Available in: Self-Managed Splits a string by a delimiter into an array. Generally, using bloblang’s split method is preferred. In some high performance use cases this processor can be faster than the equivalent bloblang if there is no additional logic. Common Advanced processors: label: "" string_split: delimiter: empty_as_null: false processors: label: "" string_split: delimiter: emit_bytes: false empty_as_null: false Fields delimiter The delimiter to split the string by. Type: string Default: ` ` emit_bytes When true, the output will be bloblang bytes instead of strings. Type: bool Default: false empty_as_null When true, empty strings resulting from the split are converted to null. Type: bool Default: false Back to top × Simple online edits For simple changes, such as fixing a typo, you can edit the content directly on GitHub. Edit on GitHub Or, open an issue to let us know about something that you want us to change. Open an issue Contribution guide For extensive content updates, or if you prefer to work locally, read our contribution guide . Was this helpful? thumb_up thumb_down group Ask in the community mail Share your feedback group_add Make a contribution 🎉 Thanks for your feedback! sql_select subprocess