ckan / datapusher

A standalone web service that pushes data files from a CKAN site resources into its DataStore
GNU Affero General Public License v3.0
77 stars 153 forks source link

Prevent wrong utf-8 encoding #196

Closed shubham-mahajan closed 4 years ago

shubham-mahajan commented 4 years ago

The encoding issue was due to Latin char that is converted by the requests module iter_content.

Fixes ckan/ckan#5434

amercader commented 4 years ago

@shubham-mahajan do you have an example csv I can use to test this?

shubham-mahajan commented 4 years ago

@amercader Please find the CSV I used as an example. Untitled spreadsheet - Sheet1.csv.zip