Hello,

I have a utility that produces multiple .csv files with sheets.

The problem is the in many rows it displays Gibberish instead of the actual language it suppose to show (non English)

The csv encoding is UTF8.

I've stumbled upon a solution in this link:
https://www.itg.ias.edu/content/how-import-csv-file-uses-utf-8-character-encoding-0

my question is, can I perform this solution in a batch process? cause there are many many csv reports, and i don't want to do it manually one by one.

Thanks!!