-
Notifications
You must be signed in to change notification settings - Fork 62
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
Add file encoding detection #100
base: master
Are you sure you want to change the base?
Conversation
Fix issue when component is unmounted immediately after file load in CSVReader
Fix unmount issue with CSVReader
v4.0.0 Bunlong#98
Any updates on this? We would need this feature for our application. The merge would be highly appreciated! |
@kstrub PR will be merged in next version |
@exaucae Could you please resolve the conflicts? |
Sure, I'll ping you when done, @Bunlong, tonight. |
If you test it and are okay with changes, we can move on, @Bunlong . |
Why is this awesome PR not merged? |
any update on this ?? |
Is this PR expected to be merged? |
Inspired by this blogpost idea .
The encoding should now be inferred if not specified in the config properties.
Closes #82