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

How can I use csv files from windows? #26

Open
ingcrengifo opened this issue Feb 25, 2021 · 0 comments
Open

How can I use csv files from windows? #26

ingcrengifo opened this issue Feb 25, 2021 · 0 comments

Comments

@ingcrengifo
Copy link

All csv created from linux have no problem, but those created from microsoft excel give the following error.
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte

But if I later change the excel settings to utf-8, it gives me the following error.

Exception: CSV file missing required headers: {'id'}

Apparently it is a problem with the end of line, is it possible to indicate the encoding?

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