Data import

Data can be imported to SaMi either via manual import or automatic importing with HTTP POST messages. The automatic importing reguires that a plugin is developed in SaMi to interpret the incomming data. This is a way to provide data to SaMi from systems which cannot be modified to send data via SaMi WCF or JSON interfaces.

Manual data import

Manual data import takes a CSV formatted text and tries to parse data from there.

Automatic HTTP POST data importing

General usage

An import handler has a configuration which is created for your usage. The automatic import accepts an HTTP POST request containing the data and id to the configuration. A import handler is initialized by the requested id. The import handler read the data and creates a measurement package which is saved to SaMi.

HTTP POST requests are send to address
https://sami.savonia.fi/Manage/Import/Push/[your-config-id-here]

Back to Main