Extract

Class: NodeExtractData

Node Icon

Extract a subset of a data collection.

Inputs

In

Inptut data table.

Type: DataCollection, Required, Single

Outputs

Out

Resulting data table.

Type: DataCollection

Settings

Data

Name Text

Set the name of the resulting data collection.

Column Selection

Start Column Integer

Set the first column to extract. Must be larger or equal to 1.

Stop Column Integer

Set the last column to extract. This value is ignored if ‘Extract Remaining Columns’ is selected. Must be larger or equal to 1.

Extract Remaining Columns Boolean

If TRUE, the remaining columns after the start column will be extracted and the ‘Stop Column’ value will be ignored.

Row Selection

Start Row Integer

Set the first row to extract. Must be larger or equal to 1.

Stop Row Integer

Set the last row to extract. This value is ignored if ‘Extract Remaining Rows’ is selected. Must be larger or equal to 1.

Extract Remaining Rows Boolean

If TRUE, the remaining rows after the start row will be extracted and the ‘Stop Row’ value will be ignored.

Keywords: data, table, subset, extract