Forum Moderators: open
If so, does the csv file have model IDs that you need to match to those on your table (or is the model code the PK?)? In this case, you might need to write a script to create multiple UPDATE statements.
If not, you may be able to import the csv file into your table, but any other columns will be NULL.