Skip to main content

Table, Integer

Table, Text

Table, Integer

Extracts a single column of data from a Table as a Text list.

Inputs

NameTypeDescription
TableTableTable to get data from.
IndexIntegerIndex of column to extract.
Outputs

About this Block

What it does: The Extract Column block extracts a single column of data from a Table as a Text list. Common uses:
  • This block can be used to extract a column from a Table type as a Text list by providing the column index integer to the Column: input.
Tips
  • This block will extract the Table column as a Text list. The Scalar From Text block can convert a text list into a scalar list.

Table, Text

Extracts a single column of data from a Table as a Text list.

Inputs

NameTypeDescription
TableTableTable to get data from.
HeaderTextHeader name of column to extract.

Outputs

About this Block

What it does: The Extract Column block extracts a single column of data from a Table as a Text list. Common uses:
  • This block can be used to extract a column from a Table type as a Text list by providing the column header name as text to the Column: input.
Tips
  • This block will extract the Table column as a Text list. The Scalar from Text block can then be used to convert the extracted text list into a scalar list.