Hi All Searched all over for a solution but could not find anything concrete so hope you all can help:)
I am uploading RIS records downloaded from Scopus and checked the files so be 100% that fields are there (DO, KW, Etc..) I checked the BTE.XML file and the section on RIS looks OK and below is copy of the lines from the file. If put the Authors/ Title/ Publisher/ Date of Issue/ Abstract/ Volume but not the Keywords, DOI I opened a RIS records on Notepad to see if there are weird issues, and the only one I could find, is the Journal titles where the key seems to be T1 and not SO. Can you guys let me know if I can simply edit the below for instance change <entry key="SO" value="journal" /> to <entry key="T1 value="journal" /> and replace to see if that does the trick? If this is the case then I assume I can also add/ remove certain fields (language for instance) Thank for any help as this has been driving me up the wall!! Cheers <!-- The keys in the RIS data loader map have to be the RIS tags that need to be loaded. --> <bean id="risDataLoader" class="gr.ekt.bteio.loaders.RISDataLoader"> <property name="fieldMap"> <map> <entry key="TI" value="title" /> <entry key="DO" value="doi" /> <entry key="AU" value="authors" /> <entry key="SO" value="journal" /> <entry key="PY" value="issued" /> <entry key="SN" value="jissn" /> <entry key="PT" value="subtype" /> <entry key="AB" value="abstract" /> <entry key="KW" value="subject" /> <entry key="DO" value="doi" /> <entry key="PB" value="publisher" /> <entry key="SN" value="sissn" /> <entry key="M3" value="type" /> <entry key="VL" value="volume" /> <entry key="IS" value="issue" /> </map> </property> -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to dspace-tech+unsubscr...@googlegroups.com. To post to this group, send email to dspace-tech@googlegroups.com. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.