Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

field larger than field limit (131072) #15

Open
dedebanjo opened this issue Nov 8, 2022 · 1 comment
Open

field larger than field limit (131072) #15

dedebanjo opened this issue Nov 8, 2022 · 1 comment

Comments

@dedebanjo
Copy link

dedebanjo commented Nov 8, 2022

@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)

@HassanEmam
Copy link
Owner

Hello @dedebanjo

Thanks for reporting the issue. Would you please provide more details to be able to reproduce the issue:

  1. what operating system are you using
  2. which version of python
  3. please provide copy of your code
  4. Please share the xer file you are trying to parse

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants