To Array

Node Icon

Get values from a column and output as a Numeric Array, Boolean Array or Text List.

Inputs

Input

Input Column(s).

Type: Column, List, Required, Single

Outputs

Output

Output values.

Type: Numeric Array, Boolean Array, Text, List

Settings

Output Type Selection

Select output type.

Values: Numeric Array, Boolean Array, Text List

Select Rows

Select By Selection

Method of selection. Range lets you specify the start and stop rows to include. Index specifies the selected rows via a numeric array, i.e. to get the first and third row, input [0,2]. Bit Mask selects the rows using True/False notation, i.e. if you want the first and third row in a Table, input [1,0,1,0,0].

Values: Range, Index, Bit Mask

Start Index Text

If Range is selected, this specifies the first selected row.

Stop Index Text

If Range is selected, this specifies the last selected row.

Indices Integers

If Index is selected, input selected row indeces here as a numeric array of integers.

Bit Mask Bits

If Bit Mask is selected, input the selected rows via a boolean array.

See also

Keywords: