detect_encoding property

detect_encoding property

Enables the encoding detection for the FileType.TXT, FileType.CSV, and FileType.TSV files.

Remarks

If the encoding cannot be detected, the default LoadOptions.encoding is used. For code example, see the documentation.

Definition:

@property
def detect_encoding(self):
    ...
@detect_encoding.setter
def detect_encoding(self, value):
    ...

See Also