CSV Import - required rows?

On a self-hosted Omeka site, I get a message: Your file is incorrectly formatted. Row beginning with 'http://www.skaryna.org.uk/B...' does not have the required 1 rows. Please ensure that the CSV file is formatted correctly and contains the expected number of columns for each row.

I can't make sense what's wrong; the same file is successfully imported into the omeka.org hosted site.

Is there a template for CSV files? Are there required rows/fields in Omeka?

Could you post the first few lines of your CSV, and also follow these directions to turn on error logging?

http://omeka.org/codex/Retrieving_Error_Messages

This will make it easier to troubleshoot your problem.

Thank you for offerig help!

File;Title;Subject;Description;Date;Format;Language;Type;Original format;Tags

http://www.jamesalison.co.uk/BS/BS-82-(01-1964).pdf;Божым шляхам №1 (82) 1964;Рэлігія;Рэлігійны і гістарычна-культурны часопіс, які выдаваўся грэка-каталіцкімі святарамі ў Парыжы і Лондане ў 1947 - 1980 гг.;Студзень-Люты 1964;PDF;Беларуская;Рэлігійная публіцыстыка;Друкаванае выданне;Belarusian diaspora

http://www.jamesalison.co.uk/BS/BS-83-(02-1964).pdf;Божым шляхам №2 (83) 1964;Рэлігія;Рэлігійны і гістарычна-культурны часопіс, які выдаваўся грэка-каталіцкімі святарамі ў Парыжы і Лондане ў 1947 - 1980 гг.;Сакавік-Красавік 1964;PDF;Беларуская;Рэлігійная публіцыстыка;Друкаванае выданне;Belarusian diaspora

Could you also post the complete error message from your log?

The lines you've copied do not match the line from your first post. I don't see anything wrong with the formatting of what you pasted, unless you do have empty rows. But I'm guessing the space between lines is just from autoformatting--it might help to place the CSV text within a <code> block.

Thank you! We found the problem - a wrong delimiter in our setting for CSV Import - comma instead of a semicolon.