calpaterson / csvbase

a simple website for sharing table data - with an API
https://csvbase.com
GNU Affero General Public License v3.0
374 stars 13 forks source link

Allow supplying a specific text encoding for csv files #91

Closed calpaterson closed 1 year ago

calpaterson commented 1 year ago

Brief overview

AS A user with a csv file in win-1252

I WANT tell csvbase that that is my encoding explicitly

SO THAT I don't get an auto-detected string encoding

Additional details

Currently we auto-detect the string encoding, that seems to be appropriate for now but as we get better at handling other issues with csv files, this will become important.