Append to CSV
Appends rows to existing CSV file
Input
- File Name: CSV file path.
- Type:
System.String - Required
- Type:
- Data Table: The field where the Data Table object from which the data will be appended is specified.
- Type:
System.Data.DataTable - Required
- Type:
Options
- Delimeter: This is the field where the delimiter character to be used in the CSV text is specified.
- Type:
System.String
- Type: