detect_encoding property

detect_encoding property

The property enables encoding detection for FileType.txt, FileType.csv, and FileType.tsv files.

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

Definition:

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

See Also