can we Batch Import ris files?

i have lots of ris/BibTeX/EndNote files, i can only import them in my library one by one. this is really very inconvenient and efficient so i wonder whether i can import the ris files in batch, or import by folders rather than files. thank you
  • not directly but both bibtex and RIS are simple formats that allow you to just add all the files together (concatenate in technical terms). Writing a script that lets you do this e.g. for all files in a folder using python, Powershell, bash/terminal, or whatever else you'd like to use will take less than 5mins with any general purpose LLM tool.

    You can probable even just google it.
Sign In or Register to comment.