Skip to main content

Append to CSV

Appends rows to existing CSV file

Input

  • File Name: CSV file path.
    • Type: System.String
    • Required
  • Data Table: The field where the Data Table object from which the data will be appended is specified.
    • Type: System.Data.DataTable
    • Required

Options

  • Delimeter: This is the field where the delimiter character to be used in the CSV text is specified.
    • Type: System.String