Purpose
This schema file contains the information on File parsers and generators. File converters can be created in the Customization tab of the Gateway user interface. Gateway uses file parsers to read data in csv files that are specially formatted for Gateway, and file generators to write data into a csv-formatted file.
Schema file
FileConverter.xsd
Contents
A FileConverters element that contains zero to many FileConverter elements. Each FileConverter element is of the type FileConverterType.
FileConverters Table
The FileConverters table contains zero to many FileConverter elements.
Element | Type | Parent | Description |
---|---|---|---|
FileConverter | FileConverterType | FileConverters | The element that is a container for zero or more FileConverter elements. |
FileConverterType Table
The FileConverterType table contains information about each FileConverter element. These include:
Element | Type | Parent | Description |
---|---|---|---|
Name | string | FileConverter | The element that is a container for the name of the FileConverter. |
Description | string | FileConverter | The element that is a container for the description of the FileConverter. |
Type | string | FileConverter | The element that is a container for the type of FileConverter. Choices include, Parser and Generator. |
Script | string | FileConverter | The element that is a container for the Groovy code for the FileConverter. |