Skip to main content
Version: Next

Excel To Csv

Converts an Excel File into a CSV File

Description

Converts an Excel File into a CSV File

Inputs

  • Control Flow (Control Flow)
  • source (File): Excel Source File
  • sheet name (String): Name of the sheet, defaults to "Sheet1"
  • separator (String): Separator, defaults to ","
  • range (String): A specific range within the Excel sheet to read from. If not specified, the entire sheet is processed.
    Ex.: 'A1:F4'

Outputs

  • Control Flow (Control Flow)
  • result (File): CSV File
  • Error Flow (Error Flow): Error Flow