perreta
About
- Username
- perreta
- Joined
- Roles
- Member
Comments
-
It sure is, but I need an automatic workflow, because I can't trust my users to handle a csv file. An Excel macro could do the job, but it's not able to re-export the csv in the format I want (with pipes). Any suggestions welcome though ! I woul…
-
It worked wonderfully. Thanks again, without you we couldn't have solved our local problem (and I wouldn't have spent those days learning basic javascript with as much success). Enjoy the summer. Andreas
-
Thanks Phillp, will try
-
Thanks Philip, The CSV translator works well indeed, I am using it as a base to do something else, which requires me to count the number of authors, I was hoping to be able to do it with the item.creator.length, but this counts also the editors (a…
-
Dear all, I am using the csv translator to export a list of authors for specific articles (in a style close to chicago). Around the line 160 of the js file, the value "i" uses item.creator.lengh, but it uses all creators, I only want authors. Is…
-
Hey, this is great ! My management wanted an additional argument for switching to Zotero. I think you just gave the final word. Thanks a lot to both of you.
-
Thanks again Philipp, (I just saw that you are the author of the csv translator, so I am getting it straight from the horse's mouth !) Looking at the list your linked to, it seems that the parsed DMY information Zotero displays is not nativel…
-
Thanks a lot zuphilip and adamsmith ! I will try with that information. The CSV translator provides the (publication) date as it has been entered, I can see that zotero is able to parse heterogenous formats and extract Y M D, my aim is to retrieve…