How to isolate specific metadata in an .ris file?

1

I have a .ris file with information about researchers and with a few thousand lines. Each researcher is identified with a set of metadata (these are standardized). I want to know how do I isolate specific metadata in this file?

I would like to get the information "NAME" and "ENDE". I am using Notepad ++ and tried to upload the file in RStudio, but I did not succeed in separating the information with any of the programs.

(Each searcher has more or less 39 data sets, but not all searchers have the same metadata number)

Example of data layout in the RIS File:

TY - Member

NAME - So-and-so

ENDE - Address of so-and-so

ID01 - So-and-so's first language

...

< skip a line >

TY - Member

NAME - Name of the beltran

ENDE - Beltran's address

... (and so on)

    
asked by anonymous 30.04.2018 / 17:41

0 answers