Batch upload of research metadata to the Macquarie University Research Data Repository
The Macquarie University Research Data Repository (RDR) allows researchers to upload, publish and share research data. The MQ RDR Batch Uploader facilitates the upload of metadata records by allowing researchers to supply a CSV file containing multiple metadata entries, and uploading these to the RDR in a single batch operation.
- pandas
- getpass
- requests
$ pip install pandas
$ pip install getpass
$ pip install requests
Create a csv file (make sure your file ends in .csv) and make sure the minimum column headings are included (see Example files)
- How/where to download your program
- Any modifications needed to be made to files/folders
- Execute the batch uploader by running:
$ python rdr_batch_uploader myfile.csv
- You will be prompted for your RDR API token. See below for instructions on how to generate and access your API token.
Please contact Gerry Devine, Macquarie University for any help or advice in using this software: [email protected]
Gerry Devine
Digitally Enabled Research
Macquarie University
[email protected]
- July 2021
- Initial Release
- csv file upload of metadata information only
This project is licensed under the MIT License - see the LICENSE.txt file for details