Using the File Outbound endpoint you can export objects from UT into a file. By means of the selected XSL file, certain attributes can be exported from the format UT XML. Here it is also possible to write multiple lines into a CSV file. The resulting XML file must have the following format:
<rows>
<row>
<field>value1</field>
…
<field>valueN</field>
</row>
<row>
<field>value1</field>
…
<field>valueN</field>
</row>
…
</rows>
Afterward, the file is converted into the CSV format. It is an object for a row in the CSV file. If this already exists, a new row is appended.
Parameter |
Value |
Required |
---|---|---|
Name |
Name of the Service Endpoint |
X |
Type |
Service Endpoint type The value is preset with the "File Outbound" value. |
X |
Description |
Description of the Service Endpoint |
|
Path |
Path where the CSV is to be created. |
X |
Delimiter |
Symbol used to separate values in the CSV file. |
X |
File Encoding |
Encoding of the file to be written. The supported values are: •ISO-8859-1 •UTF-8 •UTF-16 •US-ASCII |
X |
XSL Parameter |
Optional parameters that can be used in the transformation into the UT XML format. |
|
Request XSL file |
The XSL file transforms UTI XML into outgoing XML format, facilitating the creation of lines in a CSV file. |
X |
Response XSL file |
The response XML is transformed to UT XML in order to process the data. In case of the File Outbound Endpoint the response XML is identical to the request XML. |
|
Dependent Service Point |
This parameter describes a dependency to a another Service Endpoint which is called immediately after the end of the FileWriter. From here, only the „External Program“ Service Endpoints type can be selected. This parameter is optional. |
|