Skip to main content

Write CSV

Writes a new CSV file

Input

  • File Name: CSV file path
    • Type: System.String
    • Required
  • Data Table: The Data Table to which the data will be written to the CSV.
    • Type: System.Data.DataTable
    • Required

Options

  • Use Header Row: It determines whether the column headers in the Data Table will be included or not.
    • Type: System.Boolean
    • Required
  • Delimeter: This is the field where the delimiter character, which will be used to separate the data when parsing the CSV text, is defined.
    • Type: System.String