EasyUse/Logicgenerated

String to Int List(stringToIntList)

The String to Int List node converts a string representation of numbers into a list of integers.

string To Int List

INT
string
1, 2, 3
Easy Use

Description

The String to Int List node converts a string representation of numbers into a list of integers. It is designed for logic workflows where numeric lists need to be supplied as text and then used as integer values elsewhere in the graph.

Inputs

string

  • Type: STRING
  • Required: Yes
  • Default: 1, 2, 3

Enter the numbers to convert, separated by commas. The default value shows the expected format: 1, 2, 3. Spaces after commas are accepted.

Outputs

INT

  • Type: INT

The parsed result as an integer list. Each comma-separated value from the input string is converted to its corresponding integer element.

Usage Notes

  • The input is parsed as a list of integers, so the text should contain numeric values only.
  • The separator is a comma; whitespace around values is handled automatically.
  • This node is categorized under EasyUse/Logic and is useful when preparing integer lists from user-supplied or externally generated strings.

Comments

Sign in with GitHub to join the discussion.

Loading comments…