Open
Description
I tried to load the following (zipped) tsv file with fread and then saved using write_fst (specifying uniform_encoding=F).
http://www.patentsview.org/data/20170808/uspatentcitation.zip
or
http://www.patentsview.org/data/20170808/rawinventor.zip
Tried to load fst file, but get the following error message:
Error in fstretrieve(fileName, columns, from, to, old_format) :
embedded nul in string: 'à«z\0\0\0\0ðÇ\005'
It seems that the specific wording of the error changes every time I try. Sometimes it successfully load the full data without error.