The Xeelo Export connector allows you to get exported data from Xeelo running site directly to Integray. For a detailed explanation of how to setup up Xeelo for export, please refer to the Official Xeelo Export tutorial.
The exported data has to be provided as a single line string, where the values are separated by a semicolon symbol (;
).
Xeelo prerequisites
To successfully perform an export from Xeelo, you must have:
-
A defined service account in your Xeelo instance with:
- An access token (needed in configuration).
- Defined access to the exported objects.
- Defined user allowed to execute the export.
-
Defined an Export in your Xeelo instance with:
- Export ID (needed in configuration).
- Export Type must be set to
CSV (";", "UTF-8")
orCSV (";", "ANSI")
- Export lines (needed in configuration).
Configuration
Xeelo Connection configuration
Server URL
URL of your running Xeelo site.
Authorization token
The access token for the service account defined on your running Xeelo site.
Xeelo Export configuration
Export ID
The ID of the export defined on your running Xeelo site.
Timeout
Export timeout in seconds. The default value is 100 seconds.
Input & Output Schema
Input
This connector has no input schema defined.
Output
Xeelo export output (ver. 1.0.0)
Column | Data type | Allow null | Description |
---|---|---|---|
ExportDataID | integer | No | ID of an exported data. |
ExportData | string | No | Exported data separated by semicolon symbol (; ) |
Release notes
3.0.4
- Added new description and icon.
3.0.3
- Fixed shared nuget package versions.
3.0.2
- Fixed right processing of nullable properties.