The Xeelo Export Result Writer connector allows you to propagate Status
and Export message
back to Xeelo site Export data object directly from Integray.
Xeelo prerequisites
To successfully perform an result of export back to 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).
Processing input data
Connector propagate Status
and Message
to related Xeelo Export object data for each input data row.
Warning
- When Xeelo Export object data are in another state than
Ready
orSent
there are no changes of statuses and messages propageted to Xeelo Export object data - When configuration property
Fail on Errors
is set totrue
and there are some input data rows with Status ID another than4 - Completed
input data statuses and messages are propagated to Xeelo Export object but task step run will failed.
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 Result configuration
Export ID
The ID of the import defined on your running Xeelo site.
Timeout
Export timeout in seconds. The default value is 100 seconds.
Fail on Errors
Sets the task step run as Failed
when there is at least one unsuccessfull result row.
Input & Output Schema
Input
Xeelo Export Result Input 1.0.0
Xeelo export result input (ver. 1.0.0)
Column | Data type | Allow null | Description |
---|---|---|---|
ExportDataID | integer | No | ID of an exported data. |
ExportStatusID | integer | No | Export status ID |
ExportStatusMessage | string | Yes | Export status description |
Export statuses
Status ID | Status name |
---|---|
1 | Ready |
2 | Sent |
3 | Error |
4 | Completed |
Note
Only statuses 3 - Error
and 4 - Completed
make sense to propagate to Xeelo Export object data
Output
This connector has no output schema defined.
Release notes
3.1.2
- Fixed incorrect serialization of JSON column.
3.1.0
- Added new description and icon.
3.0.3
- Fixed shared nuget package versions.
3.0.2
- Fixed right processing of nullable properties.