Skip to content
background-image background-image

Xeelo Export Result Writer Connector

[ | version 3.1]

Connector

The connector is permitted for use of the platform background agent.

Connector processing type: Both (Row by row & Bulk), Default type: Row by row!

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:

  1. A defined service account in your Xeelo instance with:

    1. An access token (needed in configuration).
    2. Defined access to the exported objects.
    3. Defined user allowed to execute the export.
  2. Defined an Export in your Xeelo instance with:

    1. Export ID (needed in configuration).
    2. Export Type must be set to CSV (";", "UTF-8") or CSV (";", "ANSI")
    3. 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 or Sent there are no changes of statuses and messages propageted to Xeelo Export object data
  • When configuration property Fail on Errors is set to true and there are some input data rows with Status ID another than 4 - 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.