This is an application that allows to import, export and delete MindSphere data models using csv-files as exchange format.
Additionally mass agent creation, deriving of device-assets and mapping is fully supported.
For now, the mode of operation has to be specified for a script run using the config-file or during execution
The four possible modes are: import, export, delete, agents
This is a Python 3.x application. To start it make sure that a valid configuration file is sitting in the root folder and then just run main.py
E.g. python main.py
You might need to install the requests module previously using e.g. pip install requests
An example for a configuration file can be found in the folder
/inputFiles/MassOnboardingExample/config-MassOnboardingExample.ini
Additionally a short "How To" is sitting within the same folder explaining how to use that example:
/inputFiles/MassOnboardingExample/_HowToUseThisExample.txt