Skip to main content

CSV to Array Tool

The CSV to Array Tool converts CSV file content into an array of objects for downstream processing.
It is useful for workflows that need to analyze, transform, or summarize tabular data from CSV files.

  • csv ¹ (string): CSV file content as a string.
  • requireToolUse (boolean, user config): Require tool use (forces the LLM to always call this tool; default: true)

    Note: When enabled, the node will retry tool calls up to the number of times set in Max Tool Retries in the AI Data Processing Node.

CSV to Array Tool


(1) Provided by the AI Data Processing Node as a result of processing it's input (for ex: Data Source Node).