Some items display peculiarly after CSV import

Some items display peculiarly:

Note: After import, I try to manually re-catalog problem item records by peculiar display continues.

Here is a comprehensive list of all the problematic records:

http://library.gc.cuny.edu/34th_st/items/show/44
http://library.gc.cuny.edu/34th_st/items/show/48
http://library.gc.cuny.edu/34th_st/items/show/86
http://library.gc.cuny.edu/34th_st/items/show/87
http://library.gc.cuny.edu/34th_st/items/show/88
http://library.gc.cuny.edu/34th_st/items/show/89
http://library.gc.cuny.edu/34th_st/items/show/109
http://library.gc.cuny.edu/34th_st/items/show/119
http://library.gc.cuny.edu/34th_st/items/show/123
http://library.gc.cuny.edu/34th_st/items/show/195
http://library.gc.cuny.edu/34th_st/items/show/197
http://library.gc.cuny.edu/34th_st/items/show/199
http://library.gc.cuny.edu/34th_st/items/show/201
http://library.gc.cuny.edu/34th_st/items/show/203
http://library.gc.cuny.edu/34th_st/items/show/206
http://library.gc.cuny.edu/34th_st/items/show/208
http://library.gc.cuny.edu/34th_st/items/show/212
http://library.gc.cuny.edu/34th_st/items/show/252
http://library.gc.cuny.edu/34th_st/items/show/256
http://library.gc.cuny.edu/34th_st/items/show/259

Any ideas?

Records are form CSV batch import. Coudl there be something peculiar with the spreadsheet?

Seems like most of the problem records do not display Subject Headings.

There are Subject Headings in the Spreadsheet, but lost in the CSV import...

Excuse cross postingss (not sure hwere to put this)
http://omeka.org/forums/topic/some-items-display-peculiarly#post-3410

That is very strange. Were there any extra symbols in those subject fields in the CSV files for those items that are breaking?

Definitely not display based because no matter the template same issue.

No extra symbols.

In fact I thought maybe extra carriage return or something so I re-cataloged in and re-imported a few records and same result.

Note, because I needed to re-oder the fields, I removed:
'show_item_metadata()'

and added added indiv fields:
<?php echo item('Dublin Core', 'Title'); ?>
and for subject array:
<?php foreach ($subjects as $subject): ?>
<li class="subject">
<?php echo $subject; ?>

<?php endforeach; ?>

<?php endif; ?>

I see that there is an open
<li> tag in what you posted, and that there is a special class for subject. You don't need to paste in the page code, but if there is an open element on the page, it could be breaking the page layout. Maybe delete the <li class="subject"> in items/show and see if that fixes the problem.

Thanks, Sheila. I aprpeciate it.

Fixing the HTML didn't do it, so we just manually re-cataloged.

Some how the CSV import hiccuped, because the missing subjects were not in the db.

Stephen