Closed shubham-mahajan closed 4 years ago
The encoding issue was due to Latin char that is converted by the requests module iter_content.
requests
iter_content
Fixes ckan/ckan#5434
@shubham-mahajan do you have an example csv I can use to test this?
@amercader Please find the CSV I used as an example. Untitled spreadsheet - Sheet1.csv.zip
The encoding issue was due to Latin char that is converted by the
requests
moduleiter_content
.Fixes ckan/ckan#5434