← Back to the Data Processing category

CSV Extract Column

Extracts all values from a specified column in a Table, returning them as an array. Useful for analyzing or processing a single column of data.

DocumentCSVExtractData
Try this node

Inputs

NameTypeRequiredDescription
tablejsonNo-
columnstringYesColumn name to extract

Outputs

NameTypeDescription
valuesjsonArray of values from the specified column
countnumberNumber of values extracted

Related Nodes in Data Processing