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

Unicode problem with converter #93

Open
hackenspp opened this issue Dec 15, 2020 · 0 comments
Open

Unicode problem with converter #93

hackenspp opened this issue Dec 15, 2020 · 0 comments

Comments

@hackenspp
Copy link

I had some error with the converter, python is not my cup of tea but I tried to correct:
converter.py line 143
if count % 50_000 == 0: --> if count % 50000 == 0:

And also:
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 18: ordinal not in range(128)
I used the unicodecsv in the writer.py and it worked

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

1 participant