-
Notifications
You must be signed in to change notification settings - Fork 50
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 support for unicode header names #111
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great to see this contribution! Just a question about the test parameter.
First, thanks for the PR and the review. Anything needed except a rebase of the branch with HEAD? |
This looks good to me, but @OriHoch can you resolve the merge conflict? |
@ThrawnCA are you able to cherry pick his work and make it function. (the file that they wanted to put under test and see the result on load) |
Currently, unicode characters in headers are encoded to ascii using unidecode library.
This PR adds a config option (
ckanext.xloader.unicode_headers
) which allows to keep unicode charactes in the column namesIncludes new tests for this functionality + verified no regressions in existing tests