-
Notifications
You must be signed in to change notification settings - Fork 118
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
getting started error #1
Comments
Thanks for reporting the issue. Can you please give more details like which Python version you are using and the OS. I have tested CSV data with utf8 chars in both Python 2.7.10, 3.4 and 3.5 and it seems fine. |
python 2.7.13 on Ubuntu 16.10. I will try to extract a few lines of the cvs that reproduce the problem. In my experience character encoding issues are 49% of all python bugs, 49% are off-by-one and the remaining 2% all others :) |
Indeed :) character encoding issues are pain in the ass. I have replaced dependency |
Successfully installed csvtotable-1.1.0 Unfortunately:
The reason might be this:
Linux reports that the file is in ISO-8859 encoding (not utf-8) I can anonymize the data if that's useful, but you should be able to take a csv file you have and use iconv to convert it's encoding. |
try this:
and you will need:
And pyexcel-sortable wraps csvtotable. |
In getting started (README) it says
csvtohtml
and I think you meantcsvtotable
On a separate issue, first CSV I tried it on I get a char encoding issue. The CSV is not public so I can't attach it, but I'm sure you can find some that contain utf8 chars
The text was updated successfully, but these errors were encountered: