I have created a import file with four fields; title, catalog no, disks, and media. In the import from csv file dialog I map all of the fields to the corresponding database fields. When I press the "start import" button I get the error dialog
--------------------------- eXtreme Movie Manager --------------------------- The TITLE cannot be Null, you must assign a Field to it ! --------------------------- OK ---------------------------
I have checked several times and I really do have a field mapped to the title field.
I think I found out what it is. When I go into the "Import into csv" dialog "Title" is not listed first in the righthand listbox. "Category" is first and "Title" is second. If I assign a field to "Category" the file is imported correctly.
Now I just need to find out why "Category" is listed first.