comment_char property
CsvDataLoadOptions.comment_char property
Gets or sets the character that is used to comment lines of CSV data.
@property
def comment_char(self) -> str:
...
@comment_char.setter
def comment_char(self, value: str):
...
Remarks
The default value is ‘#’ (number sign).
See Also
- module aspose.words.reporting
- class CsvDataLoadOptions