Write CSV
Writes a new CSV file
Input
- File Name: CSV file path
- Type:
System.String - Required
- Type:
- Data Table: The Data Table to which the data will be written to the CSV.
- Type:
System.Data.DataTable - Required
- Type:
Options
- Use Header Row: It determines whether the column headers in the Data Table will be included or not.
- Type:
System.Boolean - Required
- Type:
- 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
- Type: