File Extraction

Encoding Detection

import extract
extract.encoding('./file.txt')

>>> "utf-8"

Problematic CSV Extraction

import extract
extract.workaround('./file.csv')