CSV Export Options¶
The name of this structure is drCSVExportOptions. It is used by the DefaultCSVExportOptions and pCSVExportOptions
Obsolete¶
The struct is obsolete per version 26 as setting CSV export options is now preferabily done via properties and no longer passing a pointer to the struct. Use of the struct as storage is permitted but setting a single export option should be done with the setter.
Struct layout¶
| Member | Type | Description | Default Value |
|---|---|---|---|
cFieldDelimiter |
String | Character that is used as field delimiter | Comma (,) |
cFieldSeparator |
String | Character that is used as field separator | Double quote (") |
bExportPageSections |
Integer | Export of page sections | False |
bExportReportSections |
Integer | Export of report sections | False |
bExportGroupSections |
Integer | Export of group sections | False |
bAllPages |
Boolean | Export all pages or single page | True |
iPage |
Integer | Page number of single page to export | 1 |
Notes¶
- Defined in cDRAPI.pkg
Change of default settings¶
With the introduction of getters for export options the defaults for export setting is now the same between Studio and integration.