Do you use a system date format in day/month/year (or year/month/day) order?
It looks like the csv file contains dates in USA month/day/year order.
So you could temporarily switch to m/d/yyyy as system date format, open the CSV file, save it as an Excel workbook, then switch back to your original system date format.
Alternatively, Power Query can probably convert the dates for you.