A python client for harvesting metadata into the ODP metadata manager
- Requires Python 3.8 or above.
- ODP-Client
- Create a .env file
The harvester reads the following environment variables.
FILE_NAME
: Path and filename of the excel file for harvestingSHEET_NAME
: Name of the sheet to be harvested in the file name
Remember to include the required Environmental variables required by the ODP-Client
N.B. DO NOT commit secrets to source control. If you load environment variables from
a .env
file, be sure to add a .gitignore
rule for .env
to your project.
<base_dir>$ python main.py