RIS import of URI in L4 field fails
Hi,
I am trying to import a RIS file that contains 100s of references. It does the job relatively well, but fails to import the URI stored in the L4 field.
I don't want to have to add all these URIs manually, especially since I plan to import a massive library over 2000 entries with URIs. Is there a way to solve this issue or workaround?
FYI-1: The RIS file looks like this:
TY - DICT
TI - Antioch on the Orontes
AU - McRay, John R.
CY - Downers Grove, IL
T2 - DPL
PB - InterVarsity Press
A2 - Hawthorne, Gerald F.
A2 - Martin, Ralph P.
A2 - Reid, Daniel G.
PY - 1993
SP - 23-25
UR - logosres:dpl;ref=Page.p_23
ER
FYI-2: the RIS is created parsing an excel file through a python-script.
I am trying to import a RIS file that contains 100s of references. It does the job relatively well, but fails to import the URI stored in the L4 field.
I don't want to have to add all these URIs manually, especially since I plan to import a massive library over 2000 entries with URIs. Is there a way to solve this issue or workaround?
FYI-1: The RIS file looks like this:
TY - DICT
TI - Antioch on the Orontes
AU - McRay, John R.
CY - Downers Grove, IL
T2 - DPL
PB - InterVarsity Press
A2 - Hawthorne, Gerald F.
A2 - Martin, Ralph P.
A2 - Reid, Daniel G.
PY - 1993
SP - 23-25
UR - logosres:dpl;ref=Page.p_23
ER
FYI-2: the RIS is created parsing an excel file through a python-script.
The correct RIS is:
TY - DICT
TI - Antioch on the Orontes
AU - McRay, John R.
CY - Downers Grove, IL
T2 - DPL
PB - InterVarsity Press
A2 - Hawthorne, Gerald F.
A2 - Martin, Ralph P.
A2 - Reid, Daniel G.
PY - 1993
SP - 23-25
L4 - logosres:dpl;ref=Page.p_23
ER
Is there a workaround? (For instance a search and replace in batch on multiple items?)
1. Import a valid html URL in the L4 field: e.g.
2. Use zutilo to batch replace to retrieve a valid logosres link.
Thanks for your help!
Unfortunately, it nowadays appears that during the import zotero adds a suffix '/' to the pseudo url (e.g. http://www.:dpl;ref=Page.p_23/).
I tried to remove this with zutilo, but that's not working.
Any ideas on how to fix this? I have more than 4000 pseudo-links which I would like to change in batch. (Solutions using the JavaScript API are also welcome)