Split a list into separate parts
ID
list-list-split-list
Name
Split List
Group
List
Package
List
Keywords
After creating a node, connect the base list to the first port. You need to connect the splitting index to the second port. On the output ports, we will get the items to the left of (i) and the items to the right of and including (i).
List Item
Trim List
Reverse List
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
list | Any | Base list | |
n | Number | Splitting index | 2 |
Outputs
Name | Type | Description |
---|---|---|
listA | Any | Items to the left of (i) |
listB | Any | Items to the right of and including (i) |