Character Encoding Issue When Uploading CSV Files

Hello, It seem work for my UTF-8 sheet, could you share you csv file?

or maybe you can try Papa.parse

{{Papa.parse(atob(filepicker1.file.data),{header:true, delimiter: ";"}).data}}

https://www.papaparse.com/docs#config

you can set the encoding of config.