While importing the CSV file using the wizard in MySQL Workbench:
Set the data type of boolean fields to TINYINT(1)
Remove the header row (column names) from the file
Ensure the data in the file follows the exact column order as defined in the table
Use 0
and 1
to represent boolean values