Why don't you try to put your file in the "original" table, then SELECT the data and INSERT it in the "right" table.
When the INSERT command finish, you just drop the original table and rename the right one.
Why don't you try to put your file in the "original" table, then SELECT the data and INSERT it in the "right" table.
When the INSERT command finish, you just drop the original table and rename the right one.