MySQL Error: Unhandled exception: 'ascii' codec can't decode byte 0xef in position 0: ordinal not in range(128)
15:28 24 Apr 2022

I downloaded a Google Sheets workbook as a CSV file and tried to import it as a table in my MySQL Workbench, but I keep getting this error...

Unhandled exception: 'ascii' codec can't decode byte 0xef in position 0: ordinal not in range(128)

I've tried to export it/save it differently multiple times, but nothing has worked.

Any help with this would be greatly appreciated! Thank you!

mysql google-sheets