You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! It is my first time to make a question in this project.
First of all, thank you for making this amazing library which dramatically reduced my working time!
By the way, I had trouble finding out my csv file's encoding.
I had to try all the possible encoding options provided and finally found out my csv is encoded with 'utf16le'.
However, in your demo project - which was awesome -, it seems like the encoding type is auto-detected.
If I am correct, could you share the under the hood mechanism of detecting encoding type?
Thank you for reading, and have a great day!👍
The text was updated successfully, but these errors were encountered:
Hello! It is my first time to make a question in this project.
First of all, thank you for making this amazing library which dramatically reduced my working time!
By the way, I had trouble finding out my csv file's encoding.
I had to try all the possible encoding options provided and finally found out my csv is encoded with 'utf16le'.
However, in your demo project - which was awesome -, it seems like the encoding type is auto-detected.
If I am correct, could you share the under the hood mechanism of detecting encoding type?
Thank you for reading, and have a great day!👍
The text was updated successfully, but these errors were encountered: