[]
Represents the settings for exporting data to a CSV Data format.
public class CsvDataExportSettings : BaseExportSettings
| Name | Description |
|---|---|
| CsvDataExportSettings() |
| Name | Description |
|---|---|
| ColumnsDelimiter | Gets or sets the delimiter used between columns in the CSV file. |
| Encoding | Gets or sets the encoding used for the CSV file. |
| NoHeader | Gets or sets a value indicating whether to exclude the header row from the CSV file. |
| QuotationSymbol | Gets or sets the symbol used for quoting values in the CSV file. |
| RowsDelimiter | Gets or sets the delimiter used between rows in the CSV file. |