framework icon indicating copy to clipboard operation
framework copied to clipboard

Ability to skip chars that breaks encoding?

Open roll opened this issue 4 years ago • 0 comments

Overview

Currently, the parser will stop once it hits a bad encoding exception. It happens because of the Python streaming model and, basically, the impossibility of skipping just not-recognized chars instead of the whole data chunks as we stream data.

This issue is to investigate the ability to handle files with broken encoding.

roll avatar Oct 20 '21 07:10 roll