CsvOptions

CsvOptions class

Allows to specify additional options when saving project to CSV.

The CsvOptions type exposes the following members:

Constructors

NameDescription
CsvOptions()Initializes a new instance of the CsvOptions class which can be used to save project in CSV format.

Properties

NameDescription
save_formatGets or sets the format in which the document will be saved if this save options object is used.
data_categoryGets or sets a data category to be saved.
encodingGets or sets an encoding to save CSV with.
include_headersGets or sets a value indicating whether to include headers or not (default value is TRUE).
text_delimiterGets or sets a text delimiter.
viewGets or sets a list of the view columns (

See Also