RIS2CSV Convert RIS files from Scopus to CSV files for easier data analysis.
Output CSV file uses tab '\t' as delimiter.
It was created because there are problems with downloading CSV files from the Scopus platform and other formats being more difficult to create analyzes with Excel.
You can also use it to convert RIS file to Python Dictionary to do data analysis with Python.
-
To clone the repository run the following command:
$ git clone https://github.com/WeDias/RIS2CSV.git
-
Inside the /src folder run the command below:
$ python main.py -i <inputfile> -o <outputfile>
Example:
$ python main.py -i ../resources/example.ris -o ../resources/output_example.csv
-
Inside the /src folder run the command below:
$ python execute.pyw
Or just double click on the file execute.pyw