separator property
separator property
Delimiter of a Csv file.
Definition:
@property
def separator(self):
...
@separator.setter
def separator(self, value):
...
See Also
- module
groupdocs.conversion.options.load
- class
CsvLoadOptions
Delimiter of a Csv file.
@property
def separator(self):
...
@separator.setter
def separator(self, value):
...
groupdocs.conversion.options.load
CsvLoadOptions