transform text for Author field?
'Transform text' is a great tool on the publication field. Some databases provide author names in capitals - so can you please add the 'translate text' tool to other fields in addition to publication.
Thanks.
Thanks.
Nonetheless, a big +1 from me for this suggestion.
I find that sites with faulty RIS downloads also seem to have a high prevalence of author uppercase-itis. Importing these RIS files from the clipboard requires tedious editing and increases the risk of typing errors. Further, When the authors' names contain decorated characters, changing fron upper case to lower case is impossible with my keyboard character set. I get around this by converting the case in a good text editor ((TextMate on my Mac) before I copy the file to the clipboard to import into Zotero.
adamsmith has done a great job with getting the translators to convert names to mixed case. Mostly, my problem arises from ris imports -- particularly those from the clipboard. Having the clipboard imports convert author names to mixed case would be a big help.
Aside: How do I reveal the MIME type of a file I am about to download or that has been downloaded to my machine? I'd like to be able to specifically request that publishers switch from their current (named) content type setting to application/x-Research-Info-Systems. When I used Windows I had a text editor that allowed me to reveal the file headers (including character encoding). I can't seem to do that on my Mac with TextMate or TextWrangler.
I use LiveHTTPHeaders. More output than you need, but not too hard once you know what to look for.
(Case doesn't matter for MIME types, so "application/x-research-info-systems" is generally a better way to type it.)
Edit: And yes, see the list Rintze links to below. Zotero will accept any of those.
I use the HttpFox extension for Firefox to listen in on http traffic - that includes mime types/content types (their RIS is currently application/forcedownload). More importantly for me it also gives me post data which we use for many database translators.
I'm sure there are other, more low-tech ways to do this, though.