Controlling date formatting in data import
Is there a way to control data formatting when importing? The original cataloger entered "1966 July-October" in the ProCite date field for a journal article. After import into Zotero, the date reads "31 July 10, 1966." Is there no way within Zotero to prevent that from happening? I understand that Zotero has no global edit function.
I was wondering, if there is no way of controlling how Zotero imports the dates, I suppose I could do a series of global edits within ProCite so I would have only the year in the date field and the months in the issue field. For example, issue 1-2 (Jul-Oct). Would Zotero be able to handle that properly? Doing that would be fairly tedious, but less so than changing the date field item by item within Zotero.
As for your other question - It depends on what "controlling how Zotero imports the dates" means. This is partly controlled in the import translator, which is a fairly readable javascript file (RIS.js in the translator directory of your Zotero data folder). Whether you consider that controllable depends, of course, but it's certainly not something we'd advertise as "controllable").
The issue field will just import unparsed, so as a workaround that'd work, yes.
Here is a sample RIS entry:
TY - JOUR
A1 - Traverso, Georgina Jill
T1 - A Bear-Leader in Mexico City
JF - Journal of the Gypsy Lore Society
PY - 1966/07-1966/10/31
VL - 3, 45
IS - 3-4
SP - 149-150
N1 - Notes: Note
KW - Notes and Queries
ER -
So I see that the problem occurred in exporting from ProCite to RIS.
Perhaps my best bet is to use the workaround.
Edit: but either way, let us know if you're using the custom translator
Edit: nvm, I still can't replicate, but I'll fix this.