Skip to main content

Parse List From String Action

Parse List From String Action splits a string into a list of items based on a specified delimiter. It is commonly used to convert comma-separated values, tab-separated data, or other delimited text into structured list data for further processing.

Appearance

In Talos, Parse List From String Action appears as a rectangular node with a parse/list icon, indicating data transformation. It shows input string and can have multiple output connections.

Decision Icon

Properties

As all Actions, Parse List From String Action has a few unique properties that are essential for it's functionality.

Common properties

Common properties inherited from Action.

Display NameString
This is the display name of the action.

By customizing this property, you can differentiate between same type of actions.

Action IDString
Indicates the unique ID of this action.

This property is Read only and it is not customizable

DisabledBoolean
If set to true, this action is considered disabled and will not be executed.
Input StringString
The string to parse into a list.
Output VariableVariable
The variable to store the resulting list.