We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CKAN 2.9.5; XLoader 0.11.0
Uploading a resource with accented characters are stored and are shown in the previews with bad encoding.
Uploading a resource with accented characters are stored and shown with the correct encoding.
Looks like somehow if the first rows of the file are accented the resource is being uploaded OK.
See the column 'Vwx' of the Attached two files after being xloaded to the datastore:
Good.csv : This is uploaded and show correctly. Bad.csv: This is uploaded and shown incorrectly.
MessyTables behavior is set to False
ckanext.xloader.just_load_with_messytables = False
Good.csv Bad.csv
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
CKAN 2.9.5; XLoader 0.11.0
Describe the bug
Uploading a resource with accented characters are stored and are shown in the previews with bad encoding.
Expected behavior
Uploading a resource with accented characters are stored and shown with the correct encoding.
Additional details
Looks like somehow if the first rows of the file are accented the resource is being uploaded OK.
See the column 'Vwx' of the Attached two files after being xloaded to the datastore:
Good.csv : This is uploaded and show correctly.
Bad.csv: This is uploaded and shown incorrectly.
MessyTables behavior is set to False
Good.csv
Bad.csv
The text was updated successfully, but these errors were encountered: