Streamline your dataset management workflow! This tool enables efficient bulk importation of dataset metadata into Switzerland's I14Y platform.
Note: This repository is for those who want to deploy the code themselves. If you only want to use the service, please visit the I14Y Excel Importer web application.
- A GitHub account with this repository pushed to it
- A Digital Ocean account
- Create a new app on Digital Ocean App Platform
- Connect your GitHub repository
- Configure environment variables:
FLASK_SECRET_KEY: A secure random string for session encryption
- Clone the repository
- Create a virtual environment:
python -m venv venv - Activate the virtual environment:
- Windows:
venv\Scripts\activate - Mac/Linux:
source venv/bin/activate
- Windows:
- Install dependencies:
pip install -r requirements.txt - Run the application:
python run.py
- Access the web interface
- Paste your I14Y access token
- Upload your Excel file with dataset information
- View the import results