Scopus/Web of Science RSL Combining Records

A simple program to run TSV files from Web of Science and CSV Files from Scopus into a single one by DOI.

Install

bash cargo install bibjoin

Usage

```bash ❯ bibjoin -h bibjoin

Program to combine data from Scopus and Web of Science by DOI

USAGE: bibjoin [OPTIONS]

FLAGS: -h, --help Print help information -V, --version Print version information

OPTIONS: -o, --output Output file path [default: combined.csv] -s, --scopus Scopus CSV file path [default: scopus.csv] -w, --wos Web of Science file path [default: wos.txt] ```

asciicast