I am getting an java error when I try to convert Scopus tab-delimited text file. Caught java.lang.NullPointerException: Cannot invoke "java.lang.Integer.intValue()" because the return value of "java.util.Map.get(Object)" is null
I tried with different data from Scopus but the issue is still there.
Attached are the csv and txt files for examination
Among other things, headings of some of the fields have changed in the data format, e.g., "Titles" used to be "Title". I have updated it and will be included in the next release.
In the meantime, export the data in RIS from scopus and use the RIS converter.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am getting an java error when I try to convert Scopus tab-delimited text file.
Caught java.lang.NullPointerException: Cannot invoke "java.lang.Integer.intValue()" because the return value of "java.util.Map.get(Object)" is null
I tried with different data from Scopus but the issue is still there.
Attached are the csv and txt files for examination
Among other things, headings of some of the fields have changed in the data format, e.g., "Titles" used to be "Title". I have updated it and will be included in the next release.
In the meantime, export the data in RIS from scopus and use the RIS converter.