Error when uploading a specific TSV file
Summary
Import of a specific TSV file fails.
Steps to reproduce
- Make a new corpus
- Import the file available at https://nextcloud.iscpif.fr/index.php/s/87S2D3EpTexDW2C (sorry it's too big for me to attach to this issue, even zipped)
What is the current bug behavior?
The interface hangs, and the server gives the following error:
SqlError {sqlState = "22P05", sqlExecStatus = FatalError, sqlErrorMsg = "unsupported Unicode escape sequence", sqlErrorDetail = "\\u0000 cannot be converted to text.", sqlErrorHint = ""}
What is the expected correct behavior?
The TSV is imported in the corpus
Possible fixes
I already tried searching for & removing all lines that contained the character "�" (Unicode \0000), but it gave the same error somehow. Maybe I did it wrong though.