Every time I attempt to import a CSV file into MySQL, I encounter a recurring issue. A pop-up notification appears stating, ‘File not loaded properly, please check the file and try again.’ Additionally, an unhandled exception error occurs, displaying: ‘ascii’ codec can’t decode byte 0xe2 in position 2258: ordinal not in range(128).’ I’m using a MacBook Air M1. I’ve saved the file as a CSV, yet I’m unable to import an Excel CSV file. My goal is to learn business analytics using MySQL. Could you please provide assistance? Thank you.