Skip to content
background-image background-image

Xeelo Export Connector

[ | version 3.0]

Connector

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

Connector processing type: Row by row!

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:

  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).

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.