is_multi_encoded property
is_multi_encoded property
The property indicates whether the file contains several encodings.
When True, the file contains multiple encodings.
Definition:
@property
def is_multi_encoded(self):
...
@is_multi_encoded.setter
def is_multi_encoded(self, value):
...
See Also
- class
CsvLoadOptions