Skip to content

Python tool set for mass importing, exporting, mapping and deleting MindSphere data models using csv-files as exchange format.

License

Notifications You must be signed in to change notification settings

mindsphere/dataModelHandler

Repository files navigation

dataModelHandler

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

How to use it

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

Example

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

About

Python tool set for mass importing, exporting, mapping and deleting MindSphere data models using csv-files as exchange format.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages