The script will enable an automated data upload to the OEP via the API.
In this version of the script, the credentials (OEP_USER & OEP_TOKEN) need to be saved in the environment.
The tables on the OEP are created from the metadata and later filled with the content from the csv-files. Thus, metadata (description of columns) for all tables need be in place before uploading the data itself.
Closes #255
The script will enable an automated data upload to the OEP via the API.
In this version of the script, the credentials (OEP_USER & OEP_TOKEN) need to be saved in the environment. The tables on the OEP are created from the metadata and later filled with the content from the csv-files. Thus, metadata (description of columns) for all tables need be in place before uploading the data itself.