DATASET_COLUMN_TO_CSV

DATASET_COLUMN_TO_CSV Worker

Overview

A new worker, DATASET_COLUMN_TO_CSV, is now available in Workflows.

This worker extracts the values from a selected dataset column and returns them as a delimited string, using a comma-separated values (CSV) format by default. The output can be used for downstream processing, reporting, or integration with other workflow components.

Key Features

  • Added support for the DATASET_COLUMN_TO_CSV worker in Workflows
  • Extracts values from a single dataset column
  • Returns the extracted values as a delimited string
  • Uses CSV (comma-separated values) as the default delimiter
  • Supports integration with downstream workflow processes