dateIssued in MODS

I'm using unAPI with MODS to make some of my content harvestable. This has been working until recently, but now it won't import the date. It gets title, newspaper title, notes, but not the date. Here's an example of one of the mods files:

<?xml version="1.0" encoding="UTF-8"?> <mods:mods xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:mods='http://www.loc.gov/mods/v3'>;
<mods:titleInfo>
<mods:title>PROCLAMATION APPOINTING A DAY FOR PUBLIC WORSHIP.</mods:title>
</mods:titleInfo>
<mods:genre authority="local">newspaperArticle</mods:genre>
<mods:typeOfResource>text</mods:typeOfResource>
<mods:relatedItem type="host">

<mods:titleInfo>
<mods:title>Daily Dispatch</mods:title>
</mods:titleInfo>
<mods:originInfo>
<mods:dateIssued>1864-10-31</mods:dateIssued>
</mods:originInfo>
</mods:relatedItem>
<mods:location>
<mods:url>http://dsl.dev/cw_newspapers/documents/view/104807</mods:url>;
</mods:location>
<mods:note><p>
It is meet that the people of the Confederate States should, from time to time, assemble to
acknowledge their dependence on Almighty God, to tender devout thanks for His manifold
blessings, to worship His Holy name, to bend in prayer at His footstool, and to accept with
reverent submission the chastening of His All-wise and All-merciful Providence.
</p><p>
Let us, then, in temples and in fields, unite our voices in recognizing with
of His protecting care in the many signal with which our arms
have been crowned, in the faithfulness with which our land has been blessed, and in the
unimpaired energy with which He has inspired our hearts and strength and our
arms in resistance to the iniquities designs of our enemies.
</p><p>
And not forget that, while graciously vouch protection
our arms have merited an
</p></mods:note>
<mods:subject><mods:topic>Patriotism and Nationalism</mods:topic><mods:topic>religion</mods:topic></mods:subject></mods:mods>

I've tried all the date fields that can go in originInfo but no luck. Trying to troubleshoot this I exported one of my previously imported records as mods. The export used <dateIssued>. I then tried reimporting this exported record and it did the same thing, failing to import the date. Any help would be much appreciated.
  • <originInfo>
    <place>
    <placeTerm type="text">New York</placeTerm>
    </place>
    <publisher>W. Lake Borland</publisher>
    <dateIssued keyDate="yes" encoding="w3cdtf">1889</dateIssued>
    </originInfo>


    sorry this took so long - I haven't checked the Zotero MODS translator, but above is a date that Zotero _does_ import - maybe that helps?
Sign In or Register to comment.