How can I upload a CSV file with non-UTF8 character set #18434
ethanhuang1009
started this conversation in
Ideas
Replies: 2 comments
-
@ethanhuang1009
This is a rough encoding issue, in the future we can use some solution guess that file encoding. ======================
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@zhaoyongjie Thanks you very much. I change the file encoding format from utf8-with-bom to utf8, then I can upload the file successfully. And I hope Superset can find and give us a better solution for the non-utf8 character set files in the near future. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A clear and concise description of what the bug is.
Expected results
upload success
Actual results
upload failed and I faced an error without any solutions
Screenshots
Unable to upload CSV file "11.csv" to table "11" in database "test". Error message: 'utf-8' codec can't decode byte 0xd4 in position 0: invalid continuation byte
How to reproduce the bug
Environment
(please complete the following information):
1.0.0
python3.8
node -v
Checklist
Make sure to follow these steps before submitting your issue - thank you!
Additional [context]
Add any other context about the problem here.
Beta Was this translation helpful? Give feedback.
All reactions