You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/usr/local/lib/python3.7/dist-packages/xerparser/reader.py in init(self, filename)
320 with codecs.open(filename, encoding='utf-8', errors='ignore') as tsvfile:
321 stream = csv.reader(tsvfile, delimiter='\t')
--> 322 for row in stream:
323 if row[0] =="%T":
324 current_table = row[1]
Error: field larger than field limit (131072)
The text was updated successfully, but these errors were encountered:
@hassan this error happened when importing .xer with 11 projects. Could you help? I need to analyze several projects. Thank you!
Error Traceback (most recent call last)
in
1 #segundo passo - ler arquivo xer
----> 2 xer = Reader("/content/drive/MyDrive/DD30092022_.IP-I_Axer.xer")
3
/usr/local/lib/python3.7/dist-packages/xerparser/reader.py in init(self, filename)
320 with codecs.open(filename, encoding='utf-8', errors='ignore') as tsvfile:
321 stream = csv.reader(tsvfile, delimiter='\t')
--> 322 for row in stream:
323 if row[0] =="%T":
324 current_table = row[1]
Error: field larger than field limit (131072)
The text was updated successfully, but these errors were encountered: